index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
IPO
/
StripSymbols.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-4
/
+2
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-1
/
+1
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-3
/
+1
*
Remove debug info attached with an instruction.
Devang Patel
2009-11-17
1
-36
/
+18
*
llvm.dbg.global_variables do not exist anymore.
Devang Patel
2009-10-28
1
-9
/
+0
*
Previously, all operands to Constant were themselves constant.
Chris Lattner
2009-10-28
1
-5
/
+4
*
Derive metadata hierarchy from Value instead of User.
Devang Patel
2009-10-21
1
-2
/
+0
*
Remove VISIBILITY_HIDDEN from this file.
Nick Lewycky
2009-09-03
1
-4
/
+3
*
Reapply 79977.
Devang Patel
2009-08-28
1
-118
/
+7
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-7
/
+118
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-118
/
+7
*
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
1
-2
/
+2
*
Use DebugInfoFinder.
Devang Patel
2009-08-06
1
-10
/
+9
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
1
-1
/
+1
*
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-26
1
-6
/
+5
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+0
*
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
Chris Lattner
2009-07-20
1
-21
/
+16
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+1
*
More LLVMContext-ification.
Owen Anderson
2009-07-06
1
-1
/
+2
*
Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms
Devang Patel
2009-06-26
1
-1
/
+20
*
The second argument to RecursivelyDeleteTriviallyDeadInstructions has
Dan Gohman
2009-05-02
1
-2
/
+2
*
Fix -strip-debug-declare to work when there are
Dale Johannesen
2009-03-13
1
-19
/
+17
*
Remove llvm.dbg.global_variables also.
Devang Patel
2009-03-09
1
-0
/
+10
*
Add helper pass to remove llvm.dbg.declare intrinsics.
Devang Patel
2009-03-09
1
-0
/
+62
*
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
*
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
[next]