index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
StripSymbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-04
1
-11
/
+9
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+5
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-1
/
+1
*
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-07
1
-2
/
+23
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-5
/
+5
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+1
*
For PR411:
Reid Spencer
2007-01-06
1
-4
/
+3
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-2
/
+3
*
Strip changes to llvm.dbg intrinsics.
Jim Laskey
2006-03-23
1
-7
/
+34
*
Teach the strip pass to strip type names in addition to value names. This
Chris Lattner
2006-03-15
1
-0
/
+5
*
Handle the removal of the debug chain.
Jim Laskey
2006-03-13
1
-1
/
+1
*
fix a pasto
Chris Lattner
2006-03-09
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Implement stripping of debug symbols, making the --strip-debug options in
Chris Lattner
2004-12-03
1
-2
/
+82
*
Initial reimplementation of the -strip pass, with a stub for implementing
Chris Lattner
2004-12-02
1
-0
/
+68