Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
4840146b46b9fa4bb3f14c7f5f7eaf27852bfa55
/
tools
/
gccas
/
gccas.cpp
c6f3ae5
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 23 years ago
598d21c
Run GCSE as part of gccas.
by Chris Lattner
· 23 years ago
76d1229
Make sure that there is no case where a signal can occur leaving a partially
by Chris Lattner
· 23 years ago
6a1f694
The cleangcc pass is brokeninto two pieces, execute both of them.
by Chris Lattner
· 23 years ago
69cd2b1
Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer
by Chris Lattner
· 23 years ago
0732c70
Rename constructor function for mem2reg pass.
by Cameron Buschardt
· 23 years ago
081c409
Add a debugging option to gccas to cause it to not do level raise or anything
by Chris Lattner
· 23 years ago
417fbe5
Change to use new pass accessor functions
by Chris Lattner
· 23 years ago
0f3bfff
PassManager is now in it's own header file
by Chris Lattner
· 24 years ago
e945255
Only run DeadInst elimination early, because it is quick and painless and
by Chris Lattner
· 24 years ago
3dc67dd
Misc cleanups. Allocate ofstream statically, and use a pass to write out the bytecode
by Chris Lattner
· 24 years ago
d7db863
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
by Chris Lattner
· 24 years ago
5048c3b
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
by Chris Lattner
· 24 years ago
59b6b8e
Move stuff out of the Optimizations directories into the appropriate Transforms
by Chris Lattner
· 24 years ago
f4de63f
Implement a more powerful, simpler, pass system. This pass system can figure
by Chris Lattner
· 24 years ago
697954c
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
d584dcc
Add more passes to run after raising
by Chris Lattner
· 24 years ago
0d7a474
Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) to be removed
by Chris Lattner
· 24 years ago
9c6f2ac
Simplify induction variables before 'raising' the representation
by Chris Lattner
· 24 years ago
cee8f9a
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
2409ddb
-raise includes constprop and dce
by Chris Lattner
· 24 years ago
a8b3015
Run constprop before -raise
by Chris Lattner
· 24 years ago
068f487
Move the Raise xform from opt to transforms
by Chris Lattner
· 24 years ago
dbe0514
crunch the output of GCC a bit to make it nicer
by Chris Lattner
· 24 years ago
11c862c
Fix dumb copy and paste typos
by Chris Lattner
· 24 years ago
ecbde33
Initial checkin of GCCAS
by Chris Lattner
· 24 years ago