index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-115
/
+115
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-7
/
+7
*
ARM: implement @llvm.readcyclecounter intrinsic
Tim Northover
2013-05-23
1
-1
/
+43
*
PR15868 fix.
Stepan Dyatkovskiy
2013-05-20
1
-6
/
+43
*
Replace some bit operations with simpler ones. No functionality change.
Benjamin Kramer
2013-05-19
1
-9
/
+7
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
2013-05-14
1
-25
/
+32
*
Correctly preserve the input chain for potential tailcall nodes whose
Lang Hames
2013-05-13
1
-1
/
+1
*
For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...
Stepan Dyatkovskiy
2013-05-08
1
-1
/
+1
*
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
1
-33
/
+102
*
Refactoring patch.
Stepan Dyatkovskiy
2013-04-30
1
-41
/
+70
*
Add more tests for r179925 to verify correct handling of signext/zeroext; str...
Stephen Lin
2013-04-23
1
-3
/
+6
*
Lowercase "is" boolean variable prefix for consistency within function, no fu...
Stephen Lin
2013-04-23
1
-12
/
+12
*
Fix for 5.5 Parameter Passing --> Stage C:
Stepan Dyatkovskiy
2013-04-22
1
-0
/
+1
*
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
1
-2
/
+0
*
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
1
-32
/
+0
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-5
/
+28
*
Test commit
Stephen Lin
2013-04-20
1
-1
/
+1
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-2
/
+0
*
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-19
1
-0
/
+55
*
ARM: Creating a vector from a lane of another.
Jim Grosbach
2013-03-02
1
-2
/
+5
*
Clean up code format a bit.
Jim Grosbach
2013-03-02
1
-4
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2013-03-02
1
-7
/
+7
*
ARM NEON: Fix v2f32 float intrinsics
Arnold Schwaighofer
2013-03-02
1
-0
/
+18
*
Add support for using non-pic code for arm and thumb1 when emitting the sjlj
Chad Rosier
2013-03-01
1
-10
/
+21
*
Tidy up; no functional change.
Chad Rosier
2013-02-28
1
-5
/
+3
*
Style; no functional change.
Chad Rosier
2013-02-28
1
-7
/
+4
*
ARM: FMA is legal only if VFP4 is available.
Jim Grosbach
2013-02-27
1
-0
/
+6
*
Remove this instance of dl as it's defined in a previous scope.
Chad Rosier
2013-02-27
1
-1
/
+0
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-8
/
+8
*
Test commit. Fixed typo.
David Peixotto
2013-02-13
1
-1
/
+1
*
ARM NEON: Handle v16i8 and v8i16 reverse shuffles
Arnold Schwaighofer
2013-02-12
1
-1
/
+37
*
Move MRI liveouts to ARM return instructions.
Jakob Stoklund Olesen
2013-02-05
1
-13
/
+11
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-2
/
+10
*
Fix 64-bit atomic operations in Thumb mode.
Tim Northover
2013-01-29
1
-74
/
+46
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+2
*
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
1
-2
/
+2
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-32
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-8
/
+8
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-5
/
+7
*
Revert "Adding support for llvm.arm.neon.vaddl[su].* and"
Bob Wilson
2012-12-20
1
-18
/
+0
*
Adding support for llvm.arm.neon.vaddl[su].* and
Renato Golin
2012-12-20
1
-0
/
+18
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
1
-1
/
+1
*
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-19
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-3
/
+3
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
1
-1
/
+1
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
1
-2
/
+2
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
1
-6
/
+2
*
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
1
-0
/
+4
[next]