Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ef9c23f2812322ae5c5f3140bfbcf92629d7ff47
/
lib
/
Analysis
ef9c23f
* Both Method & GlobalVariable now subclass GlobalValue
by Chris Lattner
· 23 years ago
b00c582
Commit more code over to new cast style
by Chris Lattner
· 23 years ago
1d87bcf
Convert more code to use new style casts Eliminate old style casts from value.h
by Chris Lattner
· 23 years ago
cfe26c9
Add more support for new style casts Convert more code to use them
by Chris Lattner
· 23 years ago
9636a91
Add support for new style casts
by Chris Lattner
· 23 years ago
f0604b8
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
by Chris Lattner
· 23 years ago
aca997c
*** empty log message ***
by Ruchira Sasanka
· 23 years ago
3ff4387
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
by Chris Lattner
· 23 years ago
41fbf30
Initial support for construction of a call graph
by Chris Lattner
· 23 years ago
f6374bf
Move the sparc target to a new lib/Target directory
by Chris Lattner
· 23 years ago
0811f76
This checkin represents some cleanup of the backend, implementing the following things:
by Chris Lattner
· 23 years ago
69f8ce0
Handle subtract in expression classifier
by Chris Lattner
· 23 years ago
fad0d4f
Add support for global variables
by Chris Lattner
· 23 years ago
5485bbe
Module analyzer no longer has to iterate over constant pool
by Chris Lattner
· 23 years ago
8e195e0
Simplify code by eliminating need to hang onto constant pool references
by Chris Lattner
· 23 years ago
0e4fda3
Added directory LiveVar/
by Vikram S. Adve
· 23 years ago
8b5f6cc
analyze() now checks to see that we don't analyze the same method twice.
by Vikram S. Adve
· 23 years ago
1b5499b
Make sure noone branches to the entry node of the method
by Chris Lattner
· 23 years ago
384e5b1
Handle case where there is no exit node from a flowgraph
by Chris Lattner
· 23 years ago
e27c344
LV code on machine instructions
by Ruchira Sasanka
· 23 years ago
9166181
LV info on machine instructions
by Ruchira Sasanka
· 23 years ago
793d678
Fix a bug when compiling 'shl ubyte * %var, ubyte 2'
by Chris Lattner
· 23 years ago
b2d11ba
Changed printValue() to print constant value if the value is a constant.
by Ruchira Sasanka
· 23 years ago
683847f
*** empty log message ***
by Ruchira Sasanka
· 23 years ago
57dbb3a
Moved inline/llvm/Tools/* to include/llvm/Support/*
by Chris Lattner
· 23 years ago
19f31f2
More functionality, renamed API
by Chris Lattner
· 23 years ago
369bbeb
Start of expression analysis support
by Chris Lattner
· 23 years ago
7f6330c
Fix nasty typo
by Chris Lattner
· 23 years ago
644dc17
* The parent of a constant pool is a SymTabValue, not a value.
by Chris Lattner
· 23 years ago
3590830
Fixed post dominator frontiers! Yaay!
by Chris Lattner
· 23 years ago
94108ab
Implement support for postdominators, except in dom frontiers
by Chris Lattner
· 23 years ago
e685023
IntervalPartition was changed to inherit from vector<Interval*> instead of
by Chris Lattner
· 23 years ago
3d98049
Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file to
by Chris Lattner
· 23 years ago
347bfda
Add printing code for dominator info
by Chris Lattner
· 23 years ago
1715229
Checkin of new dominator calculation routines. These will be improved in
by Chris Lattner
· 23 years ago
bd4996a
Moved deleter to include/llvm/Tools/STLExtras.h
by Chris Lattner
· 23 years ago
7fc9fe3
Miscellaneous cleanups:
by Chris Lattner
· 23 years ago
23e3662
IntervalPartition: recode to use IntervalIterator to do all the work
by Chris Lattner
· 23 years ago
2d676c9
New file due to the Intervals.h splitup
by Chris Lattner
· 23 years ago
c9f39b2
#include a different header due to Intervals.h splitting up
by Chris Lattner
· 23 years ago
107109c
IntervalPartition & IntervalIterator classes have been split out into
by Chris Lattner
· 23 years ago
a0eb461
Prepare for split between Interval, IntervalIterator, and IntervalIPartition
by Chris Lattner
· 23 years ago
a4ef933
Interval::HeaderNode is now accessed thorugh an accessor function
by Chris Lattner
· 23 years ago
da95680
Moved printing code to the Assembly/Writer library.
by Chris Lattner
· 23 years ago
1c54f1d
Implement the new Interval::isLoop method Implement destructor to free memory
by Chris Lattner
· 23 years ago
ed465bc
Add capability to build a derived interval graph
by Chris Lattner
· 23 years ago
2275c1d
Initial Checking of Interval handling code
by Chris Lattner
· 23 years ago
0095054
Initial revision
by Chris Lattner
· 23 years ago