index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCHazardRecognizers.cpp
Age
Commit message (
Expand
)
Author
2007-09-05
LVXL and STVXL are also a load and store resp.
Bill Wendling
2007-07-13
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-02-27
Fix parenthesis for BCTRL_{ELF|Macho} test.
Nicolas Geoffray
2007-02-25
implement support for the linux/ppc function call ABI. Patch by
Chris Lattner
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-11-16
add ppc64 r+i stores with update.
Chris Lattner
2006-11-15
Switch loads over to use memri as the operand instead of a reg/imm operand
Chris Lattner
2006-11-13
teach the g5 hazard recognizer about update loads. This fixes
Chris Lattner
2006-07-14
Add missing PPC64 extload/truncstores
Chris Lattner
2006-07-10
Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps
Chris Lattner
2006-03-22
When possible, custom lower 32-bit SINT_TO_FP to this:
Chris Lattner
2006-03-13
Fix a couple of bugs that broke the alpha tester build
Chris Lattner
2006-03-13
Handle cracked instructions in dispatch group formation.
Chris Lattner
2006-03-12
Several big changes:
Chris Lattner
2006-03-11
blr is a branch too
Chris Lattner
2006-03-08
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-07
add another missing store.
Chris Lattner
2006-03-07
add a couple more load/store instrs, add a newline to the end of file.
Chris Lattner
2006-03-07
This kinda sorta implements "things that have to lead a dispatch group".
Nate Begeman
2006-03-07
add some new instructions to the classifier. With this, we correctly insert
Chris Lattner
2006-03-07
add some comments that describe what we model
Chris Lattner
2006-03-07
Implement a very very simple hazard recognizer for LSU rejects and ctr set/read
Chris Lattner