aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+7
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-151-0/+1
* ARM: Fix a few copy-paste errors.Jim Grosbach2013-01-071-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-0/+3
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-271-0/+1
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-171-2/+0
* comment fix ARM.hJia Liu2012-02-191-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Delete NEONMoveFix, now unused.Jakob Stoklund Olesen2011-09-291-1/+0
* Move to ISelLowering.Bill Wendling2011-09-291-1/+0
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-271-0/+1
* Code clean up.Evan Cheng2011-07-251-6/+0
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-231-13/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-2/+1
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-111-6/+8
* Add missing header.Jim Grosbach2011-06-221-0/+1
* Move ARMMachObjectWriter to its own file.Jim Grosbach2011-06-221-0/+7
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-0/+1
* Move the ARMAsmPrinter class defintiion into a header file.Jim Grosbach2010-12-011-3/+3
* rename LowerToMCInst -> LowerARMMachineInstrToMCInst.Chris Lattner2010-11-141-1/+2
* even more simplifications. ARM MCInstLowering is now justChris Lattner2010-11-141-0/+5
* I added a new file ARMAsmBackend which stubs out in similar ways toJason W Kim2010-09-301-0/+3
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-171-0/+5
* Factor out basic enums and hleper functions from ARM.h for cleaner sharingJim Grosbach2010-09-151-101/+1
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-131-1/+0
* Add comments for what the condition code symbols mean.Bill Wendling2010-08-241-16/+16
* Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen2010-08-121-0/+27
* Hook in GlobalMerge passAnton Korobeynikov2010-07-241-0/+1
* Remove early IT block formation. It's not used.Evan Cheng2010-07-021-1/+1
* Remove the hidden "neon-reg-sequence" option. The reg sequences are workingBob Wilson2010-06-161-4/+0
* Thumb2 IT blocks are fairly expensive. When there are multiple selects usingEvan Cheng2010-06-091-1/+1
* Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE.Evan Cheng2010-05-051-2/+6
* Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov2010-04-071-1/+0
* Some initial version of global mergerAnton Korobeynikov2010-04-071-0/+1
* tidy some targets.Chris Lattner2010-02-021-2/+0
* remove dead code.Chris Lattner2010-02-021-4/+0
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-021-1/+0
* Detect need for autoalignment of the stack earlier to catch spills moreJim Grosbach2009-11-151-0/+1
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-061-0/+1
* Turn neon reg-reg moves fixup code into separate pass. This should reduce the...Anton Korobeynikov2009-11-031-0/+1
* Pass the optimization level when constructing the ARM instruction selector.Bob Wilson2009-09-281-1/+2
* Whitespace cleanup. Remove trailing whitespace.Jim Grosbach2009-08-111-1/+1
* Code refactoring. No functionality change.Evan Cheng2009-08-081-0/+1
* Add a new pre-allocation pass to assign adjacent registers for Neon instructionsBob Wilson2009-08-051-1/+1
* Remove a redundant declaration.Bob Wilson2009-08-051-2/+0
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-3/+0
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-0/+2