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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-22
1
-0
/
+23
*
No major change - added some comments
Ruchira Sasanka
2001-10-16
1
-7
/
+10
*
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
3
-22
/
+22
*
--added support for implicit operands
Ruchira Sasanka
2001-10-15
1
-9
/
+16
*
Fix code to make GCC 2.96 happy
Chris Lattner
2001-10-13
1
-1
/
+2
*
* Add support for Invoke instructions
Chris Lattner
2001-10-13
1
-3
/
+11
*
added support for implict operands in machine instruction
Ruchira Sasanka
2001-10-12
2
-29
/
+76
*
--added support for implicit operands in machine instructions
Ruchira Sasanka
2001-10-12
1
-0
/
+6
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
3
-9
/
+7
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-8
/
+11
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-10-01
4
-15
/
+14
*
*** empty log message ***
Ruchira Sasanka
2001-09-30
1
-2
/
+3
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
3
-27
/
+29
*
Initial support for construction of a call graph
Chris Lattner
2001-09-28
1
-0
/
+66
*
Move the sparc target to a new lib/Target directory
Chris Lattner
2001-09-14
1
-1
/
+1
*
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-14
1
-1
/
+1
*
Handle subtract in expression classifier
Chris Lattner
2001-09-11
1
-45
/
+91
*
Add support for global variables
Chris Lattner
2001-09-10
1
-2
/
+3
*
Module analyzer no longer has to iterate over constant pool
Chris Lattner
2001-09-07
1
-43
/
+0
*
Simplify code by eliminating need to hang onto constant pool references
Chris Lattner
2001-09-07
1
-52
/
+27
*
Added directory LiveVar/
Vikram S. Adve
2001-08-28
1
-0
/
+2
*
analyze() now checks to see that we don't analyze the same method twice.
Vikram S. Adve
2001-08-28
1
-1
/
+5
*
Make sure noone branches to the entry node of the method
Chris Lattner
2001-08-24
1
-0
/
+1
*
Handle case where there is no exit node from a flowgraph
Chris Lattner
2001-08-23
1
-3
/
+9
*
LV code on machine instructions
Ruchira Sasanka
2001-08-20
4
-136
/
+253
*
LV info on machine instructions
Ruchira Sasanka
2001-08-20
1
-7
/
+11
*
Fix a bug when compiling 'shl ubyte * %var, ubyte 2'
Chris Lattner
2001-07-25
1
-1
/
+2
*
Changed printValue() to print constant value if the value is a constant.
Ruchira Sasanka
2001-07-24
1
-0
/
+3
*
*** empty log message ***
Ruchira Sasanka
2001-07-24
6
-0
/
+506
*
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-23
4
-4
/
+4
*
More functionality, renamed API
Chris Lattner
2001-07-21
1
-70
/
+145
*
Start of expression analysis support
Chris Lattner
2001-07-20
1
-0
/
+207
*
Fix nasty typo
Chris Lattner
2001-07-20
1
-1
/
+1
*
* The parent of a constant pool is a SymTabValue, not a value.
Chris Lattner
2001-07-14
1
-1
/
+1
*
Fixed post dominator frontiers! Yaay!
Chris Lattner
2001-07-08
1
-1
/
+1
*
Implement support for postdominators, except in dom frontiers
Chris Lattner
2001-07-06
1
-41
/
+173
*
IntervalPartition was changed to inherit from vector<Interval*> instead of
Chris Lattner
2001-07-03
2
-2
/
+16
*
Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to
Chris Lattner
2001-07-03
1
-7
/
+22
*
Add printing code for dominator info
Chris Lattner
2001-07-02
1
-0
/
+40
*
Checkin of new dominator calculation routines. These will be improved in
Chris Lattner
2001-07-02
1
-0
/
+239
*
Moved deleter to include/llvm/Tools/STLExtras.h
Chris Lattner
2001-07-02
1
-2
/
+0
*
Miscellaneous cleanups:
Chris Lattner
2001-06-27
2
-33
/
+31
*
IntervalPartition: recode to use IntervalIterator to do all the work
Chris Lattner
2001-06-25
2
-117
/
+75
*
New file due to the Intervals.h splitup
Chris Lattner
2001-06-24
1
-0
/
+181
*
#include a different header due to Intervals.h splitting up
Chris Lattner
2001-06-24
1
-1
/
+1
*
IntervalPartition & IntervalIterator classes have been split out into
Chris Lattner
2001-06-24
1
-197
/
+4
*
Prepare for split between Interval, IntervalIterator, and IntervalIPartition
Chris Lattner
2001-06-24
1
-2
/
+2
[next]