summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: fix typoSaleem Abdulrasool2014-03-311-1/+1
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-10/+57
* Prune includes in ARM target.Craig Topper2014-03-221-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-5/+5
* GlobalMerge: move "-global-merge" option to the pass itself.Tim Northover2014-02-181-6/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-2/+7
* Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola2013-12-191-2/+5
* ARM: update comment to match realityTim Northover2013-12-181-1/+2
* ARM: set default float ABI based on triple.Tim Northover2013-12-181-1/+2
* On APCS, only try to align aggregates to 32 bits instead of 64.Rafael Espindola2013-12-171-3/+3
* Handle i64 first for clarity. No functionality change.Rafael Espindola2013-12-171-5/+6
* One last cleanup of LLVM's DataLayout strings.Rafael Espindola2013-12-161-6/+6
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-161-1/+1
* Simplify the datalayout string of ARM and AArch64.Rafael Espindola2013-12-121-3/+3
* Add comments documenting the ARM datalayout string.Rafael Espindola2013-12-101-0/+12
* Simplify further.Rafael Espindola2013-12-101-12/+4
* Refactor the construction of the DataLayout string on ARM.Rafael Espindola2013-12-091-19/+39
* 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
* 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
* 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
OpenPOWER on IntegriCloud