index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM with patches for fp16
Pirama Arumuga Nainar
2015-05-26
1
-1
/
+2
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-6
/
+95
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-184
/
+128
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-60
/
+212
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-18
/
+52
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-45
/
+202
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-27
/
+130
*
Add target hook to prevent folding some bitcasted loads.
Matt Arsenault
2013-11-15
1
-0
/
+11
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+5
*
[Stackmap] Materialize the jump address within the patchpoint noop slide.
Juergen Ributzka
2013-11-09
1
-0
/
+6
*
Convert comments to documentation comments (// -> ///)
Dmitri Gribenko
2013-11-05
1
-9
/
+10
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
1
-0
/
+2
*
Update comment
Matt Arsenault
2013-10-29
1
-2
/
+2
*
Workaround MSVC 32-bit miscompile of getCondCodeAction.
Matt Arsenault
2013-10-29
1
-15
/
+13
*
Remove unused TargetLowering field.
Matt Arsenault
2013-10-21
1
-4
/
+0
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
1
-3
/
+7
*
[projects/test-suite] White space and long line fixes.
Jack Carter
2013-10-17
1
-10
/
+14
*
[DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...
Quentin Colombet
2013-10-11
1
-0
/
+29
*
[DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...
Quentin Colombet
2013-10-11
1
-29
/
+0
*
[DAGCombiner] Slice a big load in two loads when the element are next to each
Quentin Colombet
2013-10-11
1
-0
/
+29
*
test commit
Sriram Murali
2013-10-10
1
-2
/
+4
*
SelectionDAG: Use correct pointer size when lowering function arguments v2
Tom Stellard
2013-08-26
1
-2
/
+4
*
Update makeLibCall to return both the call and the chain associated with the ...
Michael Gottesman
2013-08-13
1
-3
/
+6
*
Refactor isInTailCallPosition handling
Tim Northover
2013-08-06
1
-0
/
+9
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
1
-0
/
+7
*
Fix a comment cut-&-pasto.
Richard Sandiford
2013-07-25
1
-1
/
+1
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
1
-2
/
+4
*
Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.
Michael Gottesman
2013-07-11
1
-682
/
+613
*
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
Stephen Lin
2013-07-09
1
-5
/
+10
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
1
-1
/
+1
*
Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
2013-06-10
1
-11
/
+11
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+12
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-11
/
+10
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
1
-18
/
+0
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-7
/
+9
*
TargetLowering: Fix getTypeConversion handling of extended vector types
Arnold Schwaighofer
2013-04-07
1
-0
/
+5
*
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
1
-3
/
+15
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-11
/
+0
*
Add a new method which enables one to change register classes.
Reed Kotler
2013-03-14
1
-0
/
+7
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+3
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-14
/
+14
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-613
/
+625
*
Refactor to expose RTLIB calls to targets.
Tim Northover
2013-01-09
1
-0
/
+11
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
1
-1
/
+16
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-0
/
+12
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
1
-1
/
+1
*
DAGCombinerInformation: add a getter that exposes the dagcombine level.
Nadav Rotem
2012-12-27
1
-0
/
+1
*
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
1
-7
/
+9
[next]