1. 0289929 Don't crash on: X = phi (X, X). by Chris Lattner · 19 years ago
  2. bff4440 new testcase for PR584 by Chris Lattner · 19 years ago
  3. d7e31cf avoid constructing out of range shift amounts. by Chris Lattner · 19 years ago
  4. 41aaf70 Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for by Nate Begeman · 19 years ago
  5. f9c775c Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.ll by Chris Lattner · 19 years ago
  6. 5adb41a7 new testcase for PR583 by Chris Lattner · 19 years ago
  7. 8d7089e Fix PR571, removing code that does just the WRONG thing :) by Chris Lattner · 19 years ago
  8. aa457ac Fix a bug in my previous patch. Do not get the shift amount type (which by Chris Lattner · 19 years ago
  9. d286b24 Fix PR575, patch provided by John Mellor-Crummey. Thanks! by Chris Lattner · 19 years ago
  10. 065e420 new testcase for PR580 by Chris Lattner · 19 years ago
  11. 4bd09d7 Fix PR582. The rewriter can move casts around, which invalidated the by Chris Lattner · 19 years ago
  12. 73d31b9 new testcase for PR582 by Chris Lattner · 19 years ago
  13. 553ca52 Do not promote globals only used by main to locals if there are constantexprs by Chris Lattner · 19 years ago
  14. 3646513 new testcase for PR579 by Chris Lattner · 19 years ago
  15. e17a128 Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetCCCrash.ll. by Chris Lattner · 19 years ago
  16. 7833b44 new testcase for PR577 by Chris Lattner · 19 years ago
  17. 47d309e Don't lie to the casual reader about Value subclassing from Annotable. by Reid Spencer · 19 years ago
  18. cb64751 Add some operators the PowerPC backend needs to efficiently and correctly by Nate Begeman · 19 years ago
  19. 877c3e2 Put the hack back in that removes features, causes regressions to fail, but by Reid Spencer · 19 years ago
  20. 439009c Commit fix for generating conditional branch pseudo instructions that by Nate Begeman · 19 years ago
  21. 0203a31 nothing funny about building the CFE on Linux/Itanium by Duraid Madina · 19 years ago
  22. a43b176 Commit a small improvement that is already in the x86 and ia64 backends to by Nate Begeman · 19 years ago
  23. 16b5644 Unbreak several InstCombine regression checks introduced by a hack to by Reid Spencer · 19 years ago
  24. 244e92e When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 by Nate Begeman · 19 years ago
  25. ac609dd Fix a memory smasher caught by Mac OS X's debug malloc library. We were by Nate Begeman · 19 years ago
  26. 71fae10 Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0 by Chris Lattner · 19 years ago
  27. 5633cd1 Fix a problem on 64-bit targets where we passed (int)0 through ... instead of by Chris Lattner · 19 years ago
  28. 705b9e5 make SparcV8 and V9 seperately configurable by Andrew Lenharth · 19 years ago
  29. 09552bf fix BranchCC with a setCC with an arg of 0 by Andrew Lenharth · 19 years ago
  30. eae435d For PR572: by Reid Spencer · 19 years ago
  31. b2c4bf3 Handle some more real world cases of rlwimi. These don't come up that by Nate Begeman · 19 years ago
  32. 6dae330 Fix lli linking on Mac OS X 10.4.1 for Intel. by Nate Begeman · 19 years ago
  33. 141e488 Remove code for conversion from old style va_args. Preparing the way for by Andrew Lenharth · 19 years ago
  34. 6d2e334 We also have V8, so do not force every Sparc to be treated like a V9. It is by Misha Brukman · 19 years ago
  35. 4391bb5 * Add ability to specify the target LLVM will compile for via configure by Misha Brukman · 19 years ago
  36. 5e96a3a Fix spelling of `correlate' by Misha Brukman · 19 years ago
  37. cd7f8cf allow marking of loads and stores in the instruction stream with enough information to reconstruct the Value* if it existed by Andrew Lenharth · 19 years ago
  38. eee2a88 hide basic block labels. The utility of these for debuging is long since passed by Andrew Lenharth · 19 years ago
  39. b8ee91a * Replace block of commented-out lines with #if 0 by Misha Brukman · 19 years ago
  40. 837be1e hack to fix bzip2 (bug 571) by Andrew Lenharth · 19 years ago
  41. c84492c Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (the by Reid Spencer · 19 years ago
  42. 628214e Make sure that Cygwin assembly includes _ as part of function names. by Reid Spencer · 19 years ago
  43. 932e2e3 Put in a hack for Cygwin that prevents mkdtemp from being used since by Reid Spencer · 19 years ago
  44. e3c8c0a4 try custom expanders, doesn't seem to expand yet, so disabled by Andrew Lenharth · 19 years ago
  45. 591ec57 switch to the new live in thing. Really, this time it works by Andrew Lenharth · 19 years ago
  46. 14f30c9 switch to the new live in thing by Andrew Lenharth · 19 years ago
  47. fd5e4b7 switch to the new live in thing by Andrew Lenharth · 19 years ago
  48. 085ae94 Make sure the tools get built if no build target is specified. by Reid Spencer · 19 years ago
  49. 044f31f match gcc, makes diff easier by Andrew Lenharth · 19 years ago
  50. 69520ed Fix 2005-05-12-Int64ToFP by Andrew Lenharth · 19 years ago
  51. f5f37f0 Add a -cvstag option for testing specific branches, such as release candidates by Misha Brukman · 19 years ago
  52. 8b1f767 Add a "libs-only" target for avoiding construction of the tools and by Reid Spencer · 19 years ago
  53. 45eeed9 Two dist-check related changes: by Reid Spencer · 19 years ago
  54. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  55. 8902602 Make the registration hash_map static. No other module needs it. Also, by Reid Spencer · 19 years ago
  56. 0660f75 Adjust the file comment to read a little easier. by Reid Spencer · 19 years ago
  57. b82baf0 Make sure ... arguments are casted to sbyte* where needed. by Reid Spencer · 19 years ago
  58. 5845623 Add a "brief" comment for CastToCStr by Reid Spencer · 19 years ago
  59. 35e6dc8 new testcase by Chris Lattner · 19 years ago
  60. 9375135 Fix mismatched type problem that crashed on cases like this: by Chris Lattner · 19 years ago
  61. 42eb752 Fix Transforms/SimplifyCFG/switch-simplify-crash.ll by Chris Lattner · 19 years ago
  62. 07b5c9d New testcase that crashes simplifycfg, identified accidentally by JohnMC by Chris Lattner · 19 years ago
  63. be13634 C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream> by Nate Begeman · 19 years ago
  64. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  65. 57ebf3d Since everyone else has "fixed" this file, might as well join in the fun. by Misha Brukman · 19 years ago
  66. edd47f2 now with a legend, and multiple lines work. by Andrew Lenharth · 19 years ago
  67. 24d7750 OK, the simple scheme for the db plus a couple of cgi scripts that by Andrew Lenharth · 19 years ago
  68. 170fbcb Fix this a 3rd time :) by Chris Lattner · 19 years ago
  69. 75a5127 fix compilation error due to no abort being defined. There is probably a better way to do this by Andrew Lenharth · 19 years ago
  70. 04aa46d re-enable direct calls, this should just be a performance boost by Duraid Madina · 19 years ago
  71. 732c843 this seems dead (and broke the ia64 build, so..) by Duraid Madina · 19 years ago
  72. 6184feb Give the asmparser the ability to parse strings. Patch contributed by by Chris Lattner · 19 years ago
  73. 98c162a Give the asmparser the ability to parse strings, patch contributed by by Chris Lattner · 19 years ago
  74. 8bc6f93 Fix tail call support in VC++ builds by Jeff Cohen · 19 years ago
  75. ad38cd6 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  76. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  77. aa8bc43 Build the install directories just exactly as any others. Hopefully this by Reid Spencer · 19 years ago
  78. dde5e38 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  79. ed93e11 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  80. 1030f72 Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them by Chris Lattner · 19 years ago
  81. 16cb6f8 Tailcalls require stubs to be emitted. Otherwise, the compilation callback by Chris Lattner · 19 years ago
  82. 6a5d1d4 For PR514: by Reid Spencer · 19 years ago
  83. 4411eeb Make the value to -s not be interpreted as a file name by Reid Spencer · 19 years ago
  84. 9daa061 Add an llvmc specification file for the "st" suffix. This allows Stacker by Reid Spencer · 19 years ago
  85. cc97cfc For PR514: by Reid Spencer · 19 years ago
  86. 8f9e21e Two changes to support building shared libraries that contain multiple by Reid Spencer · 19 years ago
  87. ebc8c7d Reid linked to the CVS release notes on newsforge :( by Chris Lattner · 19 years ago
  88. 29eeea5 Wrap long lines by Misha Brukman · 19 years ago
  89. 98391ce New Release Notes for LLVM 1.6. by John Criswell · 19 years ago
  90. 0e9dfcb Onward to LLVM-1.6 and beyond! by Misha Brukman · 19 years ago
  91. 5690c53 Updated version to LLVM 1.6 CVS. by John Criswell · 19 years ago
  92. 8bfe6a7 Merged in release_15. by John Criswell · 19 years ago
  93. 49fbff4 teach the inliner about coldcc and noreturn functions by Chris Lattner · 19 years ago
  94. b6f4afb Remove extra header in the SPARC section by Misha Brukman · 19 years ago
  95. 00812e2 Fix a few grammaros. by Reid Spencer · 19 years ago
  96. d985a1c * Add a link to the pattern-matching codegen docs * Tersify wording by Misha Brukman · 19 years ago
  97. 4937c9d Recommend writing new instruction selectors using pattern-based mechanisms by Misha Brukman · 19 years ago
  98. a3bfc6f Add link to debugging code generators with bugpoint by Misha Brukman · 19 years ago
  99. 74b0f11 It would help if the headings were sorted properly. by Reid Spencer · 19 years ago
  100. bfb7ca9 Fix a brain blunder in the HTML output. by Reid Spencer · 19 years ago