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
*
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
*
Use operator << to print modules
Chris Lattner
2002-04-28
5
-20
/
+5
*
Run GCSE as part of gccas.
Chris Lattner
2002-04-28
1
-0
/
+2
*
Expose new GCSE pass
Chris Lattner
2002-04-28
1
-1
/
+4
*
s/Method/Function
Chris Lattner
2002-04-27
1
-3
/
+3
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
3
-51
/
+46
*
Make sure that there is no case where a signal can occur leaving a partially
Chris Lattner
2002-04-18
12
-0
/
+58
*
* Add the printm pass to allow dumping the entire module after a transformation.
Chris Lattner
2002-04-13
1
-9
/
+15
*
Expose funcresolve pass through opt
Chris Lattner
2002-04-12
1
-1
/
+4
*
* The cleangcc pass is broken into two parts, we only want to
Chris Lattner
2002-04-10
1
-8
/
+8
*
The cleangcc pass is brokeninto two pieces, execute both of them.
Chris Lattner
2002-04-10
1
-0
/
+1
*
Remove extranous #include
Chris Lattner
2002-04-08
3
-3
/
+0
*
s/PrintMethodPass/PrintFunctionPass
Chris Lattner
2002-04-08
2
-2
/
+2
*
Add #includes
Chris Lattner
2002-04-08
1
-1
/
+3
*
Add support for the gnu ld -s (strip) option
Chris Lattner
2002-04-08
1
-1
/
+9
*
GCCLD actually does transformations to simplify the linked program now.
Chris Lattner
2002-04-08
2
-10
/
+33
*
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-04-07
12
-13
/
+12
*
Perform debug outputs with ->dump() instead of <<
Chris Lattner
2002-04-07
2
-10
/
+12
*
use dump method instead of Asm/Writer to do debug printing
Chris Lattner
2002-04-07
3
-18
/
+21
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
8
-72
/
+78
*
Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer
Chris Lattner
2002-04-01
1
-1
/
+1
*
Makefile change for IPO's that use the Datastructure analysis stuff
Chris Lattner
2002-03-28
1
-1
/
+1
*
Add hook for pool allocation pass
Chris Lattner
2002-03-28
1
-2
/
+5
*
Checking for Cameron
Chris Lattner
2002-03-28
1
-1
/
+1
*
Rename constructor function for mem2reg pass.
Cameron Buschardt
2002-03-27
1
-0
/
+2
*
* Add support for DataStructure analysis
Chris Lattner
2002-03-26
2
-29
/
+57
*
Rename pass to DecomposeMultiDimRefs.
Vikram S. Adve
2002-03-24
2
-4
/
+13
*
Add a debugging option to gccas to cause it to not do level raise or anything
Chris Lattner
2002-03-21
1
-4
/
+8
*
Expose dead instruction elimination pass
Chris Lattner
2002-03-14
1
-1
/
+3
*
Echo the right tool name on error
Chris Lattner
2002-03-12
1
-1
/
+1
*
Remove runtime library in favor of users linking against real libraries.
Chris Lattner
2002-03-11
2
-284
/
+0
*
* Implement linking to libraries
Chris Lattner
2002-03-11
1
-3
/
+14
*
Pull interprocedural analyses out of Analysis library into their own lib
Chris Lattner
2002-03-06
3
-3
/
+3
[next]