index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gccas
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Simplify the code that adds passes so compilation can stop after any step
Chris Lattner
2002-06-25
1
-29
/
+66
*
No need to run dce with adce right behind!
Chris Lattner
2002-05-23
1
-1
/
+0
*
Add the ADCE pass to gccas finally!
Chris Lattner
2002-05-22
1
-1
/
+1
*
Simplify CFG after code generation is done
Chris Lattner
2002-05-21
1
-0
/
+1
*
Run another local value numbering phase after redundancy elimination
Chris Lattner
2002-05-14
1
-0
/
+4
*
Add LICM pass to compiler
Chris Lattner
2002-05-10
1
-0
/
+1
*
Run expression reassociation as part of gccas
Chris Lattner
2002-05-08
1
-0
/
+1
*
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
Chris Lattner
2002-05-07
1
-6
/
+1
*
Fix makefiles after shuffling passes around the libraries
Chris Lattner
2002-05-07
1
-1
/
+1
*
Straighten out makefiles after moving code to new Transform Utils library
Chris Lattner
2002-05-07
1
-1
/
+1
*
GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.
Chris Lattner
2002-05-06
1
-1
/
+1
*
Instruction Combination can create a ton of trivially dead instructions. Remove
Chris Lattner
2002-05-06
1
-0
/
+1
*
Run DCE AFTER SCCP and GCSE!
Chris Lattner
2002-05-06
1
-1
/
+1
*
Move constant merging pass earlier
Chris Lattner
2002-04-29
1
-1
/
+3
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Run GCSE as part of gccas.
Chris Lattner
2002-04-28
1
-0
/
+2
*
Make sure that there is no case where a signal can occur leaving a partially
Chris Lattner
2002-04-18
1
-0
/
+4
*
The cleangcc pass is brokeninto two pieces, execute both of them.
Chris Lattner
2002-04-10
1
-0
/
+1
[next]