[FunctionAttrs] Inline the prototype attribute inference to an existing
[oota-llvm.git] / lib / Transforms / IPO / StripSymbols.cpp
2015-10-13 Duncan P. N. Exon... IPO: Remove implicit ilist iterator conversions, NFC
2015-06-25 Pete CooperUse foreach loop over constant operands. NFC.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Duncan P. N. Exon... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-13 Duncan P. N. Exon... StripSymbols: Use DIGlobalVariable::getConstant() inste...
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-22 Manman RenDebug Info: move StripDebugInfo from StripSymbols.cpp...
2013-08-27 Michael GottesmanFixed typo.
2013-08-23 Michael GottesmanUpdate StripDeadDebugInfo to use DebugInfoFinder so...
2013-08-21 Michael GottesmanFixed typo.
2013-08-21 Michael GottesmanRemoved trailing whitespace.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-03 Bill WendlingMove the "findUsedStructTypes" functionality outside...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-07-09 Chris Lattnerremove the DerivedType which isn't adding value anymore.
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
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-20 Dan GohmanMake this code a little more readable.
2010-07-20 Dan GohmanFix a typo.
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 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 Gabor Greifuse ArgOperand API
2010-06-29 Duncan SandsReturn Changed. This required setting Changed if dbg...
2010-05-20 Devang PatelStrip llvm.dbg.lv also.
2010-02-10 Devang PatelStrip new llvm.dbg.value intrinsic.
2010-01-22 Benjamin KramerAnother strncmp -> StringRef.startswith simplification.
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 Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
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 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...
next