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
/
CodeGen
/
InstrSched
/
InstrScheduling.cpp
Age
Commit message (
Expand
)
Author
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-04
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
Remove dependence on BBLiveVar from InstrScheduling
Chris Lattner
2002-02-03
* Get machine instrs from Instructin's by using MachineCodeForInstruction::get
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-09
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
Vikram S. Adve
2001-11-08
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-10-22
Modify code that processes delay slots so that it preserves any
Vikram S. Adve
2001-10-10
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-09-30
Bug fixes:
Vikram S. Adve
2001-09-18
Add new entry/exit edges when removing delay slot nodes from the graph.
Vikram S. Adve
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
Checkin changes to:
Chris Lattner
2001-09-09
I really don't like it when people break the build.
Chris Lattner
2001-09-07
* Remove lots of #includes
Chris Lattner
2001-08-28
Implementation of instruction scheduling for LLVM.
Vikram S. Adve
[prev]