1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  3. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  4. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  5. f8dfef7 The (negative) offset from a SymbolTableListTraits-using ilist to its container by Chris Lattner · 17 years ago
  6. 17fcdd5 Refactor SymbolTableListTraits to only have a single pointer in it, instead by Chris Lattner · 17 years ago
  7. 8129a39 For PR1146: Simplify construction of FunctionType to use default arguments. by Reid Spencer · 17 years ago
  8. 688b049 For PR411: by Reid Spencer · 18 years ago
  9. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  10. 6734b57 For PR1163: by Reid Spencer · 18 years ago
  11. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  12. f00c595 For PR761: by Reid Spencer · 18 years ago
  13. 70d1305 Change the interface to Module::getOrInsertFunction to be easier to use, by Chris Lattner · 18 years ago
  14. 78d033e For PR411: by Reid Spencer · 18 years ago
  15. 79e21d3 For PR950: Change signed integer type names to unsigned equivalents. by Reid Spencer · 18 years ago
  16. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  17. 0b2375e Make the getNamedFunction and getNamedGlobal methods be const. They don't by Reid Spencer · 18 years ago
  18. ac4c75b Fix some think-o's in my last commit. Thanks to Chris for pointing them out. by Owen Anderson · 18 years ago
  19. 1d8b853 Change Module to use TargetData-compatible strings internally. by Owen Anderson · 18 years ago
  20. 9d25824 add a new helper method. by Chris Lattner · 18 years ago
  21. 863517a Change inline asms to be uniqued like constants, not embedded in a Module. by Chris Lattner · 19 years ago
  22. cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 19 years ago
  23. 3061467 Add a flag to Module::getGlobalVariable to allow it to return vars with by Chris Lattner · 19 years ago
  24. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  25. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  26. bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 20 years ago
  27. 3cf8e68 Adjust to ilist changes. by Chris Lattner · 20 years ago
  28. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
  29. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  30. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  31. 801db47 bug 263: Ensure the list of libraries is cleared. by Reid Spencer · 20 years ago
  32. 0f7eea5 bug 122: - Module doesn't need to manage ConstantPointerRefs any more. by Reid Spencer · 20 years ago
  33. 3ba415a Replace use of defunct Type::setName method with SymbolTable::insert. by Reid Spencer · 20 years ago
  34. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  35. 567bc2c Convert to SymbolTable's new lookup and iteration interfaces. by Reid Spencer · 20 years ago
  36. af76cfb I'm allergic to the word `stuff'. by Misha Brukman · 20 years ago
  37. 2c56b55 Remove Module::mutateConstantPointerRef, which is now thankfully dead! by Chris Lattner · 20 years ago
  38. 6083782 Add some comments, add new getGlobalVariable method by Chris Lattner · 21 years ago
  39. 6d28a26 * Make Module::getTypeName const by Chris Lattner · 21 years ago
  40. 31f8499 Finegrainify namespacification by Chris Lattner · 21 years ago
  41. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  42. e860e0d Make code gcc 3.4 clean by Chris Lattner · 21 years ago
  43. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  44. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  45. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  46. 0ae8e87 Implement new method by Chris Lattner · 21 years ago
  47. eb5d3a1 Support new 'any' support for pointer size and endianness by Chris Lattner · 21 years ago
  48. b6ede8a Make Module::getNamedFunction prefer non-external functions if there is more than by Chris Lattner · 21 years ago
  49. 608f4b0 Fix bug: Assembler/2003-05-15-AssemblerProblem.llx by Chris Lattner · 21 years ago
  50. 678c6a0 Add support for tracking whether a module is 64/32 bit and big/little endian by Chris Lattner · 21 years ago
  51. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  52. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  53. 9a641b4 Add a new Module::getNamedFunction method by Chris Lattner · 22 years ago
  54. a9a93f3 Add a method "getMainFunction()" that efficiently locates 'main' in a module by Chris Lattner · 22 years ago
  55. 0dad6e9 - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and by Chris Lattner · 22 years ago
  56. d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 22 years ago
  57. 41661fd by Chris Lattner · 22 years ago
  58. 9da0715 by Chris Lattner · 22 years ago
  59. bb6342b Remove some extraneous #includes by Chris Lattner · 22 years ago
  60. 4228b5a Changes to make GlobalValueRefMap not derive from std::map. by Chris Lattner · 22 years ago
  61. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  62. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  63. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  64. 11aa477 * Incorporate the contents of SymTabValue into Function and Module by Chris Lattner · 22 years ago
  65. f33fa6f Add Module::getTypeName by Chris Lattner · 22 years ago
  66. 1907aba Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h by Chris Lattner · 22 years ago
  67. 68e5ed8 Add new addTypeName method to Module class by Chris Lattner · 22 years ago
  68. 6056c49 Implement new getFunction and getOrInsertFunction methods by Chris Lattner · 22 years ago
  69. 21ba3fe Remove the reduceApply functions they are obsolete things from the days before by Chris Lattner · 22 years ago
  70. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  71. 699a7bf Remove extraneous #includes by Chris Lattner · 23 years ago
  72. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  73. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  74. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  75. 161aa5a Add #includes to enable buiding in Release mode by Chris Lattner · 23 years ago
  76. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 23 years ago
  77. dd6dfbc * Add support for Module specific constants by Chris Lattner · 23 years ago
  78. 70cc339 Implement global variable support by Chris Lattner · 23 years ago
  79. 9cb66f7 Modules must have a valid, nonnull type. Make them void by Chris Lattner · 23 years ago
  80. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  81. a3d3c2b * ValueHolder now takes 3 arguments by Chris Lattner · 23 years ago
  82. 28bf86a Implement reduceApply method by Chris Lattner · 23 years ago
  83. 7fc9fe3 Miscellaneous cleanups: by Chris Lattner · 23 years ago
  84. 0095054 Initial revision by Chris Lattner · 23 years ago