1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. afba8fe Reverting dtor devirtualization patch. by Gordon Henriksen · 17 years ago
  3. d418239 fix some warnings. by Chris Lattner · 17 years ago
  4. 429c822 Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-19-InlineAsm.ll by Chris Lattner · 17 years ago
  5. ed455c8 Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! by Gordon Henriksen · 17 years ago
  6. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  7. d7c4ca1 Make Value::getNameLen not crash on an empty name, fixing PR1712. by Chris Lattner · 17 years ago
  8. 2d69133 simplify code, improve a comment. by Chris Lattner · 17 years ago
  9. 71996e7 add Value::getNameStart/getNameLen() accessors. by Chris Lattner · 17 years ago
  10. 91857da Fix a nasty memory leak, caused by my revamp of the value symbol table. by Chris Lattner · 17 years ago
  11. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  12. 0878c31 rewrite Value::takeName to take advantage of the new symtab stuff. This by Chris Lattner · 17 years ago
  13. 924b1ca Add a new Value::getNameStr method, which is preferred over getName. by Chris Lattner · 17 years ago
  14. ec79b3d add a setName variant that takes a null-terminated string. This can be by Chris Lattner · 18 years ago
  15. 042ad36 Add new setName accessor which doesn't require creating a string. by Chris Lattner · 18 years ago
  16. dec628e Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> by Chris Lattner · 18 years ago
  17. ea7acb8 fix uninitialized variable by Chris Lattner · 18 years ago
  18. f41916e add an optimization for the case where the src has no name by Chris Lattner · 18 years ago
  19. 7216811 add a helper method: Value::takeName by Chris Lattner · 18 years ago
  20. 56920a0 eliminate ValueSymbolTable::rename, it has no advantage over using remove+insert. by Chris Lattner · 18 years ago
  21. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  22. 78d033e For PR411: by Reid Spencer · 18 years ago
  23. 2e3def1 Removed iostream #includes. Replaced std::cerr with DOUT. by Bill Wendling · 18 years ago
  24. d0ff1ad Change the signature of replaceUsesOfWithOnConstant. The bool was always by Chris Lattner · 19 years ago
  25. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  26. 04cb800 This fixes PR531, a crash when running the CBE on a bytecode file. by Chris Lattner · 19 years ago
  27. 0d1e407 remove all of the various setName implementations, consolidating them into by Chris Lattner · 19 years ago
  28. 8daf056 new method by Chris Lattner · 19 years ago
  29. 905547b Initialize new field. by Chris Lattner · 20 years ago
  30. 29d1ca6 Updates for new use list changes. by Chris Lattner · 20 years ago
  31. 961ca77 Add a space between the type and name of value when printing error message by Misha Brukman · 20 years ago
  32. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  33. 89756ea Use name.empty() instead of testing against equality with the empty string. by Alkis Evlogimenos · 20 years ago
  34. 83949fc Disallow creation of named values of type void. by Alkis Evlogimenos · 20 years ago
  35. 4ec2e4c bug 122: - Correct isa<Constant> for GlobalValue subclass by Reid Spencer · 20 years ago
  36. 5c45e6d Fix regressions in these testcases: by Chris Lattner · 20 years ago
  37. a9e7781 Find bugs sooner rather than later. In this case, don't allow the creation by Chris Lattner · 20 years ago
  38. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  39. 62372c2 User ctor is now inline by Chris Lattner · 20 years ago
  40. 3d4bd5a Instancevar was renamed by Chris Lattner · 20 years ago
  41. 31f8499 Finegrainify namespacification by Chris Lattner · 21 years ago
  42. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  43. c4856f3 If we're not checking, don't check! by Chris Lattner · 21 years ago
  44. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  45. c3cc71a by Chris Lattner · 21 years ago
  46. 4e84e77 Users can never be null by Chris Lattner · 21 years ago
  47. 3200219 There is no reason for Value to be an AbstractTypeUser. This just makes things by Chris Lattner · 21 years ago
  48. 287d111 Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll by Chris Lattner · 21 years ago
  49. 2bc065b Refactor code to make it useful outside of Constants.cpp by Chris Lattner · 21 years ago
  50. a89ab2c Make assertion more descriptive by Chris Lattner · 21 years ago
  51. 0779388 This speeds up processing LLVM a _lot_, 17% in the case of loading and destroying "vortex" by Chris Lattner · 22 years ago
  52. 28eca8b - Make Value::replaceAllUsesWith work with constants correctly. This fixes by Chris Lattner · 22 years ago
  53. 61d295a - Remove Value::use_remove by Chris Lattner · 22 years ago
  54. d1c657e Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to by Chris Lattner · 22 years ago
  55. d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 22 years ago
  56. fe8041a *** empty log message *** by Chris Lattner · 22 years ago
  57. 3e00994 *** empty log message *** by Chris Lattner · 22 years ago
  58. d05e22c changes for 64bit gcc by Anand Shukla · 22 years ago
  59. 67e08db The contents of the SymTabValue class have been incorporated into the by Chris Lattner · 22 years ago
  60. e7eaf17 Fix pure virtual function called exception! by Chris Lattner · 22 years ago
  61. 1907aba Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h by Chris Lattner · 22 years ago
  62. 25d15a7 Remove some gross code by using the Value::dump method to do debug dumps by Chris Lattner · 22 years ago
  63. 6a6931e Make the release build work by Chris Lattner · 22 years ago
  64. 150dcb9 Add an assertion to catch a misuse of replaceAllUsesWith by Chris Lattner · 22 years ago
  65. 02d429d Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.ll by Chris Lattner · 23 years ago
  66. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  67. 82d18aa Add debugging to make a more useful message if a value gets constructed with a null type by Chris Lattner · 23 years ago
  68. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  69. 5efec28 Make error report a little more useful by Chris Lattner · 23 years ago
  70. c04bf07 Okay, make the member function work. by Chris Lattner · 23 years ago
  71. 45f5988 Remove global debug output fns that have been superceded by a member func by Chris Lattner · 23 years ago
  72. bcbb6b3 Fix up code a bit, remove operator<< to Assembly/Writer.h by Chris Lattner · 23 years ago
  73. bb6a8c0 Added debugging support. by Vikram S. Adve · 23 years ago
  74. 46cbff6 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 23 years ago
  75. 36bd82a Support abstract types Remove constant pool support by Chris Lattner · 23 years ago
  76. a3d3c2b * ValueHolder now takes 3 arguments by Chris Lattner · 23 years ago
  77. c8b25d4 Changed the fundemental architecture of Operands for Instructions. Now by Chris Lattner · 23 years ago
  78. 7b8ec2d Add a check to avoid allowing V->replaceAllUsesWith(V) by Chris Lattner · 23 years ago
  79. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 23 years ago
  80. ee976f3 Updates to support * Changes in PHI node structure by Chris Lattner · 23 years ago
  81. 0095054 Initial revision by Chris Lattner · 23 years ago