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
/
tools
/
gccas
/
gccas.cpp
Age
Commit message (
Expand
)
Author
2002-04-29
Move constant merging pass earlier
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Run GCSE as part of gccas.
Chris Lattner
2002-04-18
Make sure that there is no case where a signal can occur leaving a partially
Chris Lattner
2002-04-10
The cleangcc pass is brokeninto two pieces, execute both of them.
Chris Lattner
2002-04-01
Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer
Chris Lattner
2002-03-27
Rename constructor function for mem2reg pass.
Cameron Buschardt
2002-03-21
Add a debugging option to gccas to cause it to not do level raise or anything
Chris Lattner
2002-02-26
Change to use new pass accessor functions
Chris Lattner
2002-01-31
PassManager is now in it's own header file
Chris Lattner
2002-01-22
Only run DeadInst elimination early, because it is quick and painless and
Chris Lattner
2002-01-22
Misc cleanups. Allocate ofstream statically, and use a pass to write out the...
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
Move stuff out of the Optimizations directories into the appropriate Transforms
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
Add more passes to run after raising
Chris Lattner
2001-12-07
Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...
Chris Lattner
2001-12-05
Simplify induction variables before 'raising' the representation
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
-raise includes constprop and dce
Chris Lattner
2001-11-26
Run constprop before -raise
Chris Lattner
2001-11-01
Move the Raise xform from opt to transforms
Chris Lattner
2001-10-31
crunch the output of GCC a bit to make it nicer
Chris Lattner
2001-10-31
Fix dumb copy and paste typos
Chris Lattner
2001-10-31
Initial checkin of GCCAS
Chris Lattner
[prev]