OSDN Git Service

Update aosp/master LLVM for rebase to r256229
[android-x86/external-llvm.git] / lib / Transforms / IPO / StripSymbols.cpp
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-20 Dan GohmanMake this code a little more readable.
2010-07-20 Dan GohmanMake this code a little more readable.
2010-07-20 Dan GohmanFix a typo.
2010-07-20 Dan GohmanFix a typo.
2010-07-20 Dan GohmanDon't look up the "dbg" metadata kind by name.
2010-07-20 Dan GohmanDon't look up the "dbg" metadata kind by name.
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-07-01 Devang PatelIf a named mdnode is removed then mark module as changed.
2010-07-01 Devang PatelIf a named mdnode is removed then mark module as changed.
2010-06-30 Devang PatelRemove all debug info related named mdnodes.
2010-06-30 Devang PatelRemove all debug info related named mdnodes.
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-29 Duncan SandsReturn Changed. This required setting Changed if dbg...
2010-06-29 Duncan SandsReturn Changed. This required setting Changed if dbg...
2010-05-20 Devang PatelStrip llvm.dbg.lv also.
2010-05-20 Devang PatelStrip llvm.dbg.lv also.
2010-04-07 Shih-wei Liaolibbcc
2010-02-10 Devang PatelStrip new llvm.dbg.value intrinsic.
2010-02-10 Devang PatelStrip new llvm.dbg.value intrinsic.
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-01-22 Benjamin KramerAnother strncmp -> StringRef.startswith simplification.
2010-01-22 Benjamin KramerAnother strncmp -> StringRef.startswith simplification.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-11-17 Devang PatelRemove debug info attached with an instruction.
2009-11-17 Devang PatelRemove debug info attached with an instruction.
2009-10-28 Devang Patelllvm.dbg.global_variables do not exist anymore.
2009-10-28 Devang Patelllvm.dbg.global_variables do not exist anymore.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-09-03 Nick LewyckyRemove VISIBILITY_HIDDEN from this file.
2009-09-03 Nick LewyckyRemove VISIBILITY_HIDDEN from this file.
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
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-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-06 Devang PatelUse DebugInfoFinder.
2009-08-06 Devang PatelUse DebugInfoFinder.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
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-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-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
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-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-06 Owen AndersonMore LLVMContext-ification.
2009-07-06 Owen AndersonMore LLVMContext-ification.
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-05-02 Dan GohmanThe second argument to RecursivelyDeleteTriviallyDeadIn...
2009-05-02 Dan GohmanThe second argument to RecursivelyDeleteTriviallyDeadIn...
2009-03-13 Dale JohannesenFix -strip-debug-declare to work when there are
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 PatelRemove llvm.dbg.global_variables also.
2009-03-09 Devang PatelAdd helper pass to remove llvm.dbg.declare intrinsics.
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-03 Devang PatelRecursively remove dead argument while removing llvm...
2009-03-02 Devang PatelRemove all dbg symobls, including those with circular...
2009-03-02 Devang PatelRemove all dbg symobls, including those with circular...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-11-20 Devang PatelDo not forget llvm.dbg.declare's first argument while...
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 PatelRemove unused variables.
2008-11-19 Devang PatelFix typo.
2008-11-19 Devang PatelFix typo.
2008-11-18 Devang PatelAdd new helper pass that strips all symbol names except...
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-18 Devang PatelRemove even more llvm.dbg variables.
2008-11-16 Chris Lattnersimplify loop
2008-11-16 Chris Lattnersimplify loop
2008-11-14 Devang PatelRefactor code.
2008-11-14 Devang PatelRefactor code.
2008-11-13 Devang PatelReally remove all debug information.
2008-11-13 Devang PatelReally remove all debug information.
next