Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / PPC.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-18 Hal Finkel[PowerPC] Add extra r2 read deps on @toc@l relocations
2015-04-27 Bill Schmidt[PPC64LE] Remove unnecessary swaps from lane-insensitiv...
2015-02-20 Hal Finkel[PowerPC] Loop Data Prefetching for the BG/Q
2015-02-10 Bill Schmidt[PowerPC] Fix reverted patch r227976 to avoid register...
2015-02-06 Hal FinkelRevert "r227976 - [PowerPC] Yet another approach to...
2015-02-05 Hal Finkel[PowerPC] Prepare loops for pre-increment loads/stores
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-02-01 Hal Finkel[PowerPC] Remove the PPCVSXCopyCleanup pass
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-05 Ulrich Weigand[PowerPC] Support @tls in the asm parser
2013-06-21 Ulrich Weigand[PowerPC] Rename some more VK_PPC_ enums
2013-06-20 Ulrich Weigand[PowerPC] Remove unused parameter
2013-05-20 Hal FinkelAdd a PPCCTRLoops verification pass
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-04-08 Hal FinkelGenerate PPC early conditional returns
2013-03-26 Hal FinkelPPC: Use HWEncoding and TRI->getEncodingValue
2013-02-21 Bill SchmidtRelocation enablement for PPC DAG postprocessing pass
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2012-12-13 Bill SchmidtThis is just a clean-up patch that simplifies the initi...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2011-07-25 Evan ChengCode clean up.
2011-07-25 Evan ChengRefactor PPC target to separate MC routines from Target...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2010-11-15 Chris LattnerWire up primitive support in the assembler backend...
2010-11-15 Chris LattnerImplement a basic MCCodeEmitter for PPC. This doesn...
2010-11-15 Chris Lattnerconvert the operand bits into bitfields since they...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Chris Lattnerimplement support for the MO_DARWIN_STUB TargetOperand...
2010-11-14 Chris Lattnerswitch PPC to a simplified MCInstLowering model.
2010-11-14 Chris Lattnerfix PPC.h to not pull in TargetMachine.h
2010-02-02 Chris Lattnertidy some targets.
2010-02-02 Chris Lattnerremove dead code.
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-18 Evan ChengMoved PICEnabled to include/llvm/Target/TargetOptions.h
2006-01-12 Chris LattnerGoodbye PPC pattern isel. You have served us well...
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-17 Chris Lattneradd prototype, remove dead proto
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-19 Nate BegemanIntegrate SelectFPExpr into SelectExpr. This gets...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-05 Nate BegemanRemove 64 bit simple ISel, it never worked correctly
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2004-11-14 Misha BrukmanFix build on Linux/PowerPC64 using SuSE GCC (#undef...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-08-17 Misha BrukmanConsistently name passed with 32 or 64 in their name
2004-08-14 Nate BegemanReplace PowerPCPEI.cpp with target independant PrologEp...
next