summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Turn a large if block into a smaller early return for clarity.Eric Christopher2017-06-171-11/+10
* Remove the old and unused PPC32 and PPC64TargetMachine classes.Eric Christopher2017-06-171-23/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-1/+1
* Remove the default subtarget from the Power port. It's unnecessary and harmfu...Eric Christopher2017-04-061-3/+1
* Temporarily revert "[PPC] In PPCBoolRetToInt change the bool value to i64 if ...Eric Christopher2017-03-311-1/+1
* [PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64Guozhi Wei2017-03-281-1/+1
* Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."Eric Christopher2017-02-101-5/+0
* For X86-64 linux and PPC64 linux align int128 to 16 bytes.Eric Christopher2017-02-101-0/+5
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-0/+3
* Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."Tony Jiang2017-01-161-3/+0
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-0/+3
* [PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-131-11/+25
* Use PIC relocation model as default for PowerPC64 ELF.Joerg Sonnenberger2016-12-151-0/+4
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* [Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel2016-10-041-17/+0
* [PowerPC] Refactor soft-float support, and enable PPC64 soft floatHal Finkel2016-10-021-1/+1
* Convert 2 more uses to shouldAssumeDSOLocal(). NFC.Rafael Espindola2016-06-281-1/+3
* Delete Reloc::Default.Rafael Espindola2016-05-181-5/+18
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* LiveIntervalAnalysis: Remove LiveVariables requirementMatthias Braun2016-04-281-1/+8
* Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor2016-04-271-3/+5
* [PPC] Enable transformations in PPCPassConfig::addIRPasses at O2Ehsan Amiri2016-04-071-1/+1
* [PowerPC] Add a late MI-level pass for QPX load/splat simplificationHal Finkel2016-03-311-1/+12
* Remove HasFnAttribute guards to getFnAttribute callsNirav Dave2016-03-301-2/+1
* [PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet2016-02-181-1/+1
* [Power PC] llvm soft float support for ppc32Petar Jovanovic2015-12-141-0/+13
* [PPC64] Convert bool literals to i32Kit Barton2015-12-071-0/+5
* [PowerPC] Add an MI SSA peephole pass.Bill Schmidt2015-11-101-0/+10
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
* Reformat comment lines.NAKAMURA Takumi2015-09-221-3/+3
* Reformat.NAKAMURA Takumi2015-09-221-1/+1
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-2/+3
* [PowerPC] Use the MachineCombiner to reassociate fadd/fmulHal Finkel2015-07-151-0/+9
* [PowerPC] Make use of the TargetRecip systemHal Finkel2015-07-121-1/+20
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-6/+5
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-6/+4
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-12/+12
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-1/+1
* [PowerPC] Add extra r2 read deps on @toc@l relocationsHal Finkel2015-05-181-0/+7
* [PPC64LE] Remove unnecessary swaps from lane-insensitive vector computationsBill Schmidt2015-04-271-0/+14
* Add computeFSAdditions to the function based subtarget creationEric Christopher2015-03-261-1/+9
* Remove the bare getSubtargetImpl call from the PPC port. As partEric Christopher2015-03-211-2/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-3/+3
* [PowerPC] Loop Data Prefetching for the BG/QHal Finkel2015-02-201-0/+15
* Move ABI handling and 64-bitness to the PowerPC target machine.Eric Christopher2015-02-171-0/+25
* PowerPC: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-5/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* [PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt2015-02-101-0/+2
OpenPOWER on IntegriCloud