index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSched
/
SchedGraph.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-1
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-2
/
+0
*
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
1
-12
/
+8
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-8
/
+8
*
Minor changes.
Vikram S. Adve
2002-03-24
1
-7
/
+3
*
* Straighten out #includes
Chris Lattner
2002-02-03
1
-10
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-47
/
+45
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-19
/
+11
*
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-26
1
-3
/
+3
*
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
1
-53
/
+67
*
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
1
-18
/
+62
*
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
2001-11-11
1
-29
/
+35
*
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-08
1
-164
/
+58
*
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-11-05
1
-51
/
+129
*
Add edges between call instructions and (a) load/store instructions, and
Vikram S. Adve
2001-10-28
1
-34
/
+111
*
*** empty log message ***
Vikram S. Adve
2001-10-17
1
-15
/
+24
*
* Fix privacy issues on RegToRefVecMap
Chris Lattner
2001-10-13
1
-5
/
+5
*
Add graph edges due to implicit refs in each machine instruction.
Vikram S. Adve
2001-10-11
1
-27
/
+52
*
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-10
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-2
/
+3
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-2
/
+1
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Two bug fixes:
Vikram S. Adve
2001-09-30
1
-78
/
+177
*
Moved erase edge functions to class SchedGraph.
Vikram S. Adve
2001-09-18
1
-42
/
+93
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+1
*
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
1
-5
/
+2
*
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
1
-1
/
+1
*
Use predicate for Value type test
Chris Lattner
2001-09-10
1
-2
/
+1
*
Remove unnecesary #include add dump calls pulled out of .h file
Chris Lattner
2001-09-07
1
-6
/
+10
*
Scheduling DAG for instruction scheduling. Currently for a single basic block.
Vikram S. Adve
2001-08-28
1
-0
/
+759