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
/
Transforms
/
Instrumentation
Age
Commit message (
Expand
)
Author
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
* Cleanup the pass a bit more, making it more object oriented.
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
Hide extra argument
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-21
comeented out debug printing
Anand Shukla
2002-07-18
minor corrections
Anand Shukla
2002-07-17
Anand forgot to check in the makefile corresponding to his previous change
Chris Lattner
2002-07-16
Moved over EmitFunctions to this library
Anand Shukla
2002-07-16
removed this directory
Anand Shukla
2002-07-16
Moved EmitFunctions.cpp up to instrumentation directory
Anand Shukla
2002-07-16
* Cleanup pass
Chris Lattner
2002-07-12
Added EmitFunctions directory
Anand Shukla
2002-07-12
Initial makefile
Anand Shukla
2002-07-12
Initial version: adds a function table to output code
Anand Shukla
2002-07-08
Fix iteration and InsertPos bugs introduced when Chris changed over to ilist.
Vikram S. Adve
2002-07-08
changes BBsorting and oredering
Anand Shukla
2002-07-08
small corrections
Anand Shukla
2002-07-08
changed function numbering
Anand Shukla
2002-06-25
additions and bug fixes
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-25
Relocating Graph.h
Anand Shukla
2002-05-22
Convert code to use the DEBUG macro so that debug code can simply be
Chris Lattner
2002-05-20
* Change commandline options a bit to be nicer
Chris Lattner
2002-05-19
Hash pointer values to a sequence number to get identical results from
Vikram S. Adve
2002-05-07
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-14
* s/Method/Function
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-03-29
Simplify code a bit by using Module::getOrInsertFunction
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Just a comment.
Vikram S. Adve
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
Move ProfilePaths class into ProfilePaths library, only expose a creation fun...
Chris Lattner
2002-02-26
Pass stuff by reference instead of by copy. Copying entire graphs seems like
Chris Lattner
[prev]
[next]