1. 70cc339 Implement global variable support by Chris Lattner · 23 years ago
  2. 7720c8e Add support for external methods by Chris Lattner · 23 years ago
  3. 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 23 years ago
  4. 49f2b94 Add support for tool specified linker options by Chris Lattner · 23 years ago
  5. 2a7eb23 Remove the definitions of 3 global functions that don't belong in the core by Chris Lattner · 23 years ago
  6. 52bdd8a Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. Remove the two support functions to inline their contents. by Chris Lattner · 23 years ago
  7. 990f2a5 Implement the subset of the GetConstantValueAsSignedInt function that is needed, locally. by Chris Lattner · 23 years ago
  8. 85cdba3 Remove 3 gross global functions that don't belong here by Chris Lattner · 23 years ago
  9. 74c2b76 Rename contype to subtype by Chris Lattner · 23 years ago
  10. b8259dd Make ADCE more robust, it still has problems, but it's getting closer by Chris Lattner · 23 years ago
  11. e6fdb11 Fix problems with freeing memory twice by Chris Lattner · 23 years ago
  12. 167ed34 Rename file to be consistent with header name by Chris Lattner · 23 years ago
  13. f1ce146 Rerun backend tests if as or llc is changed by Chris Lattner · 23 years ago
  14. e4ca607 iFix dependence order by Chris Lattner · 23 years ago
  15. 82072d4 Clean up Type class by removing mutable ConstRules member and use annotations insead by Chris Lattner · 23 years ago
  16. 14712a6 Clean up ConstRules stuff to use annotations instead of a mutable member in Type by Chris Lattner · 23 years ago
  17. 78914e7 Convert ConstRules to use annotations to clean it up. by Chris Lattner · 23 years ago
  18. bf2f043 Fix automatic dependence on static libs by Chris Lattner · 23 years ago
  19. 9856e0c Handle cast float-to-float or cast double-to-double. by Vikram S. Adve · 23 years ago
  20. 56786d2 Fix build breakage. :( by Chris Lattner · 23 years ago
  21. 2e53093 I really don't like it when people break the build. by Chris Lattner · 23 years ago
  22. 424b847 Remove extraneous space by Chris Lattner · 23 years ago
  23. 3533155 Remove extra #include by Chris Lattner · 23 years ago
  24. c866fe1 *** empty log message *** by Ruchira Sasanka · 23 years ago
  25. 0286ade *** empty log message *** by Ruchira Sasanka · 23 years ago
  26. 7cd2ca1 Committed for compliation. Not yet final. --Ruchira by Ruchira Sasanka · 23 years ago
  27. c7136d2 --Ruchira by Ruchira Sasanka · 23 years ago
  28. 6a8f91e New testcase to deal with lists by Chris Lattner · 23 years ago
  29. 04890ad New file for supporting abstract types by Chris Lattner · 23 years ago
  30. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  31. f074cfc Executables all live in a nice centralized location now by Chris Lattner · 23 years ago
  32. b7e9ae1 Executables have moved into centralized location by Chris Lattner · 23 years ago
  33. 1cbc29f Support TOOLNAME and USEDLIBS options for easier tool building by Chris Lattner · 23 years ago
  34. 195b539 Remove old old file by Chris Lattner · 23 years ago
  35. e737c7a Convert llc driver to standard tool format by Chris Lattner · 23 years ago
  36. c21708a Provide a way to change the incoming value for a phi node by Chris Lattner · 23 years ago
  37. 5341e21 Add llc path to setup by Chris Lattner · 23 years ago
  38. a105022 Uhm... that was really bad by Chris Lattner · 23 years ago
  39. 46ac43c Clean up driver by Chris Lattner · 23 years ago
  40. ddceab8 Make makefile not depend on where stuff is installed!!!! by Chris Lattner · 23 years ago
  41. 1fa0c09 Updates to work with new lack of constant pool by Chris Lattner · 23 years ago
  42. 15dedbc Remove unneeded #includes by Chris Lattner · 23 years ago
  43. c83e954 Remove unnecesary #include add dump calls pulled out of .h file by Chris Lattner · 23 years ago
  44. 1ff63a1 * Remove lots of #includes by Chris Lattner · 23 years ago
  45. dcd2fb5 * Remove lots of unnecesary #includes by Chris Lattner · 23 years ago
  46. cffebdc * Remove lots of annoying extra #includes by Chris Lattner · 23 years ago
  47. f977bbc * Add tag so emacs knows it's a c++ file * Remove frivolous flyers by Chris Lattner · 23 years ago
  48. 1b40a1b Add tags so emacs knows these are C++ files by Chris Lattner · 23 years ago
  49. 8a17faa Remove extra space by Chris Lattner · 23 years ago
  50. 633bfa0 Remove ReversePostOrderTraversal declaration by Chris Lattner · 23 years ago
  51. 12a1634 * Don't predefine ReversePostOrderTraversal because it adds a dependence on vector by Chris Lattner · 23 years ago
  52. fd84023 Check opaque, abstract, and recursive type handling by Chris Lattner · 23 years ago
  53. fcc8897 NEw file by Chris Lattner · 23 years ago
  54. a361ba2c Moved functionality into the other constant pool stuff by Chris Lattner · 23 years ago
  55. dfbaf73 Follow the golden rule of the coding standards guide: Make the code look by Chris Lattner · 23 years ago
  56. 822b4fb The header file for a translation unit should always be included first by Chris Lattner · 23 years ago
  57. feb6059 A file should always include it's private header file *FIRST* see the by Chris Lattner · 23 years ago
  58. f4f4c87 Constant pool is eliminated by Chris Lattner · 23 years ago
  59. 93f7fec Add support for iteration through type graphs by Chris Lattner · 23 years ago
  60. 6dcf92a Remove support for const pool merging, which is obsolete now. by Chris Lattner · 23 years ago
  61. 454bd1f Annotations are now const by Chris Lattner · 23 years ago
  62. e88df63 Build lli first by Chris Lattner · 23 years ago
  63. 12ecac6 Symboltables are sorted in the bytecode, so no problems here! by Chris Lattner · 23 years ago
  64. bc7a95e Cleanup by Chris Lattner · 23 years ago
  65. 36bd82a Support abstract types Remove constant pool support by Chris Lattner · 23 years ago
  66. c038a2f Support a abstract, opaque, and recursive types by Chris Lattner · 23 years ago
  67. 2fd4413 Types and constnats are wierd objects in the symtabs by Chris Lattner · 23 years ago
  68. 9cb66f7 Modules must have a valid, nonnull type. Make them void by Chris Lattner · 23 years ago
  69. 7c43a0a Support new setName interface by Chris Lattner · 23 years ago
  70. e05bf2f * Support new setname interface * Add assertion for sanity checking by Chris Lattner · 23 years ago
  71. 531daef * Cnstants are now global objects by Chris Lattner · 23 years ago
  72. 6892b12 Support new setName itf by Chris Lattner · 23 years ago
  73. c0f483d Annotations are const objects now by Chris Lattner · 23 years ago
  74. 13b1f0c Types and constants are wierd things in symbol tables now by Chris Lattner · 23 years ago
  75. b70d82f * Eliminate reference to ConstantPool class by Chris Lattner · 23 years ago
  76. 78721d5 Constant pool is dead by Chris Lattner · 23 years ago
  77. 7365745 Constants are now global unique objects by Chris Lattner · 23 years ago
  78. 2f11a9d * Eliminate constant pool dependancies: * Eliminate DoRemoveUnusedConstants by Chris Lattner · 23 years ago
  79. 9b644cc * Supoprt global constants by Chris Lattner · 23 years ago
  80. 3116110 * Support global constants * Eliminate need for constant pool by Chris Lattner · 23 years ago
  81. 97b7311 annotations are now const by Chris Lattner · 23 years ago
  82. e8fdde1 * Emit bytecode using a deque instead of a vector to be faster by Chris Lattner · 23 years ago
  83. 1d670cc * Remove support for internal constant pool by Chris Lattner · 23 years ago
  84. 007377f * Assembly writer is not a module analyzer anymore by Chris Lattner · 23 years ago
  85. 30c8979 * Add support for forward referencing types by Chris Lattner · 23 years ago
  86. eb5ff8d Add support for forward referencing types by Chris Lattner · 23 years ago
  87. e1fe875 Add support for an opaque type by Chris Lattner · 23 years ago
  88. 85b0bb1 Remove #include of nonexistant header file by Chris Lattner · 23 years ago
  89. 9a29790 * Slot calc is now simpler and not based on module analyzer. by Chris Lattner · 23 years ago
  90. 5485bbe Module analyzer no longer has to iterate over constant pool by Chris Lattner · 23 years ago
  91. 8e195e0 Simplify code by eliminating need to hang onto constant pool references by Chris Lattner · 23 years ago
  92. 643afb3 * Fixed mapped_iterator to actually work with functors by Chris Lattner · 23 years ago
  93. e052815 Constant pools no longer exist by Chris Lattner · 23 years ago
  94. 9152a47 Eliminate DoConstantPoolMerging. ConstantPools no longer exist by Chris Lattner · 23 years ago
  95. 539a4bf You no longer have to delete constants! They are located in a global by Chris Lattner · 23 years ago
  96. 5f30d24 Annotations are now passed around as const objects by Chris Lattner · 23 years ago
  97. 3682164 Use a deque instead of a vector for greater efficiency writing bytecode by Chris Lattner · 23 years ago
  98. 740611a Clean stuff up. Types are not named, they are described by Chris Lattner · 23 years ago
  99. 4c4007b Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer by Chris Lattner · 23 years ago
  100. d5bbe38 Simplify analyzer by Chris Lattner · 23 years ago