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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes for 64bit gcc
Anand Shukla
2002-06-25
5
-8
/
+14
*
correcting makefile: incorrectly checked in wrong version earlier
Anand Shukla
2002-06-25
1
-8
/
+1
*
Changes for 64bit gcc
Anand Shukla
2002-06-25
5
-17
/
+33
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
4
-45
/
+41
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
2
-21
/
+20
*
Simplify the code that adds passes so compilation can stop after any step
Chris Lattner
2002-06-25
1
-29
/
+66
*
Checkin descriptive note
Chris Lattner
2002-06-24
1
-0
/
+15
*
No need to run dce with adce right behind!
Chris Lattner
2002-05-23
1
-1
/
+0
*
Make sure the extracted function has external linkage, so that it doesn't
Chris Lattner
2002-05-23
2
-0
/
+6
*
Add the ADCE pass to gccas finally!
Chris Lattner
2002-05-22
1
-1
/
+1
*
Build the extract utility
Chris Lattner
2002-05-22
1
-1
/
+1
*
Initial checkin of the "extract" utility
Chris Lattner
2002-05-22
3
-0
/
+214
*
Expose cfg simplification pass
Chris Lattner
2002-05-21
1
-11
/
+13
*
Simplify CFG after code generation is done
Chris Lattner
2002-05-21
1
-0
/
+1
*
Fix tracing code support to link in the tracing routines if neccesary.
Chris Lattner
2002-05-20
1
-37
/
+74
*
Remove tracing code hack
Chris Lattner
2002-05-20
1
-1
/
+1
*
Use literal newline instead of endl
Chris Lattner
2002-05-20
1
-1
/
+1
*
Drop something that link will never support, use gccld instead
Chris Lattner
2002-05-20
2
-10
/
+0
*
Add libsparc.a a second time to resolve link errors.
Vikram S. Adve
2002-05-19
1
-1
/
+1
*
Link with test/Libraries/libinstr32.a for runtime routines
Vikram S. Adve
2002-05-19
1
-1
/
+1
*
Run another local value numbering phase after redundancy elimination
Chris Lattner
2002-05-14
1
-0
/
+4
*
expose LICM pass
Chris Lattner
2002-05-10
1
-1
/
+4
*
Add LICM pass to compiler
Chris Lattner
2002-05-10
1
-0
/
+1
*
Expose the lowerallocs pass
Chris Lattner
2002-05-10
1
-4
/
+15
*
Expose the pi node insertion pass.
Chris Lattner
2002-05-10
1
-2
/
+4
*
Clean up dis so that it does not print out code in various traversal orders.
Chris Lattner
2002-05-09
3
-201
/
+48
*
Expose expression reassociation
Chris Lattner
2002-05-08
1
-1
/
+3
*
Run expression reassociation as part of gccas
Chris Lattner
2002-05-08
1
-0
/
+1
*
*** empty log message ***
Sumant Kowshik
2002-05-08
5
-14
/
+50
*
Spell aggressive correctly
Chris Lattner
2002-05-07
1
-2
/
+2
*
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
Chris Lattner
2002-05-07
5
-17
/
+5
*
Fix makefiles after shuffling passes around the libraries
Chris Lattner
2002-05-07
3
-3
/
+3
*
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
1
-1
/
+1
*
Oops, somehow lost a slash. Fixed
Chris Lattner
2002-05-07
1
-1
/
+1
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
4
-8
/
+8
*
Straighten out makefiles after moving code to new Transform Utils library
Chris Lattner
2002-05-07
4
-5
/
+5
*
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
*
Remove unneccesary pass.
Chris Lattner
2002-04-30
1
-4
/
+0
*
These aren't tools
Chris Lattner
2002-04-29
2
-59
/
+0
*
Move constant merging pass earlier
Chris Lattner
2002-04-29
1
-1
/
+3
*
Remove InstForest from analysis namespace
Chris Lattner
2002-04-29
1
-3
/
+3
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
9
-11
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-1
/
+11
*
Rename functions to be more consistend with other pass constructors
Chris Lattner
2002-04-28
1
-5
/
+4
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+9
*
Eliminate the cfg namespace
Chris Lattner
2002-04-28
1
-14
/
+14
*
Expose the internalize pass.
Chris Lattner
2002-04-28
1
-1
/
+5
*
Run the internalize pass to mark all functions except main internal when
Chris Lattner
2002-04-28
1
-3
/
+2
[next]