aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-1/+1
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-1/+1
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-101-0/+2
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-0/+3
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+0
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-261-9/+9
* Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng2009-06-131-5/+5
* Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron GrayBruno Cardoso Lopes2009-06-011-9/+4
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-0/+12
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-1/+3
* Second attempt:Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-1/+1
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+3
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Comment to be explicit that the enumeration values for CondCodes matter.Jim Grosbach2008-10-081-0/+2
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+1
* Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng2007-07-051-0/+3
* ARM backend contribution from Apple.Evan Cheng2007-01-191-32/+66
* move ARMCondCodeToString to ARMAsmPrinter.cppRafael Espindola2006-11-021-21/+0
* Implement a MachineFunctionPass to fix the mul instructionRafael Espindola2006-09-191-0/+1
* add shifts to addressing mode 1Rafael Espindola2006-09-131-0/+10