summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC][PowerPC] Improve the for loop in Early ReturnKang Zhang2019-06-271-4/+4
* [PowerPC] Add initialization for some ppc passesKang Zhang2019-04-121-4/+0
* Revert "[PowerPC] Add initialization for some ppc passes"Eric Christopher2019-04-121-0/+4
* [PowerPC] Add initialization for some ppc passesKang Zhang2019-04-121-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Place the lowered phi instruction(s) before the DEBUG_VALUE entryKeith Walker2016-09-161-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor2016-04-271-0/+3
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+2
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-1/+5
* CodeGen: Change MachineInstr to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-271-3/+3
* [CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.Ahmed Bougacha2015-12-161-13/+11
* Normalize MBB's successors' probabilities in several locations.Cong Hou2015-12-131-2/+2
* Enable the shrink wrapping optimization for PPC64.Kit Barton2015-09-101-0/+7
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...Hans Wennborg2015-04-231-5/+6
* Revert r235560; this commit was causing several failed assertions in Debug bu...Aaron Ballman2015-04-231-6/+5
* Switch lowering: extract jump tables and bit tests before building binary tre...Hans Wennborg2015-04-221-5/+6
* [PowerPC] Put PPCEarlyReturn into its own source fileHal Finkel2015-02-011-0/+201
OpenPOWER on IntegriCloud