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
/
Utils
Age
Commit message (
Expand
)
Author
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-24
Namespaces
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
Add neccesary #include
Chris Lattner
2002-02-12
I forgot to provide dominance frontier information. Now it's available.
Chris Lattner
2002-02-12
Initial checkin of new memory -> register promotion pass
Chris Lattner
2002-02-01
General cleanup
Chris Lattner
2002-01-31
Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...
Chris Lattner
2002-01-31
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
Convert analyses to new pass structure
Chris Lattner
2002-01-22
Don't insert a useless cast
Chris Lattner
2002-01-22
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
Chris Lattner
2002-01-22
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
Chris Lattner
2002-01-21
LowerAllocations is really a BasicBlock pass. Make it so.
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Remove unsized array support
Chris Lattner
2001-12-04
Fix a bug introduced by "internal linkage" work.
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-11-26
Implement support for internal methods
Chris Lattner
2001-11-07
Add #includes to enable buiding in Release mode
Chris Lattner
2001-11-03
Don't forget to link type names together too. Fix for Olden/mst benchmark
Chris Lattner
2001-11-03
Add extra code for debugging linker problems
Chris Lattner
2001-10-31
Use the correct prototype for malloc and free
Chris Lattner
2001-10-29
Pull method symbols over when linking. Otherwise the result of the link will...
Chris Lattner
2001-10-28
Remove non linking related stuff
Chris Lattner
2001-10-28
Added name-mangling routines for future use.
Vikram S. Adve
2001-10-23
Fix problem linking in a method prototype when a method body exists
Chris Lattner
2001-10-18
Convert to new simpler pass itf
Chris Lattner
2001-10-15
Add new Pass infrastructure and some examples
Chris Lattner
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
Implement linking of global variable constant references
Chris Lattner
2001-10-14
Implement linker. It's 95% working now.
Chris Lattner
2001-10-13
Start of a linker
Chris Lattner
2001-07-07
Broad superficial changes:
Chris Lattner
2001-07-06
Add method to unify all exit nodes of a method
Chris Lattner