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.h
Age
Commit message (
Expand
)
Author
2012-03-31
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2011-12-15
Ensure that the nop that should follow a bl call in PPC64 ELF actually does
Hal Finkel
2011-12-02
update PPC 940 hazard rec. to function in postRA mode
Hal Finkel
2011-10-17
Add PPC 440 scheduler and some associated tests
Hal Finkel
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
whitespace
Andrew Trick
2009-01-16
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-15
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-03-13
Handle cracked instructions in dispatch group formation.
Chris Lattner
2006-03-12
Several big changes:
Chris Lattner
2006-03-08
Change the interface for getting a target HazardRecognizer to be more clean.
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
Implement a very very simple hazard recognizer for LSU rejects and ctr set/read
Chris Lattner