aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPC.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Drop support for creating $stubs.Rafael Espindola1-10/+9
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-03-31[PowerPC] Add a late MI-level pass for QPX load/splat simplificationHal Finkel1-0/+1
2016-02-18[PPCLoopDataPrefetch] Move pass to Transforms/Scalar/LoopDataPrefetch. NFCAdam Nemet1-1/+0
2015-12-07[PPC64] Convert bool literals to i32Kit Barton1-0/+2
2015-11-10[PowerPC] Add an MI SSA peephole pass.Bill Schmidt1-0/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-18[PowerPC] Add extra r2 read deps on @toc@l relocationsHal Finkel1-0/+1
2015-04-27[PPC64LE] Remove unnecessary swaps from lane-insensitive vector computationsBill Schmidt1-0/+1
2015-02-20[PowerPC] Loop Data Prefetching for the BG/QHal Finkel1-0/+1
2015-02-10[PowerPC] Fix reverted patch r227976 to avoid register assignment issuesBill Schmidt1-6/+2
2015-02-06Revert "r227976 - [PowerPC] Yet another approach to __tls_get_addr" and relat...Hal Finkel1-2/+6
2015-02-05[PowerPC] Prepare loops for pre-increment loads/storesHal Finkel1-0/+1
2015-02-03[PowerPC] Yet another approach to __tls_get_addrBill Schmidt1-6/+2
2015-02-01[PowerPC] Remove the PPCVSXCopyCleanup passHal Finkel1-1/+0
2015-02-01[PM] Remove a bunch of stale TTI creation method declarations. I nukedChandler Carruth1-3/+0
2014-11-11[PowerPC] Replace foul hackery with real calls to __tls_get_addrBill Schmidt1-1/+6
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-3/+0
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+3
2014-08-07Nuke the old JIT.Rafael Espindola1-3/+0
2014-07-18[PowerPC] 32-bit ELF PIC supportHal Finkel1-4/+5
2014-03-27[PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel1-0/+1
2014-03-25[PowerPC] Select between VSX A-type and M-type FMA instructions just before RAHal Finkel1-0/+5
2014-03-13[PowerPC] Initial support for the VSX instruction setHal Finkel1-0/+1
2013-07-08[PowerPC] Always use "assembler dialect" 1Ulrich Weigand1-1/+1
2013-07-05[PowerPC] Support @tls in the asm parserUlrich Weigand1-1/+4
2013-06-21[PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand1-8/+8
2013-06-20[PowerPC] Remove unused parameterUlrich Weigand1-1/+1
2013-05-20Add a PPCCTRLoops verification passHal Finkel1-0/+3
2013-05-15Implement PPC counter loops as a late IR-level passHal Finkel1-1/+1
2013-04-08Generate PPC early conditional returnsHal Finkel1-1/+2
2013-03-26PPC: Use HWEncoding and TRI->getEncodingValueHal Finkel1-1/+0
2013-02-21Relocation enablement for PPC DAG postprocessing passBill Schmidt1-8/+14
2013-01-25Initial implementation of PPCTargetTransformInfoHal Finkel1-0/+4
2012-12-13This is just a clean-up patch that simplifies the initial-exec TLS logic byBill Schmidt1-3/+1
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt1-4/+7
2012-06-08Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel1-0/+1
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky1-6/+12
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-4/+1
2011-07-25Code clean up.Evan Cheng1-5/+0
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng1-5/+1
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng1-14/+1
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng1-1/+4
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng1-1/+2
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng1-1/+2
2011-06-09Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky1-1/+1
2010-11-15Wire up primitive support in the assembler backend for writing .o filesChris Lattner1-0/+4
2010-11-15Implement a basic MCCodeEmitter for PPC. This doesn't handleChris Lattner1-1/+6