1. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 20 years ago
  2. 721d9aa For PR351: by Reid Spencer · 20 years ago
  3. a477583 For PR351: No need for Unix/SUS/Process.cpp any more, just ifdef it. by Reid Spencer · 20 years ago
  4. df52c9a For PR351: by Reid Spencer · 20 years ago
  5. ab5eaea For PR351: by Reid Spencer · 20 years ago
  6. e6b77ed For PR351: by Reid Spencer · 20 years ago
  7. 9a5c432 Wrap long lines by Reid Spencer · 20 years ago
  8. 9a55e85 For PR351: by Reid Spencer · 20 years ago
  9. 210b32b * Use "" for LLVM include files, not <> by Misha Brukman · 20 years ago
  10. 5743141 Make this compile on Solaris. by Brian Gaeke · 20 years ago
  11. 6782835 Use <> for system #include files by Misha Brukman · 20 years ago
  12. 5d112c4 Make references to 'struct sigaction' compile under Solaris. by Brian Gaeke · 20 years ago
  13. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  14. 2a7d9e9 For PR351: by Reid Spencer · 20 years ago
  15. 41394ec For PR351: Add a needed include. by Reid Spencer · 20 years ago
  16. b31baa8 For PR351: by Reid Spencer · 20 years ago
  17. a434805 For PR351: by Reid Spencer · 20 years ago
  18. 7eae81d For PR351: by Reid Spencer · 20 years ago
  19. 2418bf9 For PR351: Turn path instance variables into sys::Path instead of std::string by Reid Spencer · 20 years ago
  20. fd33568 For PR351: by Reid Spencer · 20 years ago
  21. d80e1d5 Add llc project to Visual Studio by Jeff Cohen · 20 years ago
  22. 0a69186 Add lli project to Visual Studio by Jeff Cohen · 20 years ago
  23. 91c3e2d Enable browse information in Visual Studio by Jeff Cohen · 20 years ago
  24. 7897b72 Improve dependency management for lib/system/win32/* files. Instead of copying the by Jeff Cohen · 20 years ago
  25. f339721 Don't forget about release configuration... by Jeff Cohen · 20 years ago
  26. 530f887 Rationalize warning suppression. First, 64-bit portability warnings are disabled. The by Jeff Cohen · 20 years ago
  27. 06c06db sys::CopyFile returns void and throws an exception on error which will be by Reid Spencer · 20 years ago
  28. b2d8c36 sys::CopyString throws an exception on error which will be caught by gccld by Reid Spencer · 20 years ago
  29. f8cdb85 Fix win32 breakage by Jeff Cohen · 20 years ago
  30. 1bd2653 The CopyFile function got moved into the sys namespace. by Reid Spencer · 20 years ago
  31. 3874730 Correct the name of the method. CopyFiles -> CopyFile. by Reid Spencer · 20 years ago
  32. 6b4f501 Remove unused enum value by Chris Lattner · 20 years ago
  33. a2dfbf9 Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests. by Tanya Lattner · 20 years ago
  34. 6b4bd6b Move the #include of sys/stat.h inside the linux "hack" for the stat by Reid Spencer · 20 years ago
  35. 84c556e Remove unused #include by Chris Lattner · 20 years ago
  36. 382343d Only #include sys/stat.h if we're on linux where we have the PR274 problem. by Reid Spencer · 20 years ago
  37. feeeb30 Make this testcase a bit more challanging by Chris Lattner · 20 years ago
  38. 41925f8 Actually overload the virtual method. This fixes by Chris Lattner · 20 years ago
  39. dbd4f10 Change the test to check to see that CSE happens not dead call elim by Chris Lattner · 20 years ago
  40. fb752ba Make code fit in 80 cols by Chris Lattner · 20 years ago
  41. 9141f03 Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT by Reid Spencer · 20 years ago
  42. 691b3a1 Fix this file to actually work. ifneq was incorrectly used. Subtract out by Reid Spencer · 20 years ago
  43. f13a269 Describe the new "reconfigure" and "spotless" targets. by Reid Spencer · 20 years ago
  44. 39b7363 Complete the implementation of the spotless rule and make it not depend on by Reid Spencer · 20 years ago
  45. 30b9746 Makefile.JIT doesn't exist any more so it doesn't need to be distributed. by Reid Spencer · 20 years ago
  46. a442107 Disable bugpoint and llvm-db tools for Win32. They can't be supported on by Reid Spencer · 20 years ago
  47. 8cdbc35 Change the sentinal by Chris Lattner · 20 years ago
  48. 11cf7aa Create a stack slot for the return address lazily instead of eagerly. This by Chris Lattner · 20 years ago
  49. acd6782 Chris is a pain ;) Removing reassociate. by Tanya Lattner · 20 years ago
  50. 78943f7 Removing commented out lines. by Tanya Lattner · 20 years ago
  51. 9fde12b Removed LICM and GCSE. by Tanya Lattner · 20 years ago
  52. f1131b3 Linking in all of ScalarOpts. by Tanya Lattner · 20 years ago
  53. 5f76760 For PR351: by Reid Spencer · 20 years ago
  54. 9ac1418 For PR351: by Reid Spencer · 20 years ago
  55. a2f7ed7 For PR351: by Reid Spencer · 20 years ago
  56. 10ce496 X86 doesn't actually use SelectionDAG yet. by Chris Lattner · 20 years ago
  57. 780cbd9 No targets actually use this library by Chris Lattner · 20 years ago
  58. 7f2b41e Remove dead #include by Chris Lattner · 20 years ago
  59. a834f5d Fix a compile error. config.h is now needed because DataTypes.h doesn't by Reid Spencer · 20 years ago
  60. 7117c6e Get rid of inclusion of config.h because this file is autoconf'd. by Reid Spencer · 20 years ago
  61. c371984 Some minor upgrades by Reid Spencer · 20 years ago
  62. 8a2d471 Add CMP and CP configuration variables for the unix cmp and cp programs. by Reid Spencer · 20 years ago
  63. 23ee795 Factor all of the .inc : .inc.tmp rules into one. by Chris Lattner · 20 years ago
  64. 02a4f90 Add spaces between rule groups to make it more obvious which ones pair by Chris Lattner · 20 years ago
  65. 84b85c8 Adjust to changes in asmwriter filenames by Chris Lattner · 20 years ago
  66. 3c47347 When tblgen changes, regenerate all .inc files, but do not rebuild any .o by Chris Lattner · 20 years ago
  67. 47f9dd1 Specify all of the targets built. by Chris Lattner · 20 years ago
  68. 42c7a16 Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead by Chris Lattner · 20 years ago
  69. 24d5d5d Fix header by Chris Lattner · 20 years ago
  70. be686a8 Factor out common .td file chunks. by Chris Lattner · 20 years ago
  71. 31f9524 Add a "make spotless" rule for environments with BUILD_OBJ_ROOT not equal by Reid Spencer · 20 years ago
  72. f2ac189 Get rid of extraneous dependencies on $(BUILT_SOURCES) now that we've fixed by Reid Spencer · 20 years ago
  73. 07a549a Fix a major bug with BUILT_SOURCES. You actually have to dereference a by Reid Spencer · 20 years ago
  74. c8afbd5 Revert last patch which breaks PowerPC target because it fails to build by Reid Spencer · 20 years ago
  75. 2fb645a Portability fix, thanks to Markus F.X.J. Oberhumer. by Chris Lattner · 20 years ago
  76. b8b836d Expository comment submitted by Henrik Bach by Jeff Cohen · 20 years ago
  77. 34717e1 Make %'s a bit more explicit by Chris Lattner · 20 years ago
  78. 3e3b6f7 Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. by Chris Lattner · 20 years ago
  79. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 20 years ago
  80. 2d01af2 Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIR by Reid Spencer · 20 years ago
  81. 88422fe Remove LLVMGCCDIR. by Reid Spencer · 20 years ago
  82. 757838e Remove LLVMGCCDIR from the set of defines. by Reid Spencer · 20 years ago
  83. 24ac21f Remove the CFE's lib directory from the bytecode path because LLVM should by Reid Spencer · 20 years ago
  84. 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 20 years ago
  85. b4ed7b0 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 20 years ago
  86. 56998b2 Add a verifier assertion by Chris Lattner · 20 years ago
  87. fd4b3c4 Eliminate a virtual method call by Chris Lattner · 20 years ago
  88. 264ccbe Make archive rules properly depend on llvm-ar. by Chris Lattner · 20 years ago
  89. 5226f6a Fix a bug in -no-aa that caused two DSGraph tests to XPASS. by Chris Lattner · 20 years ago
  90. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 20 years ago
  91. 8378294 Disable libprofile as llvm-ar bus errors on it, and I don't want to break by Chris Lattner · 20 years ago
  92. 67c3821 Do not fail an assertion on a broken archive by Chris Lattner · 20 years ago
  93. 68a9d3e Adjust to new interfaces by Chris Lattner · 20 years ago
  94. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 20 years ago
  95. 248e8eb Make the AliasAnalysis interface more precise for common cases. by Chris Lattner · 20 years ago
  96. 5b21034 Move virtual method call out of loop by Chris Lattner · 20 years ago
  97. 003485a Make Win32 TimeValue::toString() re-entrant and work with mingw by Jeff Cohen · 20 years ago
  98. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 20 years ago
  99. 6af3d26 Don't put newlines in AC macros that can't handle them! by Reid Spencer · 20 years ago
  100. 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 20 years ago