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
/
IPO
Age
Commit message (
Expand
)
Author
2002-09-10
Fix bug in previous checkin
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-09-10
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
Chris Lattner
2002-09-08
Factor silly code duplication out
Chris Lattner
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-21
Do not create load/stores with indexes
Chris Lattner
2002-08-18
- Made GlobalDCE worklist driven, making it more successful. Now can handle
Chris Lattner
2002-08-14
Remove support for NOT instruction
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-01
Remove unneccesary #inlcude
Chris Lattner
2002-07-30
* Indent class into anonymous namespace, filling up the diff with garbage
Chris Lattner
2002-07-30
Fix bug with last patch which would occur when a call returned void and we
Chris Lattner
2002-07-30
* Make sure the resolved function call instructions get the name from the
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-25
*** empty log message ***
Chris Lattner
2002-07-24
Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...
Chris Lattner
2002-07-23
Merge ChangeAllocations into scalar.h
Chris Lattner
2002-07-23
Rename header
Chris Lattner
2002-07-23
Cleanup and simplify code
Chris Lattner
2002-07-23
Incorporate ConstantMerge.h into IPO.h
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-23
* Remove getPassName implementation
Chris Lattner
2002-07-23
* Break the two different behaviors of SimpleStructMutation into two subclasses
Chris Lattner
2002-07-23
* Remove lots of dead stuff
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-18
Seperate stats for DCE'd functions and vars
Chris Lattner
2002-07-18
*** empty log message ***
Chris Lattner
2002-07-18
Only functions with external linkage can be resolved to function declarations.
Chris Lattner
2002-07-18
* Correctly get prototype for void*malloc(size_t)
Chris Lattner
2002-07-10
Disable pool allocation stuff until data structure analysis is sorted back out
Chris Lattner
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-25
Remove DynamicConstantMerge pass, because it did not fit in with the Pass
Chris Lattner
2002-06-25
Remove "fixers" for problems in GCC generated code that cannot be generated
Chris Lattner
2002-05-26
Do not remove type names that contain a .
Chris Lattner
2002-05-24
Fix "unimplemented features":
Chris Lattner
2002-05-24
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
Chris Lattner
2002-05-24
Support programs that do not #include <malloc.h> or give a full prototype
Chris Lattner
2002-05-22
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-10
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-07
fix comments and documentation in file
Chris Lattner
2002-05-07
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-05-02
Be a little more efficient, do not generate loads and stores with indices in ...
Chris Lattner
[next]