1. 4b828e6 Clean up some uninitialized variables and missing return statements that by Reid Spencer · 19 years ago
  2. 8a207c1 Make sure a variable is initialized before use to clean up a warning from by Reid Spencer · 19 years ago
  3. 72b16d8 A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling by Andrew Lenharth · 19 years ago
  4. b157f85 silence incredibly braindead GCC 4 warning by Chris Lattner · 19 years ago
  5. 9cb2d61 silence a bogus warning by Chris Lattner · 19 years ago
  6. e6ad5ea silence a huge number of bogus warnings with GCC 4 on Reid's tester. by Chris Lattner · 19 years ago
  7. 60b62aa Removed IIIi specific changes. This should be fixed to add floating point deps for the IIi. by Tanya Lattner · 19 years ago
  8. d70cee2 Special dep graph for SMS for superblocks. by Tanya Lattner · 19 years ago
  9. 747e053 Special versions of the dep graph and scheduled for SMS for superblocks. by Tanya Lattner · 19 years ago
  10. 8352e23 Added statistic to count number of spills. by Tanya Lattner · 19 years ago
  11. d454a97 Numerous bug fixes and the completed modschedSB algorithm (minor bugs still exist for course). by Tanya Lattner · 19 years ago
  12. 770e991 Added SMS for superblocks as an option (experimental) by Tanya Lattner · 19 years ago
  13. 771c5c1 Added ModuloSchedSB as a friend class. by Tanya Lattner · 19 years ago
  14. e88b753 This is not true: (X != 13 | X < 15) -> X < 15 by Chris Lattner · 19 years ago
  15. 3254551 new testcase for PR586 by Chris Lattner · 19 years ago
  16. 5662503 Don't crash when dealing with INTMIN. This fixes PR585 and by Chris Lattner · 19 years ago
  17. 98b4d59 new testcase for PR585 by Chris Lattner · 19 years ago
  18. 0289929 Don't crash on: X = phi (X, X). by Chris Lattner · 19 years ago
  19. bff4440 new testcase for PR584 by Chris Lattner · 19 years ago
  20. d7e31cf avoid constructing out of range shift amounts. by Chris Lattner · 19 years ago
  21. 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
  22. f9c775c Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.ll by Chris Lattner · 19 years ago
  23. 5adb41a7 new testcase for PR583 by Chris Lattner · 19 years ago
  24. 8d7089e Fix PR571, removing code that does just the WRONG thing :) by Chris Lattner · 19 years ago
  25. aa457ac Fix a bug in my previous patch. Do not get the shift amount type (which by Chris Lattner · 19 years ago
  26. d286b24 Fix PR575, patch provided by John Mellor-Crummey. Thanks! by Chris Lattner · 19 years ago
  27. 065e420 new testcase for PR580 by Chris Lattner · 19 years ago
  28. 4bd09d7 Fix PR582. The rewriter can move casts around, which invalidated the by Chris Lattner · 19 years ago
  29. 73d31b9 new testcase for PR582 by Chris Lattner · 19 years ago
  30. 553ca52 Do not promote globals only used by main to locals if there are constantexprs by Chris Lattner · 19 years ago
  31. 3646513 new testcase for PR579 by Chris Lattner · 19 years ago
  32. e17a128 Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetCCCrash.ll. by Chris Lattner · 19 years ago
  33. 7833b44 new testcase for PR577 by Chris Lattner · 19 years ago
  34. 47d309e Don't lie to the casual reader about Value subclassing from Annotable. by Reid Spencer · 19 years ago
  35. cb64751 Add some operators the PowerPC backend needs to efficiently and correctly by Nate Begeman · 19 years ago
  36. 877c3e2 Put the hack back in that removes features, causes regressions to fail, but by Reid Spencer · 19 years ago
  37. 439009c Commit fix for generating conditional branch pseudo instructions that by Nate Begeman · 19 years ago
  38. 0203a31 nothing funny about building the CFE on Linux/Itanium by Duraid Madina · 19 years ago
  39. a43b176 Commit a small improvement that is already in the x86 and ia64 backends to by Nate Begeman · 19 years ago
  40. 16b5644 Unbreak several InstCombine regression checks introduced by a hack to by Reid Spencer · 19 years ago
  41. 244e92e When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 by Nate Begeman · 19 years ago
  42. ac609dd Fix a memory smasher caught by Mac OS X's debug malloc library. We were by Nate Begeman · 19 years ago
  43. 71fae10 Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0 by Chris Lattner · 19 years ago
  44. 5633cd1 Fix a problem on 64-bit targets where we passed (int)0 through ... instead of by Chris Lattner · 19 years ago
  45. 705b9e5 make SparcV8 and V9 seperately configurable by Andrew Lenharth · 19 years ago
  46. 09552bf fix BranchCC with a setCC with an arg of 0 by Andrew Lenharth · 19 years ago
  47. eae435d For PR572: by Reid Spencer · 19 years ago
  48. b2c4bf3 Handle some more real world cases of rlwimi. These don't come up that by Nate Begeman · 19 years ago
  49. 6dae330 Fix lli linking on Mac OS X 10.4.1 for Intel. by Nate Begeman · 19 years ago
  50. 141e488 Remove code for conversion from old style va_args. Preparing the way for by Andrew Lenharth · 19 years ago
  51. 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
  52. 4391bb5 * Add ability to specify the target LLVM will compile for via configure by Misha Brukman · 19 years ago
  53. 5e96a3a Fix spelling of `correlate' by Misha Brukman · 19 years ago
  54. 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
  55. eee2a88 hide basic block labels. The utility of these for debuging is long since passed by Andrew Lenharth · 19 years ago
  56. b8ee91a * Replace block of commented-out lines with #if 0 by Misha Brukman · 19 years ago
  57. 837be1e hack to fix bzip2 (bug 571) by Andrew Lenharth · 19 years ago
  58. c84492c Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (the by Reid Spencer · 19 years ago
  59. 628214e Make sure that Cygwin assembly includes _ as part of function names. by Reid Spencer · 19 years ago
  60. 932e2e3 Put in a hack for Cygwin that prevents mkdtemp from being used since by Reid Spencer · 19 years ago
  61. e3c8c0a4 try custom expanders, doesn't seem to expand yet, so disabled by Andrew Lenharth · 19 years ago
  62. 591ec57 switch to the new live in thing. Really, this time it works by Andrew Lenharth · 19 years ago
  63. 14f30c9 switch to the new live in thing by Andrew Lenharth · 19 years ago
  64. fd5e4b7 switch to the new live in thing by Andrew Lenharth · 19 years ago
  65. 085ae94 Make sure the tools get built if no build target is specified. by Reid Spencer · 19 years ago
  66. 044f31f match gcc, makes diff easier by Andrew Lenharth · 19 years ago
  67. 69520ed Fix 2005-05-12-Int64ToFP by Andrew Lenharth · 19 years ago
  68. f5f37f0 Add a -cvstag option for testing specific branches, such as release candidates by Misha Brukman · 19 years ago
  69. 8b1f767 Add a "libs-only" target for avoiding construction of the tools and by Reid Spencer · 19 years ago
  70. 45eeed9 Two dist-check related changes: by Reid Spencer · 19 years ago
  71. 70dd521 Remove trailing blank line, just to test whether the new commit script by Reid Spencer · 19 years ago
  72. 8902602 Make the registration hash_map static. No other module needs it. Also, by Reid Spencer · 19 years ago
  73. 0660f75 Adjust the file comment to read a little easier. by Reid Spencer · 19 years ago
  74. b82baf0 Make sure ... arguments are casted to sbyte* where needed. by Reid Spencer · 19 years ago
  75. 5845623 Add a "brief" comment for CastToCStr by Reid Spencer · 19 years ago
  76. 35e6dc8 new testcase by Chris Lattner · 19 years ago
  77. 9375135 Fix mismatched type problem that crashed on cases like this: by Chris Lattner · 19 years ago
  78. 42eb752 Fix Transforms/SimplifyCFG/switch-simplify-crash.ll by Chris Lattner · 19 years ago
  79. 07b5c9d New testcase that crashes simplifycfg, identified accidentally by JohnMC by Chris Lattner · 19 years ago
  80. be13634 C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream> by Nate Begeman · 19 years ago
  81. 2a43970 Finally get the quoting right for both Unix and Windows for the llvmgcc and by Reid Spencer · 19 years ago
  82. 57ebf3d Since everyone else has "fixed" this file, might as well join in the fun. by Misha Brukman · 19 years ago
  83. edd47f2 now with a legend, and multiple lines work. by Andrew Lenharth · 19 years ago
  84. 24d7750 OK, the simple scheme for the db plus a couple of cgi scripts that by Andrew Lenharth · 19 years ago
  85. 170fbcb Fix this a 3rd time :) by Chris Lattner · 19 years ago
  86. 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
  87. 04aa46d re-enable direct calls, this should just be a performance boost by Duraid Madina · 19 years ago
  88. 732c843 this seems dead (and broke the ia64 build, so..) by Duraid Madina · 19 years ago
  89. 6184feb Give the asmparser the ability to parse strings. Patch contributed by by Chris Lattner · 19 years ago
  90. 98c162a Give the asmparser the ability to parse strings, patch contributed by by Chris Lattner · 19 years ago
  91. 8bc6f93 Fix tail call support in VC++ builds by Jeff Cohen · 19 years ago
  92. ad38cd6 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  93. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  94. aa8bc43 Build the install directories just exactly as any others. Hopefully this by Reid Spencer · 19 years ago
  95. dde5e38 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  96. ed93e11 For PR514: Do not configure removed files by Reid Spencer · 19 years ago
  97. 1030f72 Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them by Chris Lattner · 19 years ago
  98. 16cb6f8 Tailcalls require stubs to be emitted. Otherwise, the compilation callback by Chris Lattner · 19 years ago
  99. 6a5d1d4 For PR514: by Reid Spencer · 19 years ago
  100. 4411eeb Make the value to -s not be interpreted as a file name by Reid Spencer · 19 years ago