index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gccas
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn on the IPCP pass by default. It has passed all of the tests
Chris Lattner
2003-10-23
1
-0
/
+4
*
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
fix file header
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Unfortunately, it looks like level raise is still needed :(
Chris Lattner
2003-10-16
1
-2
/
+1
*
Give this file a proper header
Chris Lattner
2003-10-15
1
-2
/
+1
*
The levelraise pass is a broken old piece of crufty code that should be
Chris Lattner
2003-10-15
1
-1
/
+2
*
Add a new -disable-inlining option
Chris Lattner
2003-10-10
1
-1
/
+6
*
Fix grammar.
Misha Brukman
2003-10-10
1
-1
/
+1
*
Now that the TCE pass passes all of the tests, add it to GCCAS
Chris Lattner
2003-09-20
1
-1
/
+1
*
Enable the setjmp/longjmp lowering pass
Chris Lattner
2003-09-15
1
-0
/
+1
*
scalarrepl now includes mem2reg
Chris Lattner
2003-09-11
1
-1
/
+0
*
Move the -indvars pass much later to where it is more likely to do good stuff
Chris Lattner
2003-09-11
1
-1
/
+1
*
#include is unnecessary
Chris Lattner
2003-09-01
1
-1
/
+0
*
Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint
Chris Lattner
2003-08-31
1
-19
/
+4
*
* move the dead-type-eliminate passes to the end, where they are more useful
Chris Lattner
2003-08-31
1
-4
/
+9
*
Completely remove mention of the correlated branch elimination pass. It has
Chris Lattner
2003-08-07
1
-2
/
+0
*
* The possessive third-person singular has no apostrophe (its)
Misha Brukman
2003-08-07
1
-8
/
+9
*
Add tail duplication pass to the pipeline, move the verifier pass to the front
Chris Lattner
2003-06-22
1
-6
/
+4
*
Add SRoA pass to gccas
Chris Lattner
2003-05-30
1
-0
/
+1
*
Move indvars pass after mem2reg pass where it is more likely to be useful
Chris Lattner
2003-05-30
1
-1
/
+1
*
Add an instcombine pass before levelraise
Chris Lattner
2003-05-02
1
-0
/
+1
*
Make sure to create a target data that matches the Module's target properties.
Chris Lattner
2003-04-24
1
-1
/
+4
*
Remove support for "target data" pass ctors
Chris Lattner
2003-04-24
1
-3
/
+0
*
LevelRaise now gets target data from passmanager
Chris Lattner
2003-04-24
1
-4
/
+4
*
The new CFrontend generates LOTs of basic blocks that just fall through and do
Chris Lattner
2003-04-23
1
-0
/
+1
*
Eliminate some compatibility stuff no longer needed :P
Chris Lattner
2003-04-18
1
-10
/
+0
*
Improve compatibility with system AS further by allowing input from stdin
Chris Lattner
2003-04-16
1
-16
/
+30
*
* Get rid of using declaration
Chris Lattner
2003-04-16
1
-4
/
+12
*
Namespacify command line options
Chris Lattner
2003-04-16
1
-13
/
+16
*
link with static versions of some libs to avoid having to pull in all of ipo/...
Chris Lattner
2003-01-22
1
-2
/
+2
*
Disable correlated expressions pass until it is reliable.
Vikram S. Adve
2002-11-03
1
-1
/
+1
*
Reassociate now works
Chris Lattner
2002-10-31
1
-3
/
+2
*
Added datastructure library to resolve link error.
Vikram S. Adve
2002-10-25
1
-1
/
+1
*
* Remove the -stopraise option, which is no longer needed now that we have
Chris Lattner
2002-09-22
1
-10
/
+1
*
gcc3.1.1 seems much more selective about what it loads from archives, and
Vikram S. Adve
2002-09-18
1
-2
/
+2
*
* No longer need to run die after instcombine
Chris Lattner
2002-09-06
1
-3
/
+5
*
- Reformat comments
Chris Lattner
2002-08-30
1
-18
/
+19
*
- GCCAS now uses load value #ing for GCSE
Chris Lattner
2002-08-30
1
-0
/
+2
*
Do not leak memory for passes when using -stopAfterNPasses or -stopraise
Chris Lattner
2002-08-17
1
-0
/
+2
*
Run GlobalDCE before deadtypeelim so that we do not retain types for global
Chris Lattner
2002-08-17
1
-0
/
+1
*
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-30
1
-3
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-23
2
-7
/
+5
*
Raise pass requires an explicit TargetData member now.
Chris Lattner
2002-07-23
1
-1
/
+5
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-1
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-8
/
+19
*
Disabling reassociate pass until it is fixed.
Vikram S. Adve
2002-07-09
1
-1
/
+2
*
Yes, we REALLY DO want to run the reassociate pass.
Chris Lattner
2002-06-30
1
-2
/
+2
*
Changes for 64bit gcc
Anand Shukla
2002-06-25
1
-3
/
+4
[next]