2013-03-15 |
Silviu Baranga | Adding an A15 specific optimization pass for interactio... |
blob | commitdiff | raw |
2013-01-07 |
Jim Grosbach | ARM: Fix a few copy-paste errors. |
blob | commitdiff | raw | diff to current |
2013-01-07 |
Chandler Carruth | Switch TargetTransformInfo from an immutable analysis... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-28 |
Rafael Espindola | Remove TargetELFWriterInfo. |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Nadav Rotem | Implement a basic VectorTargetTransformInfo interface... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Nadav Rotem | Reapply the TargerTransformInfo changes, minus the... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Bob Wilson | Temporarily revert the TargetTransform changes. |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Nadav Rotem | Add a new interface to allow IR-level passes to access... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Jush Lu | [arm-fast-isel] Add support for ELF PIC. |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Silviu Baranga | This patch introduces A15 as a target in LLVM. |
blob | commitdiff | raw | diff to current |
2012-07-02 |
Bob Wilson | Consistently use AnalysisID types in TargetPassConfig. |
blob | commitdiff | raw | diff to current |
2012-07-02 |
Bob Wilson | Add all codegen passes to the PassManager via TargetPas... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Bill Wendling | Change the PassManager from a reference to a pointer. |
blob | commitdiff | raw | diff to current |
2012-04-06 |
Jim Grosbach | Tidy up. 80 columns. |
blob | commitdiff | raw | diff to current |
2012-03-28 |
Jakob Stoklund Olesen | Preserve implicit defs in ARMLoadStoreOptimizer. |
blob | commitdiff | raw | diff to current |
2012-02-08 |
Andrew Trick | Codegen pass definition cleanup. No functionality. |
blob | commitdiff | raw | diff to current |
2012-02-04 |
Andrew Trick | TargetPassConfig: confine the MC configuration to Targe... |
blob | commitdiff | raw | diff to current |
2012-02-03 |
Andrew Trick | Added TargetPassConfig. The first little step toward... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-12-14 |
Evan Cheng | - Add MachineInstrBundle.h and MachineInstrBundle.cpp... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
blob | commitdiff | raw | diff to current |
2011-11-16 |
Evan Cheng | Sink codegen optimization level into MCCodeGenInfo... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Devang Patel | svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar... |
blob | commitdiff | raw | diff to current |
2011-10-10 |
Lang Hames | Add a natural stack alignment field to TargetData,... |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Jakob Stoklund Olesen | Use ExecutionDepsFix instead of NEONMoveFix. |
blob | commitdiff | raw | diff to current |
2011-09-29 |
Bill Wendling | Move to ISelLowering. |
blob | commitdiff | raw | diff to current |
2011-09-28 |
Bill Wendling | Ahem...actually *add* the ARMSjLjLowering pass to the... |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Bill Wendling | This is the start of the new SjLj EH preparation pass... |
blob | commitdiff | raw | diff to current |
2011-08-25 |
Evan Cheng | Hide -global-merge option. |
blob | commitdiff | raw | diff to current |
2011-08-25 |
Evan Cheng | Add a command line option to disable global merge pass. |
blob | commitdiff | raw | diff to current |
2011-08-25 |
Evan Cheng | Remove a out-of-place comment. |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Evan Cheng | Sink ARM mc routines into MCTargetDesc. |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Evan Cheng | Eliminate asm parser's dependency on TargetMachine: |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Evan Cheng | Factor ARM triple parsing out of ARMSubtarget. Another... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Evan Cheng | Remove TargetOptions.h dependency from ARMSubtarget. |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Daniel Dunbar | ADT/Triple: Move a variety of clients to using isOSDarw... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Bob Wilson | This patch combines several changes from Evan Cheng... |
blob | commitdiff | raw | diff to current |
2011-04-06 |
Jim Grosbach | Tidy up. |
blob | commitdiff | raw | diff to current |
2011-02-17 |
NAKAMURA Takumi | Triple::MinGW64 is deprecated and removed. We can use... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Rafael Espindola | Add support for the --noexecstack option. |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Anton Korobeynikov | Rename TargetFrameInfo into TargetFrameLowering. Also... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Evan Cheng | Making use of VFP / NEON floating point multiply-accumu... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Chris Lattner | tidy up |
blob | commitdiff | raw | diff to current |
2010-11-15 |
Anton Korobeynikov | First step of huge frame-related refactoring: move... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Eric Christopher | Revert the accidental commit I made reverting the previ... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Eric Christopher | Revert this temporarily. |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Rafael Espindola | Jim Asked us to move DataLayout on ARM back to the... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Jason W Kim | I added a new file ARMAsmBackend which stubs out in... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Nick Lewycky | Resolve this GCC warning: |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Rafael Espindola | Odd additional stub framework for the ARM MC ELF emission. |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Bob Wilson | Convert some VTBL and VTBX instructions to use pseudo... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Evan Cheng | Report error if codegen tries to instantiate a ARM... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Evan Cheng | Change -prefer-32bit-thumb to attribute -mattr=+32bit... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Evan Cheng | Add an option to disable 32 -> 16-bit Thumb2 size reduc... |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Anton Korobeynikov | Hook in GlobalMerge pass |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Evan Cheng | Remove early IT block formation. It's not used. |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Bob Wilson | Add missing ARM and Thumb data layout info for vector... |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Evan Cheng | Oops. IT block formation pass needs to be run at any... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Evan Cheng | Move ARM if-conversion before post-ra scheduling. |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Evan Cheng | Allow ARM if-converter to be run after post allocation... |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Evan Cheng | Make post-ra scheduling, anti-dep breaking, and registe... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Evan Cheng | Typo. |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Evan Cheng | Thumb2 IT blocks are fairly expensive. When there are... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Dan Gohman | Implement a bunch more TargetSelectionDAGInfo infrastru... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Anton Korobeynikov | Remove late ARM codegen optimization pass committed... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Anton Korobeynikov | Move NEON-VFP domain fixer upper, so post-RA scheduler... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Anton Korobeynikov | Some initial version of global merger |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Daniel Dunbar | TargetRegistry: Fix create{AsmInfo,MCDisassembler}... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | remove dead code. |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | eliminate all the dead addSimpleCodeEmitter implementat... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
Jim Grosbach | For aligned load/store instructions, it's only required... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Jim Grosbach | Factor the stack alignment calculations out into a... |
blob | commitdiff | raw | diff to current |
2009-11-15 |
Jim Grosbach | Detect need for autoalignment of the stack earlier... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Chris Lattner | indicate what the native integer types for the target... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Evan Cheng | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Daniel Dunbar | Pass StringRef by value. |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Anton Korobeynikov | Move subtarget check upper for NEON reg-reg fixup pass. |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Anton Korobeynikov | Turn neon reg-reg moves fixup code into separate pass... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Bob Wilson | Revert r85346 change to control tail merging by CodeGen... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Bob Wilson | Record CodeGen optimization level in the BranchFolding... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Bob Wilson | Revert 84843. Evan, this was breaking some of the... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Evan Cheng | Move if-conversion before post-regalloc scheduling... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Evan Cheng | Trim include. |
blob | commitdiff | raw | diff to current |
2009-10-02 |
Evan Cheng | Move load / store multiple before post-alloc scheduling. |
blob | commitdiff | raw | diff to current |
2009-09-30 |
Evan Cheng | Add a option which would move ld/st multiple pass befor... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Bob Wilson | Pass the optimization level when constructing the ARM... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Evan Cheng | Enable pre-regalloc load / store multiple pass for... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Evan Cheng | Really remove this option. |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Evan Cheng | Remove a couple of unused command line options. |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Jim Grosbach | trivial whitespace cleanup |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Evan Cheng | Turn on if-conversion for thumb2. |
blob | commitdiff | raw | diff to current |
next |