summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAge
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-11
* Revert r146322 to appease buildbots. Original commit message:Chad Rosier2011-12-10
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-10
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-09
* Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar2011-12-08
* Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy2011-12-08
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Move code into anonymous namespaces.Benjamin Kramer2011-11-26
* Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>Bob Wilson2011-11-16
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-15
* Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman2011-11-11
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-09
* Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames2011-11-08
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Make sure to mark vector extload's as expand on ARM. Fixes PR11319.Eli Friedman2011-11-08
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Fixed parameter name.Lang Hames2011-11-02
* Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames2011-11-02
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* Make sure short memsets on ARM lower to stores, even when optimizing for size.Lang Hames2011-10-26
* Revert r142530 at least temporarily while a discussion is had on llvm-commits...James Molloy2011-10-26
* Use a worklist to prevent the iterator from becoming invalidated because of t...Bill Wendling2011-10-26
* Revert part of r142530. The patch potentially hurts performance especiallyEvan Cheng2011-10-26
* Don't crash on variable insertelement on ARM. PR10258.Eli Friedman2011-10-24
* Change this overloaded use of Sched::Latency to be an overloadedDan Gohman2011-10-24
* The different flavors of ARM have different valid subsets of registers. CheckBill Wendling2011-10-22
* Add missing operand. <rdar://problem/10313323>Bill Wendling2011-10-20
* Use literal pool loads instead of MOVW/MOVT for materializing global addresse...James Molloy2011-10-19
* Make sure we emit the 'movw' and 'movt' only if it's supported. Otherwise, us...Bill Wendling2011-10-19
* Remove some dead code.Bill Wendling2011-10-19
* Emit the MOVT instruction only if the # LPads is > 64K.Bill Wendling2011-10-18
* For Thumb mode, we need to use a constant pool if the value is too large to beBill Wendling2011-10-18
* Use the integer compare when the value is small enough. Use the "move into aBill Wendling2011-10-18
* Use the integer compare when the value is small enough. Use the "move into aBill Wendling2011-10-18
* The value we're comparing against may be too large for the ARM CMPBill Wendling2011-10-18
* The immediate may be too large for the CMP instruction. Move it into a registerBill Wendling2011-10-18
* Use ARM/t2PseudoInst class from ARM/Thumb2 special adds/subs patterns.Andrew Trick2011-10-18
* Use isIntN and isUIntN to check for valid signed/unsigned numbers.Bob Wilson2011-10-18
* whitespaceAndrew Trick2011-10-18
* A landing pad could have more than one predecessor. In that case, we want thatBill Wendling2011-10-18
* Fix incorrect check for sign-extended constant BUILD_VECTOR.Bob Wilson2011-10-18
* Fix a bunch of unused variable warnings when doing a releaseDuncan Sands2011-10-18
* Don't renumber the blocks here. This could cause problems later on if anotherBill Wendling2011-10-17
* Add a call to EmitSjLjDispatchBlock.Bill Wendling2011-10-17
* Add comment explaining that the order of processing doesn't matter here.Bill Wendling2011-10-17