Remove TargetMachine from PPCInstrInfo and all dependencies and
[oota-llvm.git] / lib / Target / PowerPC / PPCHazardRecognizers.cpp
2014-06-12 Eric ChristopherRemove TargetMachine from PPCInstrInfo and all dependen...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-02 Hal Finkel[PPC] Fix the scheduling of CR logicals on the P7
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-02 Hal FinkelRemove PPCScoreboardHazardRecognizer
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-03-22 Ulrich WeigandRemove ABI-duplicated call instruction patterns.
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2011-12-15 Hal FinkelEnsure that the nop that should follow a bl call in...
2011-12-02 Hal Finkelremove unneeded FIXME comment
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-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-24 Andrew Trickwhitespace
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-02-27 Chris Lattnerremove a bogus pattern, which had the same pattern...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-01-16 Dan GohmanInitial hazard recognizer support in post-pass scheduli...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris Lattneruse predicate.
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-05 Bill WendlingLVXL and STVXL are also a load and store resp.
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-02-27 Nicolas GeoffrayFix parenthesis for BCTRL_{ELF|Macho} test.
2007-02-25 Chris Lattnerimplement support for the linux/ppc function call ABI...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-16 Chris Lattneradd ppc64 r+i stores with update.
2006-11-15 Chris LattnerSwitch loads over to use memri as the operand instead...
2006-11-13 Chris Lattnerteach the g5 hazard recognizer about update loads....
2006-07-14 Chris LattnerAdd missing PPC64 extload/truncstores
2006-07-10 Chris LattnerImplement Regression/CodeGen/PowerPC/bswap-load-store...
2006-03-22 Chris LattnerWhen possible, custom lower 32-bit SINT_TO_FP to this:
2006-03-13 Chris LattnerFix a couple of bugs that broke the alpha tester build
2006-03-13 Chris LattnerHandle cracked instructions in dispatch group formation.
2006-03-12 Chris LattnerSeveral big changes:
2006-03-11 Chris Lattnerblr is a branch too
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-07 Chris Lattneradd another missing store.
2006-03-07 Chris Lattneradd a couple more load/store instrs, add a newline...
2006-03-07 Nate BegemanThis kinda sorta implements "things that have to lead...
2006-03-07 Chris Lattneradd some new instructions to the classifier. With...
2006-03-07 Chris Lattneradd some comments that describe what we model
2006-03-07 Chris LattnerImplement a very very simple hazard recognizer for...