1. 4bdf1c9 Fix PR139: \ Implement LinkItems and BuildLinkItems interfaces. by Reid Spencer · 20 years ago
  2. f580546 Fix PR139: \ Add support for ordered linking with the LinkItems function by Reid Spencer · 20 years ago
  3. 9b81d9c Describe the MODULE_NAME control variable by Reid Spencer · 20 years ago
  4. 4362003 Provide a variable to compute where the libstdc++.a is by Reid Spencer · 20 years ago
  5. 5e9a501 Suggest people run cvs up -P -d after checking out the tree so they don't by Chris Lattner · 20 years ago
  6. e518b71 Properly implement a fix for PR475 by Chris Lattner · 20 years ago
  7. 2969ba4 Make this test actually capable of passing. by Chris Lattner · 20 years ago
  8. 6d316f8 Revert this patch, it broke a ton of programs. by Chris Lattner · 20 years ago
  9. 3150e2d Move lower intrinsics before FP constant emission, in case by Chris Lattner · 20 years ago
  10. bf90a5b Change this test to not require execution of the program. by Chris Lattner · 20 years ago
  11. 333529e When printing out a function, make sure that local and global symbols by Chris Lattner · 20 years ago
  12. caa4ae7 Add a new method by Chris Lattner · 20 years ago
  13. 637b772 Fix typeo by Chris Lattner · 20 years ago
  14. c2e63a2 New testcase for the bug affecting 255.vortex in CBE mode. by Chris Lattner · 20 years ago
  15. 5978485 Correct build script for stkr_runtime module by Reid Spencer · 20 years ago
  16. 9f60a49 Build a module instead of a library so main() is not missed by Reid Spencer · 20 years ago
  17. 42f006c Make a const method const by Reid Spencer · 20 years ago
  18. 7980ea4 Add ability to make a single bytecode module from others by Reid Spencer · 20 years ago
  19. 5b554ad Remove unneeded code by Alkis Evlogimenos · 20 years ago
  20. 9d272d4 Fix PR475. by Alkis Evlogimenos · 20 years ago
  21. bb622c8 Match codegen string better by Alkis Evlogimenos · 20 years ago
  22. 84da5a6 Add testcast for bug475 by Alkis Evlogimenos · 20 years ago
  23. 9214a47 Darwin and solaris don't support echo -e. This should get the test passing by Chris Lattner · 20 years ago
  24. bf16b8c This fails due to the sun headers. by Chris Lattner · 20 years ago
  25. 70d61bc This test passes on all platforms by Chris Lattner · 20 years ago
  26. 40cc75a These tests pass on darwin now that the __ thing is fixed. by Chris Lattner · 20 years ago
  27. ed2040d Failing Feature/Regression test should fail the build by Reid Spencer · 20 years ago
  28. 98880b9 Use the FAKE_SOURCES feature for proper distribution of contents by Reid Spencer · 20 years ago
  29. 3d2162f Distribute headers and license files too by Reid Spencer · 20 years ago
  30. 345235ca Getting dist-check to work:\ by Reid Spencer · 20 years ago
  31. d5aaba1 CVS directory elimination moved to Makefile.rules by Reid Spencer · 20 years ago
  32. 3c39127 Provide more information in the error message that occurs when there are by Reid Spencer · 20 years ago
  33. b8e825b Print out something useful instead of a blank table when the external tests by Reid Spencer · 20 years ago
  34. 129baf6 Check in some patches for better assertions by Chris Lattner · 20 years ago
  35. 6a1a78a This patch prevents an infinite recursion while compiling 103.su2cor. by Chris Lattner · 20 years ago
  36. edcc6b1 Move the dejagnu section to immediately before the 'trends' section. by Chris Lattner · 20 years ago
  37. 4b6b44c Remove last remnants of qmtest stuff by Chris Lattner · 20 years ago
  38. ffbc58d Update the win32 project files, contributed by Morton Ofstad! by Chris Lattner · 20 years ago
  39. c8ef1ed Fix linkage of mismatched weak globals. This unbreaks 300.twolf by Chris Lattner · 20 years ago
  40. 3149ba7 Use the install-bytecode target to install just the bytecode libs into by Reid Spencer · 20 years ago
  41. 0e2f492 Clean feature also by Chris Lattner · 20 years ago
  42. 59a8655 Run dejagnu by default. by Tanya Lattner · 20 years ago
  43. 056ec06 Removed QMTest functions. The nightly tester no longer runs qmtest. It now runs dejagnu by default and you must turn it off using -nodejagnu. by Tanya Lattner · 20 years ago
  44. 9f97b4c Made it default to check instead of check-dejagnu. by Tanya Lattner · 20 years ago
  45. 02dce16 Do not allow bytecode files with unresolved references to be read. Doing by Chris Lattner · 20 years ago
  46. 368cb8e Fix compilation error on Darwin. by Chris Lattner · 20 years ago
  47. 4f4cf99 Check if a block has a terminator first before calling front() on by Alkis Evlogimenos · 20 years ago
  48. 8b42b43 Make error msg reflect what exactly went wrong. by Alkis Evlogimenos · 20 years ago
  49. ead1b3f Prevent accessing past the end of the intervals vector, this fixes by Chris Lattner · 20 years ago
  50. 43ee293 Use the standard PR### notation for referencing bugs in bugzilla by Misha Brukman · 20 years ago
  51. 4f5659e Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually by Misha Brukman · 20 years ago
  52. 3b53a26 Documentation which contains smileys won't be taken seriously by some people. by Misha Brukman · 20 years ago
  53. ff52f9c Update for changes to check targets. by Chris Lattner · 20 years ago
  54. 237dc2a * Link to the license file from release 1.3 (should we link to CVS version by Misha Brukman · 20 years ago
  55. 642d102 check is now a single colon rule. Also make it default to running dejagnu instead of qmtest by Chris Lattner · 20 years ago
  56. 672d71d Remove all recursive check support from Makefile.rules by Chris Lattner · 20 years ago
  57. e539a2b Remove extraneous space in link by Misha Brukman · 20 years ago
  58. b929de2 Remove darwin specific majik by Chris Lattner · 20 years ago
  59. 28dabf7 Move darwin-specific majik here. by Chris Lattner · 20 years ago
  60. aee38ea Significantly rework linker support for global variables, allowing it to by Chris Lattner · 20 years ago
  61. 68fa3cc Removed QMTests as I will be zapping them soon. by John Criswell · 20 years ago
  62. 7dc0282 'make check' at the top level shouldn't recurse through the sourcedirs by Chris Lattner · 20 years ago
  63. 44cb1b3 Resurrect the install-bytecode target for installing just the bytecode by Reid Spencer · 20 years ago
  64. f0db7a9 Do not multiply define symbol by Chris Lattner · 20 years ago
  65. 14d6b75 Bug fixed by Chris Lattner · 20 years ago
  66. cc16a8e Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and PR472 by Chris Lattner · 20 years ago
  67. 8430182 new testcase for PR472 by Chris Lattner · 20 years ago
  68. dd0ecf6 Implement stripping of debug symbols, making the --strip-debug options in by Chris Lattner · 20 years ago
  69. 82bd0c5 Fixed typo. by John Criswell · 20 years ago
  70. 33306c0 Do not look here for elegance. by Chris Lattner · 20 years ago
  71. 1d65645 This code rotted - change it to call abort() until someone wants by Brian Gaeke · 20 years ago
  72. 776b805 Pass -strip-debug to gccas when bytecode libraries are being built. by Reid Spencer · 20 years ago
  73. 40add59 Add -strip-debug option remove the temporary -disable-dse option by Chris Lattner · 20 years ago
  74. f3fa55f When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special. by Tanya Lattner · 20 years ago
  75. 223d4c4 Fix a regression caused by the previous patch by Chris Lattner · 20 years ago
  76. c60c334 These lookup symbols with leading underscores, which currently fails in by John Criswell · 20 years ago
  77. f8f70c1 Adjust to change in pass name by Chris Lattner · 20 years ago
  78. 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
  79. e3ad43c Initial reimplementation of the -strip pass, with a stub for implementing -S by Chris Lattner · 20 years ago
  80. 6992afc This pass is moving to lib IPO by Chris Lattner · 20 years ago
  81. 92f6c15 Move the strip pass from Scalar to IPO lib by Chris Lattner · 20 years ago
  82. b0ea864 Quiet! by Chris Lattner · 20 years ago
  83. ad79198 The stripping pass as we know it is about to disappear by Chris Lattner · 20 years ago
  84. ced06b7 Reverting revision 1.209. by John Criswell · 20 years ago
  85. 06a60f5 Add a note by Chris Lattner · 20 years ago
  86. 45de191 Spill/restore X86 floating point stack registers with 64-bits of precision by Chris Lattner · 20 years ago
  87. 3986924 Consider 64-bit registers to be FP as well. by Chris Lattner · 20 years ago
  88. 0da7f49 Document beta pass by Chris Lattner · 20 years ago
  89. 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
  90. be0b356 PR466: by Reid Spencer · 20 years ago
  91. 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
  92. f5b7098 For PR466: by Reid Spencer · 20 years ago
  93. 9a2f137 For PR466: by Reid Spencer · 20 years ago
  94. 3298f87 Remove this left-over crud from the automake experiment. by Reid Spencer · 20 years ago
  95. 0de66b5 Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 20 years ago
  96. 86ac2dc Fix seriously broken implementation of GetMagicNumber. by Reid Spencer · 20 years ago
  97. fc757b5 Search for tclsh last so we don't find the FreeBSD warning script too early by Reid Spencer · 20 years ago
  98. 104298d Search for tclsh last so we don't find the FreeBSD warning script. by Reid Spencer · 20 years ago
  99. ad7654f Reworked branch adding in prologue. Added check for infinite loops which are not modulo scheduled. by Tanya Lattner · 20 years ago
  100. fa07e4f Implement a FIXME by checking to make sure that a malloc is not being used by Chris Lattner · 20 years ago