1. f6c93e3 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
  2. e5c7b9a Adjust to ilist changes. by Chris Lattner · 21 years ago
  3. f27c4cd Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 21 years ago
  4. b9e0877 Add support for the link-time pass list to Modules. by Reid Spencer · 21 years ago
  5. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  6. a0b05b3 bug 263: Ensure the list of libraries is cleared. by Reid Spencer · 21 years ago
  7. 3c4824a bug 122: - Module doesn't need to manage ConstantPointerRefs any more. by Reid Spencer · 21 years ago
  8. f9776c3 Replace use of defunct Type::setName method with SymbolTable::insert. by Reid Spencer · 21 years ago
  9. 8baf8e2 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 21 years ago
  10. abb6f00 Convert to SymbolTable's new lookup and iteration interfaces. by Reid Spencer · 21 years ago
  11. 3bcead7 I'm allergic to the word `stuff'. by Misha Brukman · 22 years ago
  12. c3ecaae Remove Module::mutateConstantPointerRef, which is now thankfully dead! by Chris Lattner · 22 years ago
  13. 09bd1a0 Add some comments, add new getGlobalVariable method by Chris Lattner · 22 years ago
  14. be3596c * Make Module::getTypeName const by Chris Lattner · 22 years ago
  15. 189d19f Finegrainify namespacification by Chris Lattner · 22 years ago
  16. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  17. 41baa98 Make code gcc 3.4 clean by Chris Lattner · 22 years ago
  18. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  19. 44d2c35 Regularize header file comments by Chris Lattner · 22 years ago
  20. fa10053 Fix spelling/grammar. by Misha Brukman · 22 years ago
  21. bd717d8 Implement new method by Chris Lattner · 22 years ago
  22. 8068e0c Support new 'any' support for pointer size and endianness by Chris Lattner · 22 years ago
  23. 4b4dacd Make Module::getNamedFunction prefer non-external functions if there is more than by Chris Lattner · 22 years ago
  24. cb4d26f Fix bug: Assembler/2003-05-15-AssemblerProblem.llx by Chris Lattner · 22 years ago
  25. c3f6e00 Add support for tracking whether a module is 64/32 bit and big/little endian by Chris Lattner · 23 years ago
  26. 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
  27. 98cf1f5 - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  28. b2e46c0 Add a new Module::getNamedFunction method by Chris Lattner · 23 years ago
  29. 1f985e0 Add a method "getMainFunction()" that efficiently locates 'main' in a module by Chris Lattner · 23 years ago
  30. 33100ed - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and by Chris Lattner · 23 years ago
  31. 184b298 Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 23 years ago
  32. 0c6e0b9 by Chris Lattner · 23 years ago
  33. e0f6af9b by Chris Lattner · 23 years ago
  34. 68fe621 Remove some extraneous #includes by Chris Lattner · 23 years ago
  35. 7d9a14d Changes to make GlobalValueRefMap not derive from std::map. by Chris Lattner · 23 years ago
  36. 113f4f4 MEGAPATCH checkin. by Chris Lattner · 23 years ago
  37. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  38. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  39. 2c8ff63 * Incorporate the contents of SymTabValue into Function and Module by Chris Lattner · 24 years ago
  40. 10b7cb5 Add Module::getTypeName by Chris Lattner · 24 years ago
  41. 6e6f5be Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h by Chris Lattner · 24 years ago
  42. 13ae72f Add new addTypeName method to Module class by Chris Lattner · 24 years ago
  43. a483b06 Implement new getFunction and getOrInsertFunction methods by Chris Lattner · 24 years ago
  44. cd8846f Remove the reduceApply functions they are obsolete things from the days before by Chris Lattner · 24 years ago
  45. 57698e2 Change references from Method to Function by Chris Lattner · 24 years ago
  46. d5851db Remove extraneous #includes by Chris Lattner · 24 years ago
  47. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  48. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  49. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  50. 3b7199e Add #includes to enable buiding in Release mode by Chris Lattner · 24 years ago
  51. 162ed4d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 24 years ago
  52. 446ad50 * Add support for Module specific constants by Chris Lattner · 24 years ago
  53. da97550 Implement global variable support by Chris Lattner · 24 years ago
  54. f50b723 Modules must have a valid, nonnull type. Make them void by Chris Lattner · 24 years ago
  55. e2472bb Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 24 years ago
  56. f2a738c * ValueHolder now takes 3 arguments by Chris Lattner · 24 years ago
  57. 31cf984 Implement reduceApply method by Chris Lattner · 24 years ago
  58. 4cee8d8 Miscellaneous cleanups: by Chris Lattner · 24 years ago
  59. 2f7c963 Initial revision by Chris Lattner · 24 years ago