summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2SizeReduction.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* ARM: Range based for-loop over block predecessors.Jim Grosbach2014-04-04
* Prune includes in ARM target.Craig Topper2014-03-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Range-ify some for loops.Owen Anderson2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Fix PR 18369: [Thumbv8] asserts due to inconsistent CPSR liveness of IT blocksWeiming Zhao2014-01-13
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* ARM: Remove unused variable.Benjamin Kramer2013-04-08
* Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen2013-04-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Disable ARM partial flag dependency optimization at -OzQuentin Colombet2012-12-18
* Repair bundles that were broken by removing and reinserting the firstJakob Stoklund Olesen2012-12-18
* Extract a method, no functional change intended.Jakob Stoklund Olesen2012-12-18
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* 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