summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Enabling the generation of dependency breakers for partial updates on Cortex-...Silviu Baranga2013-03-27
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-21
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-15
* ARM: Fix a few copy-paste errors.Jim Grosbach2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-27
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-13
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-02
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* Tidy up. 80 columns.Jim Grosbach2012-04-06
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-28
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-17
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-29
* Move to ISelLowering.Bill Wendling2011-09-29
* Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.Bill Wendling2011-09-28
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-27
* Hide -global-merge option.Evan Cheng2011-08-25
* Add a command line option to disable global merge pass.Evan Cheng2011-08-25
* Remove a out-of-place comment.Evan Cheng2011-08-25
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Sink ARM mc routines into MCTargetDesc.Evan Cheng2011-07-23
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...Evan Cheng2011-07-07
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Remove TargetOptions.h dependency from ARMSubtarget.Evan Cheng2011-06-23
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-19
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-19
* Tidy up.Jim Grosbach2011-04-06
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi2011-02-17
* Add support for the --noexecstack option.Rafael Espindola2011-01-23