test commit
[oota-llvm.git] / tools / llvm-nm /
2012-03-10 Benjamin KramerFix uses of the C99 PRI format macros not to conflict...
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2011-12-25 Rafael EspindolaRemove unused variables.
2011-12-13 Michael J. Spencerllvm-nm: refactor in order to support reading files...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-10-28 Stepan Dyatkovskiyuint64 formatted output: replaced %llx with PRIx64...
2011-10-25 Michael J. Spencerllvm-nm: Use correct format string. Patch by Stepan...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-10 Benjamin Kramerllvm-nm: Don't leak bitcode buffers.
2011-10-07 Michael J. SpencerFix GCC again.
2011-09-27 Michael J. SpencerAdd binary archive support to llvm-nm.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerModify llvm-nm to use new Binary creation method.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerModify llvm-nm to use new Binary creation method.
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-01-20 Michael J. Spencerllvm-nm: Update to use the new LLVMObject library.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-31 Michael J. SpencerCleanup Whitespace.
2010-08-24 Bill Wendling- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-09-10 Nuno Lopesfix leakage of Module
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-27 Lauro Ramos Venanciollvm-nm must print the alias symbols.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode reading support to llvm-nm
2007-03-29 Reid SpencerRemove some non-sensical logic that prevented llvm...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-01 Chris Lattnerno need to check readability here
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnermethod renamed
2004-12-30 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerPR351: \
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid Spencer*Fix usage of changed function prototype*Use Archive...
2004-11-14 Reid SpencerThis tool needs libLLVMArchive now
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-16 Chris LattnerIA64 compat
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-11-19 Brian GaekeUnbreak the "-" as filename hack.
2003-11-19 Brian GaekeAlso print an error msg. for files we cannot currently...
2003-11-19 Brian GaekeFix PR134, by checking FileOpenable() on each input...
2003-11-16 Brian GaekeInclude Support/FileUtilities.h.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-28 Chris LattnerReorder #includes, drop unneeded one
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
next