aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-33/+33
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-28/+127
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-9/+55
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-111/+53
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-41/+123
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-1/+6
|\
| * Enable generating legacy IT block for AArch32Weiming Zhao2013-11-131-1/+1
| * [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-091-1/+6
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-3/+3
|\ \ | |/
| * Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-291-1/+1
| * Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+1
| * Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+1
* | Allow global-merge option to be accessed externally.Stephen Hines2013-07-111-1/+1
|/
* Remove the MachineMove class.Rafael Espindola2013-05-131-0/+2
* Enabling the generation of dependency breakers for partial updates on Cortex-...Silviu Baranga2013-03-271-2/+1
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-211-1/+1
* Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga2013-03-151-1/+13
* ARM: Fix a few copy-paste errors.Jim Grosbach2013-01-071-2/+2
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-4/+11
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-2/+0
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-2/+2
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-2/+4
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-4/+2
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-2/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-271-0/+5
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-131-1/+1
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-021-2/+2
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-021-10/+10
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-011-10/+10
* Tidy up. 80 columns.Jim Grosbach2012-04-061-1/+2
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-281-1/+3
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-2/+2
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-6/+4
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-18/+46
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+5
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-2/+8
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-5/+9
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-23/+20
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-171-1/+2
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-101-4/+11
* Use ExecutionDepsFix instead of NEONMoveFix.Jakob Stoklund Olesen2011-09-291-1/+1
* Move to ISelLowering.Bill Wendling2011-09-291-2/+0
* Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.Bill Wendling2011-09-281-1/+1
* This is the start of the new SjLj EH preparation pass, which will replace theBill Wendling2011-09-271-1/+3
* Hide -global-merge option.Evan Cheng2011-08-251-1/+1
* Add a command line option to disable global merge pass.Evan Cheng2011-08-251-1/+6
* Remove a out-of-place comment.Evan Cheng2011-08-251-1/+0