summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseInstrInfo.h
Commit message (Expand)AuthorAge
* Move -widen-vmovs to ARMBaseInstrInfo::expandPostRAPseudo().Jakob Stoklund Olesen2011-10-11
* Implement TII::get/setExecutionDomain() for ARM.Jakob Stoklund Olesen2011-09-27
* Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick2011-09-21
* Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM.Jakob Stoklund Olesen2011-08-08
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson2011-07-13
* Use BranchProbability instead of floating points in IfConverter.Jakub Staszak2011-07-10
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Clean up a few 80 column violations.Jim Grosbach2011-06-13
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix a typo.Cameron Zwarich2011-04-13
* Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes2011-03-31
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-31
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-31
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-31
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-30
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-22
* Sorry, several patches in one.Evan Cheng2011-01-20
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* s/ARM::BRIND/ARM::BX/g to coincide with r120366.Bill Wendling2010-11-30
* Move callee-saved regs spills / reloads to TFIAnton Korobeynikov2010-11-27
* Rewrite stack callee saved spills and restores to use push/pop instructions.Eric Christopher2010-11-18
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Code clean up. The peephole pass should be the one updating the instructionEvan Cheng2010-11-15
* Revert this temporarily.Eric Christopher2010-11-11
* Change the prologue and epilogue to use push/pop for the low ARM registers.Eric Christopher2010-11-11
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-03
* First part of refactoring ARM addrmode2 (load/store) instructions to be moreJim Grosbach2010-10-26
* Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng2010-10-26
* Tidy up redundant check.Bob Wilson2010-10-26
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-19
* Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng2010-10-19
* Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar2010-10-19
* - Add a hook for target to determine whether an instruction def isEvan Cheng2010-10-19
* Don't recompute MachineRegisterInfo in the Optimize* method.Bill Wendling2010-10-18
* MC machine encoding for simple aritmetic instructions that use a shiftedJim Grosbach2010-10-11
* Code refactoring.Evan Cheng2010-10-07
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* Increase the number of bits used internally by the ARM target to represent theJim Grosbach2010-10-05
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-01
* Part one of switching to using a more sane heuristic for determining if-conve...Owen Anderson2010-09-28
* Move the search for the appropriate AND instructionGabor Greif2010-09-21
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-17
* Rename ConvertToSetZeroFlag to something more general.Bill Wendling2010-09-11
* No need to recompute the SrcReg and CmpValue.Bill Wendling2010-09-10
* Move some of the decision logic for converting an instruction into one that setsBill Wendling2010-09-10
* Modify the comparison optimizations in the peephole optimizer to update theBill Wendling2010-09-10