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