1. 4645379 Added file header comment. by Misha Brukman · 21 years ago
  2. 238fb25 * No longer initialize the module, a subclass is more suitable to do this by Misha Brukman · 21 years ago
  3. 23219d1 Update file header for renamed file by Chris Lattner · 21 years ago
  4. 6ee548d Added doxygen comments for the streaming module provider. by Misha Brukman · 21 years ago
  5. 12c29d1 * Cleaned up code: by Misha Brukman · 21 years ago
  6. 2f00285 Added functions to perform streaming function loading, doxygenified comments. by Misha Brukman · 21 years ago
  7. 4f901d6 Converted tabs to spaces. by Misha Brukman · 21 years ago
  8. fdf148e Materialize the module before releasing it. by Misha Brukman · 21 years ago
  9. dd7036d Fix bugs in the last change by Chris Lattner · 21 years ago
  10. f98a084 Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll by Chris Lattner · 21 years ago
  11. 4611f72 new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  12. 51d6816 Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll by Chris Lattner · 21 years ago
  13. 21c6158 new testcase which crashes the inliner, thanks Bugpoint! by Chris Lattner · 21 years ago
  14. 22b9aab Credits now go into the top-level CREDITS.TXT by Misha Brukman · 21 years ago
  15. 763f5ae Credits are now in top-level CREDITS.TXT by Misha Brukman · 21 years ago
  16. b296160 Keep all the contributors in one place, instead of all over the code base. by Misha Brukman · 21 years ago
  17. 021c190 Squelch warning by Chris Lattner · 21 years ago
  18. 8bab27d Squelch warning by Chris Lattner · 21 years ago
  19. 6e27123 Minor cleanups: by Chris Lattner · 21 years ago
  20. e308f68 new testcase that crashes the C++ frontend, found by John by Chris Lattner · 21 years ago
  21. 4d436c1 Fix assertion so it doesn't not trip incorrectly. by Vikram S. Adve · 21 years ago
  22. bd353fb Use C++ math header instead of C version. by Brian Gaeke · 21 years ago
  23. 37bc4cc Erase now-unused prototypes. by Brian Gaeke · 21 years ago
  24. 874f423 Rearrange #includes ... since there are fewer now I guess it's a win. by Brian Gaeke · 21 years ago
  25. 5779ef2 Standardize the names of include guards. by Brian Gaeke · 21 years ago
  26. fdb2596 Standardize the names of include guards. Remove more excess whitespace. by Brian Gaeke · 21 years ago
  27. 6264fb7 Standardize the names of include guards. Fix typos in file header comment. by Brian Gaeke · 21 years ago
  28. 43ce8fe I tried to standardize the formatting and tidy up the huge amount of by Brian Gaeke · 21 years ago
  29. 4efe342 Convert PhyRegAlloc into a proper pass. by Brian Gaeke · 21 years ago
  30. 628bf09 Add prototype by Chris Lattner · 21 years ago
  31. 11fc930 Functions reachable from the arguments of unresolvable call nodes should by Chris Lattner · 21 years ago
  32. ec157b7 The Globals graph must become complete at the end of the BU phase! by Chris Lattner · 21 years ago
  33. 3b0a9be Do not mark incoming arguments to functions complete if the function is pointed to by a global in the globals graph by Chris Lattner · 21 years ago
  34. 26c4fc3 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 21 years ago
  35. 9970bf6 Don't consider incomplete nodes to be typesafe! by Chris Lattner · 21 years ago
  36. bab8c28 Remove trivially dead nodes was not removing nodes that were dead due to forwarding! by Chris Lattner · 21 years ago
  37. a2d51af Global variables with APPENDING linkage are very important to keep around! by Chris Lattner · 21 years ago
  38. 894263b Add special case handling for calloc and realloc by Chris Lattner · 21 years ago
  39. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 21 years ago
  40. 192cd9c Make this work better for constants that aren't necessarily in ANY graph, such as null pointers by Chris Lattner · 21 years ago
  41. 4c6d4d3 update dox by Chris Lattner · 21 years ago
  42. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  43. 8947071 Rename getEntryNode -> getEntryBlock() by Chris Lattner · 21 years ago
  44. ab4536e Minor cleanups, no functional changes by Chris Lattner · 21 years ago
  45. b912491 Cleanup header file by Chris Lattner · 21 years ago
  46. 75ebab8 Now that the TCE pass passes all of the tests, add it to GCCAS by Chris Lattner · 21 years ago
  47. d452ebd Fix a really obvious huge gaping bug, add a comment by Chris Lattner · 21 years ago
  48. 3fc6ef1 Expose the TCE pass by Chris Lattner · 21 years ago
  49. 2240d2b New transformation: tail recursion elimination by Chris Lattner · 21 years ago
  50. e420056 New testcase by Chris Lattner · 21 years ago
  51. f091a53 Fix header, fix broken friend decl by Chris Lattner · 21 years ago
  52. c182003 Fix bug: BasicAA/2003-09-19-LocalArgument.ll by Chris Lattner · 21 years ago
  53. 4acad5c New testcase that basicaa should be able to handle by Chris Lattner · 21 years ago
  54. bb37a69 Fix file header by Chris Lattner · 21 years ago
  55. 5175715 Unsquishify by Chris Lattner · 21 years ago
  56. 7892549 Keep track of the number of typed/untyped memory accesses theyre are in the program by Chris Lattner · 21 years ago
  57. f430434 New header file for gccld. by John Criswell · 21 years ago
  58. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 21 years ago
  59. 095e907 Reject "llvm." as a function name by Chris Lattner · 21 years ago
  60. 62a355c Implement InstCombine/and.ll:test(15|16) by Chris Lattner · 21 years ago
  61. 0daee35 Two new tests for shifts followed by ands by Chris Lattner · 21 years ago
  62. bd7b5ff pull a large nested conditional out into its own function by Chris Lattner · 21 years ago
  63. 9d5890d Implement InstCombine/add.ll:test(15|16) by Chris Lattner · 21 years ago
  64. b55650a New testcases by Chris Lattner · 21 years ago
  65. c6a200e a bitfield stress test to exercise various parts of the front-end. by Chris Lattner · 21 years ago
  66. 4b6e5d1 Changed the empty rule for .h files. The rule needs an empty command so that by John Criswell · 21 years ago
  67. 79c9803 Fix a typo in Sparc.cpp. by Brian Gaeke · 21 years ago
  68. b92c5c0 Rename the pass creator fn to mimic the other creator fn names. by Brian Gaeke · 21 years ago
  69. 866dc1d Fix (and properly doxygenify) some comments. Incorporate by Brian Gaeke · 21 years ago
  70. bb7cd97 Make the symbol prologue/epilogue stuff redundant with MappingInfo, in by Brian Gaeke · 21 years ago
  71. dc0de4f Refactored gccld into three C++ source files. by John Criswell · 21 years ago
  72. 521f1fe Minimal implementation of the abstract ModuleProvider interface. by Misha Brukman · 21 years ago
  73. b580232 Abstract interface for module providers, e.g. streaming bytecode reader. by Misha Brukman · 21 years ago
  74. 7b44755 Document new column by Chris Lattner · 21 years ago
  75. 6eba07a Fixed spelling. by Misha Brukman · 21 years ago
  76. a589d31 Replaced the call to strdup() with a new operator followed by a strcpy(). by John Criswell · 21 years ago
  77. 83ca6ec Added the use of the const keyword. by John Criswell · 21 years ago
  78. e5b3e15 In ExecWait(), made the child process exit if it can't execve() the new by John Criswell · 21 years ago
  79. f1d01fb Added sections about debugging mis-compilations and incorrect code generation. by Misha Brukman · 21 years ago
  80. 0bb806b Do not put DEBUG() guard around error condition; this must *always* be printed. by Misha Brukman · 21 years ago
  81. 4104f23 Fix the flag on `rm' to properly do a recursive deletion. by Misha Brukman · 21 years ago
  82. 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 21 years ago
  83. 621727c Removed the use of the environ variable and instead use the environment array by John Criswell · 21 years ago
  84. e9ba8b3 Added the ExecWait() function. by John Criswell · 21 years ago
  85. 5afb5f6 Added the ExecWait() function. It executes a program with the specified by John Criswell · 21 years ago
  86. 35f474a fix misspelling analyse -> analyze by Chris Lattner · 21 years ago
  87. 58ebcd0 Renamed the link page to llvmlink.html by John Criswell · 21 years ago
  88. dd408e1 new old testcase by Chris Lattner · 21 years ago
  89. 79f03d3 Use new method by Chris Lattner · 21 years ago
  90. 0981b62 Change the semancics of the dropallrefs method by Chris Lattner · 21 years ago
  91. 0c448e5 Add new deleteBody method by Chris Lattner · 21 years ago
  92. dabaf7d Added the -native option. by John Criswell · 21 years ago
  93. d16afe9 Updated the name of the linker to llvm-link. by John Criswell · 21 years ago
  94. cc83834 Fix bug raising allocations whose call sites were invoke instructions. by Chris Lattner · 21 years ago
  95. 1cbcd0f This is effectively a complete rewrite of the globaldce algorithm, resulting by Chris Lattner · 21 years ago
  96. c86e84b Add missing apostrophe. It's been bugging me for years. by Brian Gaeke · 21 years ago
  97. ddb7b4e Regenerated configure with Misha's changes. by John Criswell · 21 years ago
  98. 305f02d Fix typo in comment. Take out some random whitespace. by Brian Gaeke · 21 years ago
  99. e655a63 These transitional scripts are no longer necessary, no one should have `as' or by Misha Brukman · 21 years ago
  100. d0534a8 Edit comment for accuracy by Brian Gaeke · 21 years ago