flags -> glue for selectiondag
[oota-llvm.git] / lib / Target / PowerPC / PPCHazardRecognizers.cpp
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...