Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / PowerPC / PPCHazardRecognizers.cpp
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...