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