aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-115/+115
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-7/+7
* ARM: implement @llvm.readcyclecounter intrinsicTim Northover2013-05-231-1/+43
* PR15868 fix.Stepan Dyatkovskiy2013-05-201-6/+43
* Replace some bit operations with simpler ones. No functionality change.Benjamin Kramer2013-05-191-9/+7
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* ARM ISel: Don't create illegal types during LowerMULArnold Schwaighofer2013-05-141-25/+32
* Correctly preserve the input chain for potential tailcall nodes whoseLang Hames2013-05-131-1/+1
* For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy2013-05-081-1/+1
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-051-33/+102
* Refactoring patch.Stepan Dyatkovskiy2013-04-301-41/+70
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-231-3/+6
* Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin2013-04-231-12/+12
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-221-0/+1
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-201-2/+0
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-32/+0
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-5/+28
* Test commitStephen Lin2013-04-201-1/+1
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-291-2/+0
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-191-0/+55
* ARM: Creating a vector from a lane of another.Jim Grosbach2013-03-021-2/+5
* Clean up code format a bit.Jim Grosbach2013-03-021-4/+2
* Tidy up. Trailing whitespace.Jim Grosbach2013-03-021-7/+7
* ARM NEON: Fix v2f32 float intrinsicsArnold Schwaighofer2013-03-021-0/+18
* Add support for using non-pic code for arm and thumb1 when emitting the sjljChad Rosier2013-03-011-10/+21
* Tidy up; no functional change.Chad Rosier2013-02-281-5/+3
* Style; no functional change.Chad Rosier2013-02-281-7/+4
* ARM: FMA is legal only if VFP4 is available.Jim Grosbach2013-02-271-0/+6
* Remove this instance of dl as it's defined in a previous scope.Chad Rosier2013-02-271-1/+0
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-8/+8
* Test commit. Fixed typo.David Peixotto2013-02-131-1/+1
* ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer2013-02-121-1/+37
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-051-13/+11
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-2/+10
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-291-74/+46
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-291-0/+2
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-251-2/+2
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-32/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-5/+7
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-201-18/+0
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-201-0/+18
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-191-1/+1
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-191-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-3/+3
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-131-1/+1
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-121-2/+2
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-121-6/+2
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-121-0/+4