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
Age
Commit message (
Expand
)
Author
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-09
Very minor cleanups
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-25
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-08
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-22
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-09
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
* Add a file header with some information
Chris Lattner
2002-04-09
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-24
Use deterministic iterator for SchedGraphs. This is actually not
Vikram S. Adve
2002-03-24
Bug fix: nextToTry was not being initialized in one case.
Vikram S. Adve
2002-03-24
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
Minor changes.
Vikram S. Adve
2002-03-23
Rename Method to Function
Chris Lattner
2002-02-26
Change to make it build with GCC 2.95.3
Anand Shukla
2002-02-24
* Silence signed/unsigned warnings
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-05
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
* Add a #include not indirectly included any more
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-04
Move instrIsFeasible from InstrScheduling.h
Chris Lattner
2002-02-04
* Move command line parsing debug stuff to InstrScheduling internal header file
Chris Lattner
2002-02-03
Remove extraneous #includes
Chris Lattner
2002-02-03
* Straighten out #includes
Chris Lattner
2002-02-03
* Get machine instrs from Instructin's by using MachineCodeForInstruction::get
Chris Lattner
2002-01-23
Make it build with 2.95.3
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-12
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
[next]