summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAge
* ARM ISel: Don't create illegal types during LowerMULArnold Schwaighofer2013-05-14
* Correctly preserve the input chain for potential tailcall nodes whoseLang Hames2013-05-13
* For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy2013-05-08
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-05
* Refactoring patch.Stepan Dyatkovskiy2013-04-30
* Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin2013-04-23
* Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin2013-04-23
* Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy2013-04-22
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Test commitStephen Lin2013-04-20
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Improve long vector sext/zext lowering on ARMRenato Golin2013-03-19
* ARM: Creating a vector from a lane of another.Jim Grosbach2013-03-02
* Clean up code format a bit.Jim Grosbach2013-03-02
* Tidy up. Trailing whitespace.Jim Grosbach2013-03-02
* ARM NEON: Fix v2f32 float intrinsicsArnold Schwaighofer2013-03-02
* Add support for using non-pic code for arm and thumb1 when emitting the sjljChad Rosier2013-03-01
* Tidy up; no functional change.Chad Rosier2013-02-28
* Style; no functional change.Chad Rosier2013-02-28
* ARM: FMA is legal only if VFP4 is available.Jim Grosbach2013-02-27
* Remove this instance of dl as it's defined in a previous scope.Chad Rosier2013-02-27
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* Test commit. Fixed typo.David Peixotto2013-02-13
* ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer2013-02-12
* Move MRI liveouts to ARM return instructions.Jakob Stoklund Olesen2013-02-05
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-29
* Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng2013-01-29
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-25
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-20
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-20
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-19
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-19
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Stylistic tweak.Evan Cheng2012-12-11
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06