summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* prune #includes a little.Chris Lattner2010-07-201-1/+1
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-021-4/+6
* Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enumsJakob Stoklund Olesen2010-05-241-4/+4
* Expand VMOVQQ into a pair of VMOVQ.Evan Cheng2010-05-131-0/+27
* Fix some potential issues in the pseudo instruction expansion phase: copy imp...Evan Cheng2010-05-121-35/+61
* Remove a dead fixme.Evan Cheng2010-05-121-1/+0
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-241-10/+23
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-061-0/+115
OpenPOWER on IntegriCloud