summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseInstrInfo.cpp
Commit message (Expand)AuthorAge
* Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...Owen Anderson2011-07-21
* Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...Evan Cheng2011-07-20
* Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson2011-07-15
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* 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
* Refactor away tSpill and tRestore pseudos in ARM backend.Jim Grosbach2011-06-29
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* use the MachineInstrBuilder operator-> to simplify some code.Chris Lattner2011-04-29
* Change A9 scheduling itineraries VLD* / VST* entries default to "aligned". ThatEvan Cheng2011-04-19
* Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generateCameron Zwarich2011-04-15
* The AND instruction leaves the V flag unmodified, so it falls victim to the sameCameron Zwarich2011-04-15
* Add missing register forms of instructions to the ARM CMP-folding code. ThisCameron Zwarich2011-04-15
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix a typo.Cameron Zwarich2011-04-13
* Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...Owen Anderson2011-04-06
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* Nasty bug in ARMBaseInstrInfo::produceSameValue(). The MachineConstantPoolEntryEvan Cheng2011-03-24
* Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng2011-03-23
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Last round of fixes for movw + movt global address codegen.Evan Cheng2011-01-21
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relativeEvan Cheng2011-01-20
* Sorry, several patches in one.Evan Cheng2011-01-20
* Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng2011-01-17
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.Evan Cheng2011-01-08
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* whitespaceAndrew Trick2010-12-24
* Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson2010-12-13
* Refactor the ARM CMPz* patterns to just use the normal CMP instructions whenJim Grosbach2010-12-07
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05
* Rename t2 TBB and TBH instructions to reference that they encode the jump tableJim Grosbach2010-11-29
* 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
* Silence compiler warnings.Evan Cheng2010-11-18
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Simplify code that toggle optional operand to ARM::CPSR.Evan Cheng2010-11-17
* Encode the multi-load/store instructions with their respective modes ('ia',Bill Wendling2010-11-16
* 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
* When we look at instructions to convert to setting the 's' flag, we need to lookBill Wendling2010-11-01
* Fix fpscr <-> GPR latency info.Evan Cheng2010-10-29
* Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng2010-10-29
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28