summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [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/+1
* [XRay] support conditional return on PPC.Tim Shen2017-09-221-0/+5
* Update branch coalescing to be a PowerPC specific passLei Huang2017-09-121-0/+1
* Temporarily revert "Update branch coalescing to be a PowerPC specific pass"Eric Christopher2017-08-311-1/+0
* Update branch coalescing to be a PowerPC specific passLei Huang2017-08-231-0/+1
* 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/+2
* Remove unused forward declaration.Eric Christopher2017-06-171-1/+0
* 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
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-0/+2
* Revert "[PowerPC] Expand ISEL instruction into if-then-else sequence."Tony Jiang2017-01-161-2/+0
* [PowerPC] Expand ISEL instruction into if-then-else sequence.Tony Jiang2017-01-161-0/+2
* Drop support for creating $stubs.Rafael Espindola2016-06-291-10/+9
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [PowerPC] Add a late MI-level pass for QPX load/splat simplificationHal Finkel2016-03-311-0/+1
* [PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet2016-02-181-1/+0
* [PPC64] Convert bool literals to i32Kit Barton2015-12-071-0/+2
* [PowerPC] Add an MI SSA peephole pass.Bill Schmidt2015-11-101-0/+1
* 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
* [PowerPC] Add extra r2 read deps on @toc@l relocationsHal Finkel2015-05-181-0/+1
* [PPC64LE] Remove unnecessary swaps from lane-insensitive vector computationsBill Schmidt2015-04-271-0/+1
* [PowerPC] Loop Data Prefetching for the BG/QHal Finkel2015-02-201-0/+1
* [PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt2015-02-101-6/+2
* Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel2015-02-061-2/+6
* [PowerPC] Prepare loops for pre-increment loads/storesHal Finkel2015-02-051-0/+1
* [PowerPC] Yet another approach to __tls_get_addrBill Schmidt2015-02-031-6/+2
* [PowerPC] Remove the PPCVSXCopyCleanup passHal Finkel2015-02-011-1/+0
* [PM] Remove a bunch of stale TTI creation method declarations. I nukedChandler Carruth2015-02-011-3/+0
* [PowerPC] Replace foul hackery with real calls to __tls_get_addrBill Schmidt2014-11-111-1/+6
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-3/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+3
* Nuke the old JIT.Rafael Espindola2014-08-071-3/+0
* [PowerPC] 32-bit ELF PIC supportHal Finkel2014-07-181-4/+5
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-271-0/+1
* [PowerPC] Select between VSX A-type and M-type FMA instructions just before RAHal Finkel2014-03-251-0/+5
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+1
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-081-1/+1
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-1/+4
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-8/+8
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-201-1/+1
* Add a PPCCTRLoops verification passHal Finkel2013-05-201-0/+3
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-1/+1
* Generate PPC early conditional returnsHal Finkel2013-04-081-1/+2
* PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel2013-03-261-1/+0
OpenPOWER on IntegriCloud