index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2001-12-05
"fix" problems processing floating point expressions
Chris Lattner
2001-12-05
Fix a bug that clobbered the step value on some inputs
Chris Lattner
2001-12-04
Fix a pessimization due to sucky LI testing
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
Induction variables must be phi nodes
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement writer support for Loops, Induction Variables, and CallGraphs
Chris Lattner
2001-11-26
Make Mul work right
Chris Lattner
2001-11-26
Fix a bad assertion to be correct . The root basic block can be used by PHI n...
Chris Lattner
2001-11-26
Implement a new entry node that has edges to all external methods in the module
Chris Lattner
2001-11-26
* Implement dominator based loop identification
Chris Lattner
2001-11-26
* Implement more powerful expr analysis of cast instructions
Chris Lattner
2001-11-09
New pass to find types in use by a program
Chris Lattner
2001-11-08
Print the method that makes an instruction invalid
Chris Lattner
2001-11-07
Initial checkin of pointer safety checker
Chris Lattner
2001-10-22
Added function IsLeafMethod to identify leaf methods.
Vikram S. Adve
2001-10-16
No major change - added some comments
Ruchira Sasanka
2001-10-15
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-10-15
--added support for implicit operands
Ruchira Sasanka
2001-10-13
Fix code to make GCC 2.96 happy
Chris Lattner
2001-10-13
* Add support for Invoke instructions
Chris Lattner
2001-10-12
added support for implict operands in machine instruction
Ruchira Sasanka
2001-10-12
--added support for implicit operands in machine instructions
Ruchira Sasanka
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add more support for new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-10-01
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-09-30
*** empty log message ***
Ruchira Sasanka
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
Initial support for construction of a call graph
Chris Lattner
2001-09-14
Move the sparc target to a new lib/Target directory
Chris Lattner
2001-09-14
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-11
Handle subtract in expression classifier
Chris Lattner
2001-09-10
Add support for global variables
Chris Lattner
2001-09-07
Module analyzer no longer has to iterate over constant pool
Chris Lattner
2001-09-07
Simplify code by eliminating need to hang onto constant pool references
Chris Lattner
2001-08-28
Added directory LiveVar/
Vikram S. Adve
2001-08-28
analyze() now checks to see that we don't analyze the same method twice.
Vikram S. Adve
2001-08-24
Make sure noone branches to the entry node of the method
Chris Lattner
2001-08-23
Handle case where there is no exit node from a flowgraph
Chris Lattner
2001-08-20
LV code on machine instructions
Ruchira Sasanka
2001-08-20
LV info on machine instructions
Ruchira Sasanka
2001-07-25
Fix a bug when compiling 'shl ubyte * %var, ubyte 2'
Chris Lattner
2001-07-24
Changed printValue() to print constant value if the value is a constant.
Ruchira Sasanka
2001-07-24
*** empty log message ***
Ruchira Sasanka
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
[next]