Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Kit BartonProperly handle the mftb instruction.
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-04-11 Nemanja IvanovicAdd direct moves to/from VSR and exploit them for FP...
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-03-25 Kit BartonAdd Hardware Transactional Memory (HTM) Support
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-04 Nemanja IvanovicAdd LLVM support for PPC cryptography builtins
2015-02-25 Hal Finkel[PowerPC] Add support for the QPX vector instruction set
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-13 Eric ChristopherMove the target machine variable so that it's initializ...
2015-02-13 Eric ChristopherStash the TargetMachine on the subtarget so we can...
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-15 Hal Finkel[PowerPC] Loosen ELFv1 PPC64 func descriptor loads...
2015-01-14 Bill Schmidt[PPC64] Add support for the ICBT instruction on POWER8.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-09 Hal Finkel[PowerPC] Add a flag for experimenting with subreg...
2015-01-03 Hal Finkel[PowerPC] Add support for the CMPB instruction
2014-10-10 Bill Schmidt[PowerPC] Reduce names from Power8Vector to P8Vector
2014-10-10 Bill Schmidt[PowerPC] Add feature for Power8 vector extensions
2014-10-02 Hal Finkel[PowerPC] Modern Book-E cores support sync
2014-10-01 Eric Christopherconstify the TargetMachine argument used in the subtarg...
2014-10-01 Eric ChristopherNow that the optimization level is adjusting the featur...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-09 Eric ChristopherInitialize PPC DataLayout based on the Triple only.
2014-08-09 Eric ChristopherRemove extraneous 64-bit argument to the PPC TargetMach...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via features
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 function call changes
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-06-26 Will Schmidtadd ppc64/pwr8 as target
2014-06-13 Eric ChristopherFix typo.
2014-06-12 Eric ChristopherMove the PPCSelectionDAGInfo off the TargetMachine...
2014-06-12 Eric ChristopherMove PPCTargetLowering off of the TargetMachine and...
2014-06-12 Eric ChristopherMove PPCJITInfo off of the TargetMachine and onto the...
2014-06-12 Eric ChristopherMove PPCInstrInfo off of the target machine and onto...
2014-06-12 Eric ChristopherMove DataLayout from the PPCTargetMachine to the subtarget.
2014-06-12 Eric ChristopherMove PPCFrameLowering into PPCSubtarget from PPCTargetM...
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-13 Eric ChristopherSave the optimization level the subtarget was created...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-07 Rafael EspindolaDon't avoid cfi instructions on the bg/p.
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2013-12-11 Rafael EspindolaMove PPC's getDataLayoutString out of line and document...
2013-10-16 Eric ChristopherAdd support for the VSX target attribute. No functional...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
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-07-03 Bill Schmidt[PowerPC] FreeBSD does not require f128 in its data...
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-02-01 Bill SchmidtLLVM enablement for some older PowerPC CPUs
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-29 Hal FinkelAdd isBGQ method to PPCSubtarget
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Add explicit braces.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Whitespace.
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-04-02 Hal FinkelThe binutils for the IBM BG/P are too old to support...
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-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-03 Roman DivackyMake the i64 and f64 be 64bit ABI aligned in the target...
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-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarTarget/PPC: Kill off DarwinVers, which is now dead.
2011-04-19 Daniel DunbarTarget/PPC: Add a TargetTriple field.
2010-08-04 Torok EdwinUse indirect calls in PowerPC JIT.
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-08-11 Chris Lattnereliminate asmflavor from subtarget, PPCTAI is the only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
next