summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-2/+0
* [PowerPC] [NFC] change PPCLoopPreIncPrep class name after D67088.czhengsz2019-11-261-5/+5
* [PowerPC][NFC]Fix typo in desc for enable-ppc-prefetchingJinsong Ji2019-11-121-1/+1
* Lower generic MASSV entries to PowerPC subtarget-specific entriesJinsong Ji2019-11-041-0/+4
* [PowerPC] Turn on CR-Logical reducer passNemanja Ivanovic2019-10-221-1/+1
* Revert r375152 as it is causing failures on EXPENSIVE_CHECKS botNemanja Ivanovic2019-10-181-1/+1
* [PowerPC] Turn on CR-Logical reducer passNemanja Ivanovic2019-10-171-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-8/+8
* [AIX]Lowering global address for 32/64bit small/large code modelsXiangling Liao2019-08-131-4/+13
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-221-2/+3
* [NFC][PowerPC] Make the PowerPC scheduling strategy feature only control the ...QingShan Zhang2019-07-041-10/+10
* [PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-pipelinerJinsong Ji2019-06-111-0/+3
* 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
* [CodeGen] Generic Hardware Loop SupportSam Parker2019-06-071-2/+1
* [TargetMachine] error message unsupported code modelSjoerd Meijer2019-05-221-2/+2
* [PPC64] Parse -elfv1 -elfv2 when specified on target tripleFangrui Song2019-05-221-0/+2
* [PowerPC] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [PowerPC] Add initialization for some ppc passesKang Zhang2019-04-121-0/+14
* Revert "[PowerPC] Add initialization for some ppc passes"Eric Christopher2019-04-121-14/+0
* [PowerPC] Add initialization for some ppc passesKang Zhang2019-04-121-0/+14
* [NFC][PowerPC] Custom PowerPC specific machine-schedulerQingShan Zhang2019-03-271-0/+42
* 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-5/+10
* [PowerPC] Make no-PIC default to match GCC - LLVMStefan Pintilie2018-12-041-3/+3
* Revert "[PowerPC] Make no-PIC default to match GCC - LLVM"Stefan Pintilie2018-11-161-1/+5
* [PowerPC] Make no-PIC default to match GCC - LLVMStefan Pintilie2018-11-161-5/+1
* [PPC] Remove Darwin support from POWER backend.Kit Barton2018-08-281-0/+3
* [PowerPC] Replace the Post RA List Scheduler with the Machine SchedulerStefan Pintilie2018-07-041-1/+7
* Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...David Blaikie2018-03-281-1/+1
* 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
* [PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic2017-12-151-0/+3
* [PowerPC] MachineSSA pass to reduce the number of CR-logical operationsNemanja Ivanovic2017-12-131-0/+7
* 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-5/+5
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-5/+5
* Update branch coalescing to be a PowerPC specific passLei Huang2017-09-121-0/+8
* Temporarily revert "Update branch coalescing to be a PowerPC specific pass"Eric Christopher2017-08-311-8/+0
* Update branch coalescing to be a PowerPC specific passLei Huang2017-08-231-0/+8
* Fix the ppc jit tests.Rafael Espindola2017-08-031-3/+4
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-2/+14
* Make the PPCCTRLoops pass depend on being able to access the TargetMachine an...Eric Christopher2017-06-291-1/+1
* [PowerPC] fix potential verification error on __tls_get_addrHiroshi Inoue2017-06-291-0/+1
* [PowerPC] set optimization level in SelectionDAGISelHiroshi Inoue2017-06-271-1/+1
* [PowerPC] fix trivial typos in comment, NFCHiroshi Inoue2017-06-201-1/+1
* Rework logic and comment out the default relocation models for PPC.Eric Christopher2017-06-171-10/+13
OpenPOWER on IntegriCloud