1. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  2. a23c066 Implement the LLVM_DO_NOT_BUILD feature. If a file of that name is by Reid Spencer · 20 years ago
  3. 2a0cd9c Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll by Chris Lattner · 20 years ago
  4. d5e4e17 This testcase causes the instruction combiner to go spiraling into by Chris Lattner · 20 years ago
  5. 833408d Move method out of line by Chris Lattner · 20 years ago
  6. b29dd0f Move method out of line for better ICC support by Chris Lattner · 20 years ago
  7. 2c20ef5 Properly extern this. by Chris Lattner · 20 years ago
  8. d828e34 Define the pointer hash struct before the string one, to improve compatibility by Chris Lattner · 20 years ago
  9. 0b5b5e9 The noreturn GCC extension is now supported. Fixed some minor typos. by John Criswell · 20 years ago
  10. b2abb26 Turn this error back into a warning, fixing the povray regression by Chris Lattner · 20 years ago
  11. 61db465 Test commit by Chris Lattner · 20 years ago
  12. e47fd7d Build the man and ps versions of the command guide as well when by Reid Spencer · 20 years ago
  13. 12d0cbc ignore generated file by Chris Lattner · 20 years ago
  14. 00af662 Mark this as an XFAIL until a fix is worked out. by Alkis Evlogimenos · 20 years ago
  15. 79445ba Fixed broken link to Bruce Eckle's book. by Tanya Lattner · 20 years ago
  16. 78537e4 Fixed a broken link to gcc manual. by Tanya Lattner · 20 years ago
  17. 014e5f5 Fixed broken link. by Tanya Lattner · 20 years ago
  18. 54dc8b2 Fixed broken links. by Tanya Lattner · 20 years ago
  19. d9eceee Mention in the exposition that lli can JIT on PowerPC now. by John Criswell · 20 years ago
  20. a34e65d We don't have python test classes anymore. by John Criswell · 20 years ago
  21. 079e945 Add llvm-ld tool Note that both llvmc and llvm-ld are experimental in 1.4 by Reid Spencer · 20 years ago
  22. 3d8ba51 Minor fixups. by John Criswell · 20 years ago
  23. faaeca2 Fixed typo in Dejagnu section. by Tanya Lattner · 20 years ago
  24. cc85da0 Removed QMTest reference. by Tanya Lattner · 20 years ago
  25. d10bc6e Removed QMTest reference. by Tanya Lattner · 20 years ago
  26. 8f18724 Removed QMTest referrences. Updated ordering of notes. by Tanya Lattner · 20 years ago
  27. c4ef3f2 Fix spell'os. by John Criswell · 20 years ago
  28. 3281ead Move documentation for various configuration options applicabe only to the by Reid Spencer · 20 years ago
  29. 66db92e Various 1.4ish corrections and additions. by Reid Spencer · 20 years ago
  30. 687d5e5 Update the version numbers of the pre-built LLVM GCC frontends. by John Criswell · 20 years ago
  31. 997715f Fix llvmgcc to use the TestRunner substition mechanism. by John Criswell · 20 years ago
  32. 207a6e9 xfail this across all platforms. by John Criswell · 20 years ago
  33. 129f94e * Change version numbers of tarballs from 1.3 to 1.4 by Reid Spencer · 20 years ago
  34. 1d875b8 Work correctly with MSVC and ICC, patch contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
  35. fe78165 Work correctly with ICC, Patch contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
  36. c4b09ba Add descriptions of missing top level directories. by Reid Spencer · 20 years ago
  37. 6d8dbec Add support for compilers with arg dependent name lookup, contributed by by Chris Lattner · 20 years ago
  38. 17a213a Add support for compilers without argument dependent name lookup, contributed by Chris Lattner · 20 years ago
  39. 194ca80 Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
  40. f2fd400 Remove unneeded class qualifier, contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
  41. f08e961 Add regression by Alkis Evlogimenos · 20 years ago
  42. 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
  43. 6318456 Make an alternate version of this Makefile that can be used in an by Reid Spencer · 20 years ago
  44. 519799e Remove -Woverloaded-virtual usage that was committed by accident. by Reid Spencer · 20 years ago
  45. 2e2035b Remove variables that are not used by any of the LLVM makefiles by Reid Spencer · 20 years ago
  46. 8f4102d Remove useless -L switch now that gccld -link-as-library bug is fixed. by Reid Spencer · 20 years ago
  47. 57ebabe Use getOperand() and remove getElementAt() function. by Alkis Evlogimenos · 20 years ago
  48. d37a75b Revert this disgusting hack, John has a much nicer solution by Chris Lattner · 20 years ago
  49. a6a2bdd Add a disgusting hack to work around a libstdc++ issue. This code should by Chris Lattner · 20 years ago
  50. e36ae66 This test is xfail right now, to keep DJ clean, also mention the PR# in testcases. by Chris Lattner · 20 years ago
  51. e09ca64 * Eliminate redundancies * Fix grammaro's * HTML 4.01 Strict compliance by Reid Spencer · 20 years ago
  52. 791a959 For PR387:\ Add doInitialization method to avoid overloaded virtuals by Reid Spencer · 20 years ago
  53. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 20 years ago
  54. ce20771 For PR387:\ by Reid Spencer · 20 years ago
  55. 7506b1d Commit the cleanup of the LLVM 1.4 release notes. This should clearly go by Chris Lattner · 20 years ago
  56. 574cdb3 Revert the recent patches to "fix" ConstantFP::isValueValidForType. None by Reid Spencer · 20 years ago
  57. e243259 Provide a missing header file. by Reid Spencer · 20 years ago
  58. 79457c7 Fix some comments. by Reid Spencer · 20 years ago
  59. eb61d60 Fix check for valid floats. Also use and HUGE_VALF instead by Alkis Evlogimenos · 20 years ago
  60. 80ad87d Move virtual function call out of loop to speed up getFreePhysReg by about by Nate Begeman · 20 years ago
  61. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  62. ead87b6 For PR387: Make this compile without warning when -Woverloaded-virtual is used. by Reid Spencer · 20 years ago
  63. 4e69a5b PR409 fixed. by Reid Spencer · 20 years ago
  64. b9ce8b3 For PR409: \ by Reid Spencer · 20 years ago
  65. 9f9b3ac For PR409: \ by Reid Spencer · 20 years ago
  66. 441c3cf This test still fails on Darwin and Sparc/Solaris. by John Criswell · 20 years ago
  67. 66e10ab Test case for PR409: by Reid Spencer · 20 years ago
  68. 06c2e66 Remove the last pieces of QMTest. by John Criswell · 20 years ago
  69. 51e615f Revert previous changes to remove -enable-linscan and the *BETA columns of by Reid Spencer · 20 years ago
  70. 2e4cdbf Rather than break all the nightly test invocations, permit -enable-linscan by Reid Spencer · 20 years ago
  71. c537224 Remove LLC-BETA and linear scan options as they are no longer reported. by Reid Spencer · 20 years ago
  72. 135e1d8 Change check to check-local per Makefile.rules changes. by Reid Spencer · 20 years ago
  73. d8489c7 Upgrade documentation to reflect Makefile.rules changes. by Reid Spencer · 20 years ago
  74. 9e8d54a Add the check target so all projects can have this functionality. by Reid Spencer · 20 years ago
  75. 0fa2c54 Remove the check target. Its now in Makefile.rules by Reid Spencer · 20 years ago
  76. 5026c7f Added DejaGNU information to the testing guide. This should go into the 1.4 release. by Tanya Lattner · 20 years ago
  77. b3b05ed PR139 fixed. by Reid Spencer · 20 years ago
  78. 43962b5 Add accessors for Constants in a ConstantStruct. by Alkis Evlogimenos · 20 years ago
  79. c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
  80. 8bcd050 Make use of the LLVMGCCStdCXXLibDir variable to link objects by Reid Spencer · 20 years ago
  81. 4bdf1c9 Fix PR139: \ Implement LinkItems and BuildLinkItems interfaces. by Reid Spencer · 20 years ago
  82. f580546 Fix PR139: \ Add support for ordered linking with the LinkItems function by Reid Spencer · 20 years ago
  83. 9b81d9c Describe the MODULE_NAME control variable by Reid Spencer · 20 years ago
  84. 4362003 Provide a variable to compute where the libstdc++.a is by Reid Spencer · 20 years ago
  85. 5e9a501 Suggest people run cvs up -P -d after checking out the tree so they don't by Chris Lattner · 20 years ago
  86. e518b71 Properly implement a fix for PR475 by Chris Lattner · 20 years ago
  87. 2969ba4 Make this test actually capable of passing. by Chris Lattner · 20 years ago
  88. 6d316f8 Revert this patch, it broke a ton of programs. by Chris Lattner · 20 years ago
  89. 3150e2d Move lower intrinsics before FP constant emission, in case by Chris Lattner · 20 years ago
  90. bf90a5b Change this test to not require execution of the program. by Chris Lattner · 20 years ago
  91. 333529e When printing out a function, make sure that local and global symbols by Chris Lattner · 20 years ago
  92. caa4ae7 Add a new method by Chris Lattner · 20 years ago
  93. 637b772 Fix typeo by Chris Lattner · 20 years ago
  94. c2e63a2 New testcase for the bug affecting 255.vortex in CBE mode. by Chris Lattner · 20 years ago
  95. 5978485 Correct build script for stkr_runtime module by Reid Spencer · 20 years ago
  96. 9f60a49 Build a module instead of a library so main() is not missed by Reid Spencer · 20 years ago
  97. 42f006c Make a const method const by Reid Spencer · 20 years ago
  98. 7980ea4 Add ability to make a single bytecode module from others by Reid Spencer · 20 years ago
  99. 5b554ad Remove unneeded code by Alkis Evlogimenos · 20 years ago
  100. 9d272d4 Fix PR475. by Alkis Evlogimenos · 20 years ago