summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [ARM][MVE] Enable masked gathers from vector of pointersAnna Welker2020-01-081-0/+3
* [CodeGen] Move ARMCodegenPrepare to TypePromotionSam Parker2019-12-031-2/+1
* [Scheduling][ARM] Consistently enable PostRA Machine schedulingDavid Green2019-11-051-8/+8
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+9
* [ARM] MVE Tail PredicationSam Parker2019-09-061-1/+4
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* [ARM] DLS/LE low-overhead loop code generationSam Parker2019-06-251-0/+5
* [ARM] MVE VPT Block PassSjoerd Meijer2019-06-141-0/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [ARM] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...Amara Emerson2019-04-151-0/+6
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-2/+2
* [ARM] Remove EarlyCSE from backendSam Parker2019-03-151-4/+2
* [ARM] Run ARMParallelDSP in the IRPasses phaseSam Parker2019-03-141-3/+6
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-081-0/+4
* Rollback of rL355585.Mitch Phillips2019-03-071-4/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-071-0/+4
* Revert "[IR][ARM] Add function pointer alignment to datalayout"Mitch Phillips2019-03-061-4/+0
* [IR][ARM] Add function pointer alignment to datalayoutMichael Platings2019-03-061-0/+4
* [ARM] Add OptMinSize to ARMSubtargetSam Parker2019-02-081-2/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-7/+1
* [ARM] ARMCodeGenPrepare backend passSam Parker2018-07-231-0/+8
* ARM: deduplicate hard-float detection code. NFC.Tim Northover2018-07-181-5/+1
* SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)Matthias Braun2018-06-281-1/+3
* [ARM] Parallel DSP PassSjoerd Meijer2018-06-281-0/+4
* MachO: trap unreachable instructionsTim Northover2018-04-131-0/+3
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...Marina Yatsina2018-01-221-1/+1
* Rename ExecutionDepsFix files to ExecutionDomainFixMarina Yatsina2018-01-221-1/+1
* Separate ExecutionDepsFix into 4 parts:Marina Yatsina2018-01-221-9/+13
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-4/+3
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-3/+4
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-4/+3
* [ARM] Register the Thumb2SizeReducePass. NFCDavid Green2017-12-191-0/+1
* [SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel2017-12-141-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* [SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel2017-10-281-4/+5
* [ARM] Use post-RA MI scheduler when +use-misched is setEugene Leviant2017-10-201-1/+8
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-3/+3
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-3/+3
* [ARM] Register ARMExpandPseudo pass.Eli Friedman2017-09-051-0/+1
* Untabify.NAKAMURA Takumi2017-08-281-4/+4
* [ARM] Emit error when ARM exec mode is not available.Florian Hahn2017-08-091-0/+5
* [GlobalISel] Make GlobalISel a non-optional library.Quentin Colombet2017-08-031-4/+0
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-8/+13
* Remove the default ARMSubtarget from the ARM TargetMachine.Eric Christopher2017-07-011-9/+16
* [ARM] Move GISel accessor initialization from TargetMachine to Subtarget.Quentin Colombet2017-07-011-53/+0
OpenPOWER on IntegriCloud