| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Fix a few copy-paste errors. | Jim Grosbach | 2013-01-07 | 1 | -1/+1 |
* | Switch TargetTransformInfo from an immutable analysis pass that requires | Chandler Carruth | 2013-01-07 | 1 | -0/+3 |
* | [arm-fast-isel] Add support for ELF PIC. | Jush Lu | 2012-09-27 | 1 | -0/+1 |
* | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper | 2012-03-17 | 1 | -2/+0 |
* | comment fix ARM.h | Jia Liu | 2012-02-19 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Delete NEONMoveFix, now unused. | Jakob Stoklund Olesen | 2011-09-29 | 1 | -1/+0 |
* | Move to ISelLowering. | Bill Wendling | 2011-09-29 | 1 | -1/+0 |
* | This is the start of the new SjLj EH preparation pass, which will replace the | Bill Wendling | 2011-09-27 | 1 | -0/+1 |
* | Code clean up. | Evan Cheng | 2011-07-25 | 1 | -6/+0 |
* | Sink ARM mc routines into MCTargetDesc. | Evan Cheng | 2011-07-23 | 1 | -13/+1 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -2/+1 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -6/+8 |
* | Add missing header. | Jim Grosbach | 2011-06-22 | 1 | -0/+1 |
* | Move ARMMachObjectWriter to its own file. | Jim Grosbach | 2011-06-22 | 1 | -0/+7 |
* | Making use of VFP / NEON floating point multiply-accumulate / subtraction is | Evan Cheng | 2010-12-05 | 1 | -0/+1 |
* | Move the ARMAsmPrinter class defintiion into a header file. | Jim Grosbach | 2010-12-01 | 1 | -3/+3 |
* | rename LowerToMCInst -> LowerARMMachineInstrToMCInst. | Chris Lattner | 2010-11-14 | 1 | -1/+2 |
* | even more simplifications. ARM MCInstLowering is now just | Chris Lattner | 2010-11-14 | 1 | -0/+5 |
* | I added a new file ARMAsmBackend which stubs out in similar ways to | Jason W Kim | 2010-09-30 | 1 | -0/+3 |
* | Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim! | Jim Grosbach | 2010-09-17 | 1 | -0/+5 |
* | Factor out basic enums and hleper functions from ARM.h for cleaner sharing | Jim Grosbach | 2010-09-15 | 1 | -101/+1 |
* | Convert some VTBL and VTBX instructions to use pseudo instructions prior to | Bob Wilson | 2010-09-13 | 1 | -1/+0 |
* | Add comments for what the condition code symbols mean. | Bill Wendling | 2010-08-24 | 1 | -16/+16 |
* | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen | 2010-08-12 | 1 | -0/+27 |
* | Hook in GlobalMerge pass | Anton Korobeynikov | 2010-07-24 | 1 | -0/+1 |
* | Remove early IT block formation. It's not used. | Evan Cheng | 2010-07-02 | 1 | -1/+1 |
* | Remove the hidden "neon-reg-sequence" option. The reg sequences are working | Bob Wilson | 2010-06-16 | 1 | -4/+0 |
* | Thumb2 IT blocks are fairly expensive. When there are multiple selects using | Evan Cheng | 2010-06-09 | 1 | -1/+1 |
* | Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE. | Evan Cheng | 2010-05-05 | 1 | -2/+6 |
* | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov | 2010-04-07 | 1 | -1/+0 |
* | Some initial version of global merger | Anton Korobeynikov | 2010-04-07 | 1 | -0/+1 |
* | tidy some targets. | Chris Lattner | 2010-02-02 | 1 | -2/+0 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 1 | -4/+0 |
* | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach | 2009-12-02 | 1 | -1/+0 |
* | Detect need for autoalignment of the stack earlier to catch spills more | Jim Grosbach | 2009-11-15 | 1 | -0/+1 |
* | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative | Evan Cheng | 2009-11-06 | 1 | -0/+1 |
* | Turn neon reg-reg moves fixup code into separate pass. This should reduce the... | Anton Korobeynikov | 2009-11-03 | 1 | -0/+1 |
* | Pass the optimization level when constructing the ARM instruction selector. | Bob Wilson | 2009-09-28 | 1 | -1/+2 |
* | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach | 2009-08-11 | 1 | -1/+1 |
* | Code refactoring. No functionality change. | Evan Cheng | 2009-08-08 | 1 | -0/+1 |
* | Add a new pre-allocation pass to assign adjacent registers for Neon instructions | Bob Wilson | 2009-08-05 | 1 | -1/+1 |
* | Remove a redundant declaration. | Bob Wilson | 2009-08-05 | 1 | -2/+0 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -3/+0 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -0/+2 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -1/+1 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -2/+2 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |