summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [SystemZ] Add SystemZPostRewrite in addPostRegAlloc() instead at -O0.Jonas Paulsson2019-09-301-1/+4
* [SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.Jonas Paulsson2019-09-161-2/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+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
* [SystemZ, RegAlloc] Favor 3-address instructions during instruction selection.Jonas Paulsson2019-06-081-0/+10
* [TargetMachine] error message unsupported code modelSjoerd Meijer2019-05-221-2/+2
* [SystemZ] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* 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-4/+11
* Move TargetLoweringObjectFile from CodeGen to Target to fix layeringDavid Blaikie2018-03-231-1/+1
* (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
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-1/+1
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-1/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-4/+44
* [SystemZ] Enable LoopDataPrefetch pass.Jonas Paulsson2017-07-141-1/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-7/+20
* [SystemZ] Improve use of conditional instructionsUlrich Weigand2016-11-281-0/+8
* [MachineScheduler] Comments fixing.Jonas Paulsson2016-11-091-1/+1
* [SystemZ] Post-RA scheduler implementationJonas Paulsson2016-10-201-7/+9
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [SystemZ] Utilize Test Data Class instructions.Marcin Koscielnicki2016-07-101-0/+3
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+11
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* [SystemZ] Implement conditional returnsUlrich Weigand2016-04-071-2/+1
* [PostRA scheduling] Allow a target to do scheduling when it wants post RA.Jonas Paulsson2015-12-101-0/+11
* [SystemZ] SystemZElimCompare pass improved.Jonas Paulsson2015-10-081-2/+7
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-1/+1
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-1/+1
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-4/+4
* Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders2015-06-111-5/+4
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-3/+3
* [SystemZ] Add CodeGen support for integer vector typesUlrich Weigand2015-05-051-4/+59
* [SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand2015-03-311-0/+7
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-5/+5
* [SystemZ] Support all TLS access models - CodeGen partUlrich Weigand2015-02-181-0/+4
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+4
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-8/+6
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-6/+8
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-8/+6
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+2
* Enable partial libcall inlining for all targets by default.James Molloy2014-07-231-1/+0
* Move the subtarget dependent features from SystemZTargetMachineEric Christopher2014-07-011-6/+1
OpenPOWER on IntegriCloud