Age | Commit message (Expand) | Author |
2010-06-16 | Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat... | Evan Cheng |
2010-06-09 | Typo. | Evan Cheng |
2010-06-09 | Thumb2 IT blocks are fairly expensive. When there are multiple selects using | Evan Cheng |
2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
2010-04-07 | Remove late ARM codegen optimization pass committed by accident. | Anton Korobeynikov |
2010-04-07 | Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it. | Anton Korobeynikov |
2010-04-07 | Some initial version of global merger | Anton Korobeynikov |
2010-03-20 | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar |
2010-02-02 | remove dead code. | Chris Lattner |
2010-02-02 | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner |
2010-01-19 | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach |
2009-12-02 | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach |
2009-11-15 | Detect need for autoalignment of the stack earlier to catch spills more | Jim Grosbach |
2009-11-07 | indicate what the native integer types for the target are. | Chris Lattner |
2009-11-06 | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative | Evan Cheng |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-11-03 | Move subtarget check upper for NEON reg-reg fixup pass. | Anton Korobeynikov |
2009-11-03 | Turn neon reg-reg moves fixup code into separate pass. This should reduce the... | Anton Korobeynikov |
2009-10-28 | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson |
2009-10-27 | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson |
2009-10-22 | Revert 84843. Evan, this was breaking some of the if-conversion tests. | Bob Wilson |
2009-10-22 | Move if-conversion before post-regalloc scheduling so the predicated instruct... | Evan Cheng |
2009-10-22 | Trim include. | Evan Cheng |
2009-10-02 | Move load / store multiple before post-alloc scheduling. | Evan Cheng |
2009-09-30 | Add a option which would move ld/st multiple pass before post-alloc scheduling. | Evan Cheng |
2009-09-28 | Pass the optimization level when constructing the ARM instruction selector. | Bob Wilson |
2009-09-27 | Enable pre-regalloc load / store multiple pass for Thumb2. | Evan Cheng |
2009-09-26 | Really remove this option. | Evan Cheng |
2009-09-26 | Remove a couple of unused command line options. | Evan Cheng |
2009-09-14 | trivial whitespace cleanup | Jim Grosbach |
2009-08-22 | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-15 | Turn on if-conversion for thumb2. | Evan Cheng |
2009-08-13 | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar |
2009-08-13 | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner |
2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
2009-08-11 | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach |
2009-08-11 | Adding a blank line back. | Evan Cheng |
2009-08-10 | Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch ... | Evan Cheng |
2009-08-08 | Add a skeleton Thumb2 instruction size reduction pass. | Evan Cheng |
2009-08-05 | Add a new pre-allocation pass to assign adjacent registers for Neon instructions | Bob Wilson |
2009-08-05 | Oops. I didn't mean to commit this piece yet. | Bob Wilson |
2009-08-05 | Change DAG nodes for Neon VLD2/3/4 operations to return multiple results. | Bob Wilson |
2009-08-04 | Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet. | Evan Cheng |
2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
2009-08-02 | ARM TAI no longer needs a TM, but createTargetAsmInfo() still does. | Chris Lattner |
2009-07-27 | remove dead code. | Chris Lattner |
2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |