index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
StripSymbols.cpp
Age
Commit message (
Expand
)
Author
2009-11-17
Remove debug info attached with an instruction.
Devang Patel
2009-10-28
llvm.dbg.global_variables do not exist anymore.
Devang Patel
2009-10-28
Previously, all operands to Constant were themselves constant.
Chris Lattner
2009-10-21
Derive metadata hierarchy from Value instead of User.
Devang Patel
2009-09-03
Remove VISIBILITY_HIDDEN from this file.
Nick Lewycky
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-07
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-06
Use DebugInfoFinder.
Devang Patel
2009-07-30
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-26
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-20
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-16
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-06
More LLVMContext-ification.
Owen Anderson
2009-06-26
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-05-02
The second argument to RecursivelyDeleteTriviallyDeadInstructions has
Dan Gohman
2009-03-13
Fix -strip-debug-declare to work when there are
Dale Johannesen
2009-03-09
Remove llvm.dbg.global_variables also.
Devang Patel
2009-03-09
Add helper pass to remove llvm.dbg.declare intrinsics.
Devang Patel
2009-03-03
Recursively remove dead argument while removing llvm.dbg.declare intrinsic.
Devang Patel
2009-03-02
Remove all dbg symobls, including those with circular references.
Devang Patel
2009-01-15
Add the private linkage.
Rafael Espindola
2008-11-20
Do not forget llvm.dbg.declare's first argument while removing debugging info...
Devang Patel
2008-11-19
Remove unused variables.
Devang Patel
2008-11-19
Fix typo.
Devang Patel
2008-11-18
Add new helper pass that strips all symbol names except debugging information.
Devang Patel
2008-11-18
Remove even more llvm.dbg variables.
Devang Patel
2008-11-16
simplify loop
Chris Lattner
2008-11-14
Refactor code.
Devang Patel
2008-11-13
Really remove all debug information.
Devang Patel
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-01-16
Handle attribute(used) global variables that are i8.
Chris Lattner
2008-01-16
Do not strip llvm.used values.
Devang Patel
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-04
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-08-01
More explicit keywords.
Dan Gohman
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-12
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-07
shrink vmcore by moving symbol table stripping support out of VMCore into
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
[next]