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
/
lib
/
Transforms
/
IPO
/
StripSymbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recursively remove dead argument while removing llvm.dbg.declare intrinsic.
Devang Patel
2009-03-03
1
-2
/
+3
*
Remove all dbg symobls, including those with circular references.
Devang Patel
2009-03-02
1
-3
/
+15
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-6
/
+6
*
Do not forget llvm.dbg.declare's first argument while removing debugging info...
Devang Patel
2008-11-20
1
-4
/
+12
*
Remove unused variables.
Devang Patel
2008-11-19
1
-12
/
+9
*
Fix typo.
Devang Patel
2008-11-19
1
-1
/
+1
*
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
1
-28
/
+51
*
Remove even more llvm.dbg variables.
Devang Patel
2008-11-18
1
-33
/
+50
*
simplify loop
Chris Lattner
2008-11-16
1
-5
/
+2
*
Refactor code.
Devang Patel
2008-11-14
1
-37
/
+60
*
Really remove all debug information.
Devang Patel
2008-11-13
1
-11
/
+52
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-3
/
+4
*
Handle attribute(used) global variables that are i8.
Chris Lattner
2008-01-16
1
-14
/
+13
*
Do not strip llvm.used values.
Devang Patel
2008-01-16
1
-3
/
+25
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+206