Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
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-01-15 Rafael EspindolaAdd the private linkage.
2008-05-16 Dale JohannesenAdd CommonLinkage to lto (treated same as weak AFAICT)
2007-12-29 Chris Lattnerremove attributions from tools.
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-08-01 Chris Lattnerno need to check readability here
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
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-14 Reid Spencer*Fix usage of changed function prototype*Use Archive...
2004-09-01 Reid SpencerChanges For Bug 352
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 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-16 Chris LattnerMake llvm-nm work in "pipe mode"
2003-10-16 Chris LattnerGeeze, what is with Brian and these ifdef's?
2003-10-16 Brian GaekeOkay, this is a little hack that "scratches an itch...