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