index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSched
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate VM instruction that generates the instructions that compute a value
Vikram S. Adve
2001-10-17
1
-1
/
+2
*
*** 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
2
-27
/
+32
*
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
*
Bug fixes:
Vikram S. Adve
2001-09-30
1
-378
/
+429
*
Minor changes for bug fixes in SchedGraph.cpp.
Vikram S. Adve
2001-09-30
1
-9
/
+15
*
Two bug fixes:
Vikram S. Adve
2001-09-30
1
-78
/
+177
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
3
-9
/
+34
*
Format file header.
Vikram S. Adve
2001-09-18
1
-19
/
+19
*
Add new entry/exit edges when removing delay slot nodes from the graph.
Vikram S. Adve
2001-09-18
1
-20
/
+36
*
Moved erase edge functions to class SchedGraph.
Vikram S. Adve
2001-09-18
1
-42
/
+93
*
Renamed some header files.
Vikram S. Adve
2001-09-18
1
-20
/
+20
*
Moved erase-edge functions from SchedGraphNode to SchedGraph.
Vikram S. Adve
2001-09-18
1
-10
/
+16
*
Add a forward decl, oops.
Chris Lattner
2001-09-14
1
-0
/
+1
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
5
-3
/
+701
*
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
2
-9
/
+2
*
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
2
-2
/
+2
*
Checkin changes to:
Chris Lattner
2001-09-14
1
-8
/
+8
*
Use predicate for Value type test
Chris Lattner
2001-09-10
1
-2
/
+1
*
I really don't like it when people break the build.
Chris Lattner
2001-09-09
1
-1
/
+1
*
Remove unneeded #includes
Chris Lattner
2001-09-07
1
-18
/
+2
*
Remove unnecesary #include add dump calls pulled out of .h file
Chris Lattner
2001-09-07
1
-6
/
+10
*
* Remove lots of #includes
Chris Lattner
2001-09-07
1
-52
/
+41
*
Makefile for InstrSched/
Vikram S. Adve
2001-08-28
1
-0
/
+7
*
Implementation of instruction scheduling for LLVM.
Vikram S. Adve
2001-08-28
1
-0
/
+1464
*
Class that encapsulates priority heuristics for instruction scheduling.
Vikram S. Adve
2001-08-28
1
-0
/
+297
*
Scheduling DAG for instruction scheduling. Currently for a single basic block.
Vikram S. Adve
2001-08-28
1
-0
/
+759