Previously, all operands to Constant were themselves constant.
[oota-llvm.git] / lib / Transforms / IPO / StripSymbols.cpp
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-09-03 Nick LewyckyRemove VISIBILITY_HIDDEN from this file.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-06 Devang PatelUse DebugInfoFinder.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-06 Owen AndersonMore LLVMContext-ification.
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-05-02 Dan GohmanThe second argument to RecursivelyDeleteTriviallyDeadIn...
2009-03-13 Dale JohannesenFix -strip-debug-declare to work when there are
2009-03-09 Devang PatelRemove llvm.dbg.global_variables also.
2009-03-09 Devang PatelAdd helper pass to remove llvm.dbg.declare intrinsics.
2009-03-03 Devang PatelRecursively remove dead argument while removing llvm...
2009-03-02 Devang PatelRemove all dbg symobls, including those with circular...
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-11-20 Devang PatelDo not forget llvm.dbg.declare's first argument while...
2008-11-19 Devang PatelRemove unused variables.
2008-11-19 Devang PatelFix typo.
2008-11-18 Devang PatelAdd new helper pass that strips all symbol names except...
2008-11-18 Devang PatelRemove even more llvm.dbg variables.
2008-11-16 Chris Lattnersimplify loop
2008-11-14 Devang PatelRefactor code.
2008-11-13 Devang PatelReally remove all debug information.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-01-16 Chris LattnerHandle attribute(used) global variables that are i8.
2008-01-16 Devang PatelDo not strip llvm.used values.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-04 Gordon HenriksenFinishing initial docs for all transformations in Passe...
2007-08-01 Dan GohmanMore explicit keywords.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-01-06 Reid SpencerFor PR411:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-03-23 Jim LaskeyStrip changes to llvm.dbg intrinsics.
2006-03-15 Chris LattnerTeach the strip pass to strip type names in addition...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-09 Chris Lattnerfix a pasto
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-12-03 Chris LattnerImplement stripping of debug symbols, making the -...
2004-12-02 Chris LattnerInitial reimplementation of the -strip pass, with a...