[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-30 Hal FinkelAdd a scheduling model (with itinerary) for the PPC...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-11 Hal FinkelEnable MI scheduling (and CodeGen AA) by default for...
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-15 Hal FinkelPPC: Refactoring to support subtarget feature changing
2013-04-03 Hal FinkelUse PPC reciprocal estimates with Newton iteration...
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-03-31 Hal FinkelAdd the PPC lfiwax instruction
2013-03-29 Hal FinkelAdd PPC FP rounding instructions fri[mnpz]
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Hal FinkelInitialize hasQPX in PPCSubtarget
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-04 Will Schmidttest commit / whitespace
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd A2 to the list of PPC CPUs recognized by Linux...
2012-06-11 Hal FinkelAdd local CPU detection for Linux PPC.
2012-06-10 Hal FinkelUse critical anti-dep. breaking on all PPC targets...
2012-04-01 Hal FinkelUse full anti-dep. breaking with post-ra sched. on...
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
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-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-04-19 Daniel DunbarTarget/PPC: Kill off DarwinVers, which is now dead.
2011-04-19 Daniel DunbarTarget/PPC: Add a TargetTriple field.
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-08-11 Chris Lattnereliminate asmflavor from subtarget, PPCTAI is the only...
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-05-23 Dale JohannesenAdd a missed CommonLinkage check.
2008-02-15 Dale JohannesenCosmetics.
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-01-08 Duncan SandsUse size_t to store Pos, avoid truncating value
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-06-16 Chris LattnerForce 64-bit register availability in 64-bit mode....
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
2006-06-16 Chris LattnerDocument the subtarget features better, make sure that...
2006-06-16 Chris LattnerRename some subtarget features. A CPU now can *have...
2006-06-16 Chris LattnerFirst baby step towards ppc64 support. This adds a...
2006-03-01 Chris LattnerCompile this:
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-01-28 Chris Lattneradd a note about how we should implement this FIXME...
2005-11-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-25 Jim LaskeyPreparation of supporting scheduling info. Need to...
2005-10-23 Chris LattnerSimplify this, matching changes in the tblgen emitter
2005-10-21 Jim LaskeyPlugin new subtarget backend into the build.
2005-10-18 Nate BegemanDo the right thing and enable 64 bit regs under the...
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-09-07 Chris LattnerOn non-apple systems, when using -march=ppc32, do not...
2005-09-06 Nate BegemanAdd accessor for 64bit flag, so that we can tell when...
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-02 Chris LattnerDecouple fsqrt from gpul optimizations, implementing...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-05 Chris LattnerEnable gp optimizations by default when available,...
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.