| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove dead code. | Chris Lattner | 2010-02-02 | 1 | -24/+0 |
* | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner | 2010-02-02 | 1 | -25/+0 |
* | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach | 2010-01-19 | 1 | -4/+0 |
* | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach | 2009-12-02 | 1 | -1/+1 |
* | Detect need for autoalignment of the stack earlier to catch spills more | Jim Grosbach | 2009-11-15 | 1 | -0/+4 |
* | indicate what the native integer types for the target are. | Chris Lattner | 2009-11-07 | 1 | -4/+4 |
* | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative | Evan Cheng | 2009-11-06 | 1 | -0/+4 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -2/+1 |
* | Move subtarget check upper for NEON reg-reg fixup pass. | Anton Korobeynikov | 2009-11-03 | 1 | -1/+2 |
* | Turn neon reg-reg moves fixup code into separate pass. This should reduce the... | Anton Korobeynikov | 2009-11-03 | 1 | -2/+5 |
* | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson | 2009-10-28 | 1 | -1/+1 |
* | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 1 | -1/+1 |
* | Revert 84843. Evan, this was breaking some of the if-conversion tests. | Bob Wilson | 2009-10-22 | 1 | -3/+5 |
* | Move if-conversion before post-regalloc scheduling so the predicated instruct... | Evan Cheng | 2009-10-22 | 1 | -5/+3 |
* | Trim include. | Evan Cheng | 2009-10-22 | 1 | -1/+0 |
* | Move load / store multiple before post-alloc scheduling. | Evan Cheng | 2009-10-02 | 1 | -10/+2 |
* | Add a option which would move ld/st multiple pass before post-alloc scheduling. | Evan Cheng | 2009-09-30 | 1 | -1/+16 |
* | Pass the optimization level when constructing the ARM instruction selector. | Bob Wilson | 2009-09-28 | 1 | -1/+1 |
* | Enable pre-regalloc load / store multiple pass for Thumb2. | Evan Cheng | 2009-09-27 | 1 | -6/+5 |
* | Really remove this option. | Evan Cheng | 2009-09-26 | 1 | -3/+0 |
* | Remove a couple of unused command line options. | Evan Cheng | 2009-09-26 | 1 | -7/+3 |
* | trivial whitespace cleanup | Jim Grosbach | 2009-09-14 | 1 | -2/+2 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -6/+6 |
* | Turn on if-conversion for thumb2. | Evan Cheng | 2009-08-15 | 1 | -6/+4 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -1/+1 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 1 | -1/+1 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -10/+16 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach | 2009-08-11 | 1 | -1/+1 |
* | Adding a blank line back. | Evan Cheng | 2009-08-11 | 1 | -0/+1 |
* | Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ... | Evan Cheng | 2009-08-10 | 1 | -5/+1 |
* | Add a skeleton Thumb2 instruction size reduction pass. | Evan Cheng | 2009-08-08 | 1 | -1/+6 |
* | Add a new pre-allocation pass to assign adjacent registers for Neon instructions | Bob Wilson | 2009-08-05 | 1 | -0/+3 |
* | Oops. I didn't mean to commit this piece yet. | Bob Wilson | 2009-08-05 | 1 | -2/+0 |
* | Change DAG nodes for Neon VLD2/3/4 operations to return multiple results. | Bob Wilson | 2009-08-05 | 1 | -0/+2 |
* | Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet. | Evan Cheng | 2009-08-04 | 1 | -2/+3 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 1 | -7/+6 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -1/+1 |
* | ARM TAI no longer needs a TM, but createTargetAsmInfo() still does. | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
* | remove dead code. | Chris Lattner | 2009-07-27 | 1 | -4/+3 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -9/+6 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -4/+3 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -7/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -12/+0 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -24/+0 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -8/+4 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -63/+15 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -15/+63 |
* | Replace large swaths of copy-n-paste code with obvious helper function... | Daniel Dunbar | 2009-07-15 | 1 | -30/+12 |