1. f78650a Remove trailing space by Fangrui Song · 7 years ago
  2. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  3. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  4. 5db24d7 [NVPTX] Assign valid global names by Jonas Hahnfeld · 8 years ago
  5. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  6. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  7. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  8. deaf695 [IR] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  9. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  10. 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  11. af28e7d Apply clang-tidy's modernize-loop-convert to most of lib/IR. by Benjamin Kramer · 9 years ago
  12. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  13. d1beb07 Have a single way for creating unique value names. by Rafael Espindola · 10 years ago
  14. d79dfcb Changed renaming of local symbols by inserting a dot vefore the numeric suffix. by Sunil Srivastava · 10 years ago
  15. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  16. 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
  17. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 11 years ago
  18. c620761 [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  19. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  20. ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed (97%) from llvm/lib/VMCore/ValueSymbolTable.cpp]
  21. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  22. 0f214eb eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 14 years ago
  23. 2637cc1 Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 15 years ago
  24. feff705 Bump SmallString size a bit to avoid malloc trashing. by Benjamin Kramer · 15 years ago
  25. 71ff547 Delete NamedMDSymTable while destrucing Module. by Devang Patel · 16 years ago
  26. 73631b9 Change errs() to dbgs(). by David Greene · 16 years ago
  27. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  28. 34822f6 remove some DOUTs by Chris Lattner · 16 years ago
  29. 948f82b Change ValueSymbolTable to use raw_svector_ostream for string concatenation. by Daniel Dunbar · 16 years ago
  30. e03eecb Remove Value::{isName, getNameRef}. by Daniel Dunbar · 16 years ago
  31. b99eac8 Move more to raw_ostream. by Daniel Dunbar · 16 years ago
  32. 84b5f6e Switch ValueSymbolTable to StringRef based API. by Daniel Dunbar · 16 years ago
  33. 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
  34. 7d0479f Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 16 years ago
  35. 36b4e8f implement some fixme's by making "autorenaming" in the value symbol table not by Chris Lattner · 17 years ago
  36. e43649f Add a new version of Module::getFunction that takes a const char* instead by Chris Lattner · 17 years ago
  37. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  38. b377a7c disable some noisy debug output by Chris Lattner · 19 years ago
  39. 32ab643 Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> by Chris Lattner · 19 years ago
  40. 86fc081 constants can't be in the symtab anymore by Chris Lattner · 19 years ago
  41. d17dbe9 update comment. by Chris Lattner · 19 years ago
  42. 88051b0 shrink vmcore by moving symbol table stripping support out of VMCore into by Chris Lattner · 19 years ago
  43. f5df485 eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert. by Chris Lattner · 19 years ago
  44. 71a60ba speed up conflict handling. by Chris Lattner · 19 years ago
  45. 770dadf Eliminate a bunch of work from ValueSymbolTable::insert for the common case by Chris Lattner · 19 years ago
  46. 3aaaa0b For PR411: by Reid Spencer · 19 years ago
  47. 6a462f1 Removed iostream #includes. Replaced std::cerr with DOUT. by Bill Wendling · 19 years ago
  48. 21f0c31 Simple is good. CVS is for revision control, not file headers by Chris Lattner · 20 years ago
  49. 25780d5 For PR411: by Reid Spencer · 20 years ago