1. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 21 years ago
  2. 2d9d4e7 Update release notes for PR86 and C++ support by Chris Lattner · 21 years ago
  3. 4a83088 Factor out some duplicated code, implement the rest of the cases in by Chris Lattner · 21 years ago
  4. de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 21 years ago
  5. b307c88 Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's by Chris Lattner · 21 years ago
  6. ea9403f Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly all of the other known problems in the universe. by Chris Lattner · 21 years ago
  7. 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 21 years ago
  8. 1ca2a58 Finegrainify namespacification Add new -print-cfg-only pass by Chris Lattner · 21 years ago
  9. 1301515 verifyFunction depends on dominator info, which levelraise does not declare by Chris Lattner · 21 years ago
  10. 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 21 years ago
  11. 5211296 New testcase for PR86 by Chris Lattner · 21 years ago
  12. ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 21 years ago
  13. c54735e Fix a glaring bug by Chris Lattner · 21 years ago
  14. 88d3e03 Realize the gep P, <zeros> must aliases P. This is a partial fix for PR 86 by Chris Lattner · 21 years ago
  15. 8639145 With Brian's change to AA.h we can now clean out this uglyness by Chris Lattner · 21 years ago
  16. 8e32f5e IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h by Brian Gaeke · 21 years ago
  17. fc188b9 IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h by Brian Gaeke · 21 years ago
  18. f19ae4c Separate out target for cleaning up qmtest garbage. by Brian Gaeke · 21 years ago
  19. a6ffa54 Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?) by Brian Gaeke · 21 years ago
  20. 7538469 Stop laughing Misha by Chris Lattner · 21 years ago
  21. 3c09636 In getObjectType(), doxygenify comment, and take a pointer to the by Brian Gaeke · 21 years ago
  22. 27f7a71 Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a by Brian Gaeke · 21 years ago
  23. dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 21 years ago
  24. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 21 years ago
  25. f5ba89d This appears to fix Bug 172 and does not break any other feature tests or by John Criswell · 21 years ago
  26. 7d3ced9 Fix bug: LICM/sink_multiple_exits.ll by Chris Lattner · 21 years ago
  27. df45bd3 Don't allow dead instructions to stop sinking early. by Chris Lattner · 21 years ago
  28. 88369d2 Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx by Chris Lattner · 21 years ago
  29. da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  30. dead993 Finegrainify namespacification Fix bug: LowerInvoke/2003-12-10-Crash.llx by Chris Lattner · 21 years ago
  31. 7d10417 new testcase by Chris Lattner · 21 years ago
  32. 2998d3f Fixed a comma error. by John Criswell · 21 years ago
  33. 265f0ec Support 'make install' for LLVM include files. by Brian Gaeke · 21 years ago
  34. 0284a42 Upon Chris's suggestion, moved the #ifdef's to the generated C code. by John Criswell · 21 years ago
  35. ba4f3f6 Finegrainify namespacification by Chris Lattner · 21 years ago
  36. 01b2d61 Fixed the CBE on Solaris/Sparc. We need to define the return value of by John Criswell · 21 years ago
  37. 7277826 New testcase by Chris Lattner · 21 years ago
  38. 66ea98e Finegrainify namespacification by Chris Lattner · 21 years ago
  39. baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 21 years ago
  40. e3cfe8d Simplify code by Chris Lattner · 21 years ago
  41. f594a03 Avoid performing two identical lookups when one will suffice by Chris Lattner · 21 years ago
  42. 0ed2da9 Make LICM itself a bit more efficient, and make the generated code more efficient too: don't insert a store in every exit block, because a particular block may be exited to more than once by a loop by Chris Lattner · 21 years ago
  43. 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 21 years ago
  44. 381bf79 Finegrainify namespacification by Chris Lattner · 21 years ago
  45. 9a4f8ef Finegrainify namespacification Provide a context module to WriteAsOperand by Chris Lattner · 21 years ago
  46. a84962c Added the --host= option to the Sparc configuration directions. by John Criswell · 21 years ago
  47. 61eae03 Dummy implementation of the pthread library. by John Criswell · 21 years ago
  48. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 21 years ago
  49. a270651 Implement instruction sinking out of loops. This still can do a little bit by Chris Lattner · 21 years ago
  50. 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 21 years ago
  51. 47c1b6d Don't assume that system headers define 'uint' or 'ulong' as types. by Brian Gaeke · 21 years ago
  52. c745b49 Fix apparent copy-and-paste-o. by Brian Gaeke · 21 years ago
  53. 44909cf Add support for installing tool executables. by Brian Gaeke · 21 years ago
  54. 5339ada Add installation directories and commands, standardly provided by configure. by Brian Gaeke · 21 years ago
  55. a8d9c83 Yet another hard testcase by Chris Lattner · 21 years ago
  56. 010ba10 Do not insert one entry PHI nodes in split exit blocks! by Chris Lattner · 21 years ago
  57. 73d8d55 Check in the llvm-native-gcc script, which I use in the process of by Brian Gaeke · 21 years ago
  58. d0069a0 Add a new testcase which breaks the sinker because the loop canonnicalization by Chris Lattner · 21 years ago
  59. caef3cc Fix buggy test by Chris Lattner · 21 years ago
  60. 87d9e69 New testcase for sinking operations from loops with multiple exits by Chris Lattner · 21 years ago
  61. 8f25f46 Make the test a bit harder so that we test to ensure that _both_ instructions by Chris Lattner · 21 years ago
  62. ed6dfc2 Refactor code a little bit, eliminating the gratuitous InstVisitor, which by Chris Lattner · 21 years ago
  63. 92094b4 Fine grainify namespacification by Chris Lattner · 21 years ago
  64. 2faadda New testcases for LICM improvement: code sinking. by Chris Lattner · 21 years ago
  65. 612ac2d Improve portability with Mac OS/X by Chris Lattner · 21 years ago
  66. 16442cb Improve testcase portability on OS/X by Chris Lattner · 21 years ago
  67. bb9fc2c New testcase that is not actually handled yet, but should be in the future. by Chris Lattner · 21 years ago
  68. aa2a47d Added the -h option for compatibility with other linkers. by John Criswell · 21 years ago
  69. 6c3a21a Whoops, forgot to check this in. :) by Chris Lattner · 21 years ago
  70. cf2f892 Implement: TailCallElim/accum_recursion_constant_arg.ll by Chris Lattner · 21 years ago
  71. 543d622 Implement: test/Regression/Transforms/TailCallElim/accum_recursion.ll by Chris Lattner · 21 years ago
  72. 62d0f73 New testcase for automatic insertion of accumulator variables to eliminate by Chris Lattner · 21 years ago
  73. 1b9ce47 Add a missing semi colon, which breaks bison 1.5 by Chris Lattner · 21 years ago
  74. b5da746 Simplify makefiles by just explicitly listing directories by Chris Lattner · 21 years ago
  75. 5507284 Updated build instructions for Sparc. by John Criswell · 21 years ago
  76. ea0ac1f Fixed the dynamic generation of the list of subdirectories to compile. by John Criswell · 21 years ago
  77. e63fc8b implement method by Chris Lattner · 21 years ago
  78. 38f0eba Use the new method, though noone currently implements it any better than before by Chris Lattner · 21 years ago
  79. 18cb4c3 add two new virtual functions: by Chris Lattner · 21 years ago
  80. c19aade Finegrainify namespacification by Chris Lattner · 21 years ago
  81. 0c82ee7 Makefile updates contributed by Reid by Chris Lattner · 21 years ago
  82. 296b2e6 New bug by Chris Lattner · 21 years ago
  83. c99ba9f `effect' is the noun, `affect' is the verb. by Misha Brukman · 21 years ago
  84. e11700b New testcase for PR165 by Chris Lattner · 21 years ago
  85. 8a0b924 Add note about sucky suse compiler by Chris Lattner · 21 years ago
  86. 7152da3 Cleanup and restructure the code to make it easier to read and maintain. by Chris Lattner · 21 years ago
  87. 63c08be New testcase, this should be -tailcallelim'inated by Chris Lattner · 21 years ago
  88. a08bca9 Since ssaification of the varargs builtings, the vaarg instruction no longer by Chris Lattner · 21 years ago
  89. 4768dc5 Regenerated using autoheader-2.57 by Brian Gaeke · 21 years ago
  90. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago
  91. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 21 years ago
  92. 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 21 years ago
  93. eb12cd6 Implement RaiseAllocations/FreeCastConstantExpr.ll by Chris Lattner · 21 years ago
  94. 120fb19 New testcase that the raiseallocations pass should be able to handle. by Chris Lattner · 21 years ago
  95. 67b1e1b * Finegrainify namespacification by Chris Lattner · 21 years ago
  96. eae45cf The recalclulate method was a nasty hack that was once used by the -cee pass, by Chris Lattner · 21 years ago
  97. 16addf8 Completely rewrite domset, idom, and domtree implementation. Now it is based by Chris Lattner · 21 years ago
  98. 31b9353 Rewrite dominators implementation. Now domset is constructed from immdom, by Chris Lattner · 21 years ago
  99. cd7c287 Finegrainify namespacification by Chris Lattner · 21 years ago
  100. 677d027 Move this method out of the generic dominators calculation code by Chris Lattner · 21 years ago