summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2SizeReduction.cpp
Commit message (Expand)AuthorAge
* Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...Jakob Stoklund Olesen2012-08-28
* Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.Jakob Stoklund Olesen2012-08-27
* Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...Sebastian Pop2012-05-04
* Tidy up. 80 columns.Jim Grosbach2012-04-06
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-11
* Use uint16_t to store instruction implicit uses and defs. Reduces static data.Craig Topper2012-03-08
* Make sure the regs are low regs for tMUL size reduction.Jim Grosbach2012-02-24
* Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach2012-02-24
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-17
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Avoid partial CPSR dependency from loop backedges. rdar://10357570Evan Cheng2011-10-27
* Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.Jim Grosbach2011-08-24
* ARM extend instructions simplification.Jim Grosbach2011-07-27
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Fix off-by-one error.Jim Grosbach2011-07-01
* Pseudo-ize t2MOVCC[ri].Jim Grosbach2011-07-01
* Refact ARM Thumb1 tMOVr instruction family.Jim Grosbach2011-06-30
* Size reducing SP adjusting t2ADDri needs to check predication.Jim Grosbach2011-06-30
* Remove redundant Thumb2 ADD/SUB SP instruction definitions.Jim Grosbach2011-06-29
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* use the MachineInstrBuilder operator-> to simplify some code.Chris Lattner2011-04-29
* Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson2011-04-19
* Handle MI flags inside Thumb2SizeReduction pass.Anton Korobeynikov2011-03-05
* Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ...Owen Anderson2011-02-08
* Temporary workaround for a bad bug introduced by r121082 which replacedEvan Cheng2011-02-08
* The tLDR et al instructions were emitting either a reg/reg or reg/immBill Wendling2010-12-14
* Refactor the ARM CMPz* patterns to just use the normal CMP instructions whenJim Grosbach2010-12-07
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-07
* The Thumb tADDrSPi instruction is not valid when the destination is SP.Bob Wilson2010-12-04
* Correctly size-reduce the t2CMPzrr instruction to tCMPzr when possible.Jim Grosbach2010-12-03
* Reduce t2 ldr/str instructions to the correct t1 versions when there's anJim Grosbach2010-12-03
* Size reduction for tPUSH come from t2STMDB_UPD, not t2STMIA_UPD.Jim Grosbach2010-12-03
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* Clarify commentJim Grosbach2010-09-14
* To shrink a t2LDM instruction to the 16-bit wide tLDM instruction, the baseJim Grosbach2010-09-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* PR7458: Try commuting Thumb2 instruction operands to put them into 2-addressBob Wilson2010-06-24
* fix typoJim Grosbach2010-06-08
* Use MachineBasicBlock::isLiveIn.Dan Gohman2010-04-13
* Fix another warning. There is a functionality change but I believe it's correct.Benjamin Kramer2010-03-13
* Change ARM ld/st multiple instructions to have variant instructions forBob Wilson2010-03-13
* Radar 7417921Jim Grosbach2010-02-09
* Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach2010-01-22
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* Materialize global addresses via movt/movw pair, this is always betterAnton Korobeynikov2009-11-24
* Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.Evan Cheng2009-11-19
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25