1. 9955880 Hack to naturally align doubles in the constant pool. Remove this once we by Nate Begeman · 20 years ago
  2. 3d72d14 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 20 years ago
  3. 2114b27 * Refactor some code into a new BasedUser::RewriteInstructionToUseNewBase by Chris Lattner · 20 years ago
  4. 763103c This should not run lli, that is for llvm-test. by Chris Lattner · 20 years ago
  5. 956344c None of these tests should require a working lli, they are codegen tests, by Chris Lattner · 20 years ago
  6. 7a2ca56 Fix a case that caused this to crash on 178.galgel by Chris Lattner · 20 years ago
  7. 7db543f Teach LSR about loop-variant expressions, such as loops like this: by Chris Lattner · 20 years ago
  8. 341bef6 This testcase now passes by Chris Lattner · 20 years ago
  9. f083414 Remove some more dead code. by Nate Begeman · 20 years ago
  10. 3416e5f Refactor this code substantially with the following improvements: by Chris Lattner · 20 years ago
  11. 3f55a4f No, IDEFs shouldn't be JITed by Andrew Lenharth · 20 years ago
  12. cd33eef * Unbreak release build * Add comments to #endif pragmas for readability by Misha Brukman · 20 years ago
  13. e2d7fdf * Unbreak optimized build (noticed by Eric van Riet Paap) by Misha Brukman · 20 years ago
  14. 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 20 years ago
  15. 49f72e6 refactor some code by Chris Lattner · 20 years ago
  16. 89fe67f this is not implemented by lsr yet by Chris Lattner · 20 years ago
  17. a4479ad invert to if's to make the logic simpler by Chris Lattner · 20 years ago
  18. f918659 When processing outer loops and we find uses of an IV in inner loops, make by Chris Lattner · 20 years ago
  19. 7a65839 Teach loop-reduce to see into nested loops, to pull out immediate values by Chris Lattner · 20 years ago
  20. be3e521 improve debug output by Chris Lattner · 20 years ago
  21. 1c73c7b Scalar SSE: load +0.0 -> xorps/xorpd by Nate Begeman · 20 years ago
  22. 6bc89e2 this now passes by Chris Lattner · 20 years ago
  23. 2351aba Move from Stage 0 to Stage 1. by Chris Lattner · 20 years ago
  24. dc7c0b8 Alpha ABI specifies stack is always 16 byte alligned, and gcc does it, so I will too by Andrew Lenharth · 20 years ago
  25. ec3fb63 Rename IVUse to IVUsersOfOneStride, use a struct instead of a pair to by Chris Lattner · 20 years ago
  26. 52d83e6 Fix a nasty dangling pointer issue. The ScalarEvolution pass would keep a by Chris Lattner · 20 years ago
  27. a23076a Fix this to test the BE we care about by Chris Lattner · 20 years ago
  28. 2be12fa Fix an obvious bug in the Log2 stuff that broke SingleSource/UnitTests/2005-05-12-Int64ToFP by Chris Lattner · 20 years ago
  29. 4c64dd7 Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of by Chris Lattner · 20 years ago
  30. f1adce4 The correct fix for PR612, which also fixes by Chris Lattner · 20 years ago
  31. 999b814 new testcase for PR612 by Chris Lattner · 20 years ago
  32. 6e459bf When inserting code, make sure not to insert it before PHI nodes. This by Chris Lattner · 20 years ago
  33. 5226110 new testcase for PR612 by Chris Lattner · 20 years ago
  34. 1b0674c Add a couple rlwinm tests for bitfield clears by Nate Begeman · 20 years ago
  35. 2bbcca3 Update rlwimi tests to catch all the cases we care about by Nate Begeman · 20 years ago
  36. 82e6ef3 Testcase that used to crash simplifycfg by Chris Lattner · 20 years ago
  37. 6306d07 Fix Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash.ll, a problem that by Chris Lattner · 20 years ago
  38. b06f677 add support for Graphviz when viewing CFGs by Chris Lattner · 20 years ago
  39. 0a3f677 Fix grammar: apostrophe-s ('s) is possessive, not plural; also iff vs. if. by Misha Brukman · 20 years ago
  40. 89bfcd3 Wrap comments to 80 cols, fix code sequence for CountLeadingZeros_64 on by Chris Lattner · 20 years ago
  41. a34cbcc minor capitalization thing, patch by Jim Laskey by Chris Lattner · 20 years ago
  42. 865dc8f Fix another bug in the clz patch that caused miscompilations when !gcc4 by Chris Lattner · 20 years ago
  43. 1aad921 Finally, add the required constraint checks to fix Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll by Chris Lattner · 20 years ago
  44. 969c88e8 un-xfail this by Chris Lattner · 20 years ago
  45. dc88dbe Simplify some code, add the correct pred checks by Chris Lattner · 20 years ago
  46. 3b3efc7 Refactor code out of PropagatePredecessorsForPHIs, turning it into a pure function with no side-effects by Chris Lattner · 20 years ago
  47. d423b8b use splice instead of remove/insert to avoid some symtab operations by Chris Lattner · 20 years ago
  48. 2bdcb56 move two functions up in the file, use SafeToMergeTerminators to eliminate by Chris Lattner · 20 years ago
  49. 7e66348 Rip some code out of the main SimplifyCFG function into a subfunction and by Chris Lattner · 20 years ago
  50. d970ff0 This fails for now by Chris Lattner · 20 years ago
  51. 17de414 Disable this patch: by Chris Lattner · 20 years ago
  52. f5e982d Change a place to use an arbitrary value instead of null, when possible by Chris Lattner · 20 years ago
  53. aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 20 years ago
  54. 86c27ee Add a note, people are responsible for requesting that they be added to the by Chris Lattner · 20 years ago
  55. 1d924f6 Pass -export-dynamic to gcc when compiling with -native and the link is by Chris Lattner · 20 years ago
  56. e6ec587 Fix the non-gcc 4.0 paths for countleadingzeros by Chris Lattner · 20 years ago
  57. 591083a Fix inverted conditionals by Chris Lattner · 20 years ago
  58. 9e17df8 one more hunk that got dropped by Chris Lattner · 20 years ago
  59. c0d590b This hunk accidentally got dropped. Patch by Jim Laskey by Chris Lattner · 20 years ago
  60. 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  61. 3b65576 Fix the non-gcc 4.0 path to compile by Chris Lattner · 20 years ago
  62. bcd7db5 Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  63. 88c606e Consolidate all of the various log2 computing functions into MathExtras.h. by Chris Lattner · 20 years ago
  64. 7dc934d Update a doc, patch contributed by Jim Laskey! by Chris Lattner · 20 years ago
  65. 3f27013 add a pass name to make debugging dumps nicer by Chris Lattner · 20 years ago
  66. 15d89cb Fix grammar: it's == "it is". by Misha Brukman · 20 years ago
  67. 8105c76 Like the comment says, do not insert cast instructions before phi nodes by Chris Lattner · 20 years ago
  68. 64fe584 It's dangerous coding on Mondays. by Jeff Cohen · 20 years ago
  69. 1593ac2 This code was very close, but not quite right. It did not take into by Chris Lattner · 20 years ago
  70. 1bc0f73 New testcase that caused simplifycfg to crash by Chris Lattner · 20 years ago
  71. ee841a1 Implement SetInterruptFunction for Windows. by Jeff Cohen · 20 years ago
  72. 7e608bb add a comment, make a check more lenient by Chris Lattner · 20 years ago
  73. e9100c6 Simplify for loop, clear a per-loop map after processing each loop by Chris Lattner · 20 years ago
  74. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 20 years ago
  75. fa8c292 Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the by Chris Lattner · 20 years ago
  76. e62321a add a new function proto by Chris Lattner · 20 years ago
  77. 07cd0ff Add a comment by Chris Lattner · 20 years ago
  78. 1060e09 Fix an iterator invalidation problem by Chris Lattner · 20 years ago
  79. 8dcd548 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 20 years ago
  80. e96e376 make is the standard name, not gmake by Chris Lattner · 20 years ago
  81. e84d206 Mark these as V9 specific by Chris Lattner · 20 years ago
  82. 5bca0da update function codes to reflect /su flags that have been added since this was written by Andrew Lenharth · 20 years ago
  83. e21c305 Fix casts from long to sbyte on ppc by Chris Lattner · 20 years ago
  84. 01c8f6e use llabs not abs by Andrew Lenharth · 20 years ago
  85. 2b3b89c one cannot allocate a global, until one is done initializing the global pointers by Andrew Lenharth · 20 years ago
  86. 88aad14 temporarily fail these two tests until LSR evolves to support them by Chris Lattner · 20 years ago
  87. 9cc5f42 ConstantInt::get only works for arguments < 128. by Chris Lattner · 20 years ago
  88. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
  89. cfb1d42 Fix VC++ build problems. by Jeff Cohen · 20 years ago
  90. f20d183 fix float->long conversions on x86 by Chris Lattner · 20 years ago
  91. c3f9dc1 this tests every fp-to-integer conversion by Chris Lattner · 20 years ago
  92. a88da08 fix a typeo by Chris Lattner · 20 years ago
  93. f84d5ab Ack, typo by Nate Begeman · 20 years ago
  94. a35e1df Change the fp to integer code to not perform 2-byte stores followed by by Chris Lattner · 20 years ago
  95. 1699748 Commit a new LoopStrengthReduce pass that can use scalar evolutions and by Nate Begeman · 20 years ago
  96. 36f891b Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that by Nate Begeman · 20 years ago
  97. 01546c5 Use a custom expander for all FP to int conversions, as the X86 only has by Chris Lattner · 20 years ago
  98. f1fa74e Allow targets to have custom expanders for FP_TO_*INT conversions where by Chris Lattner · 20 years ago
  99. a00269b support near allocations for the JIT by Andrew Lenharth · 20 years ago
  100. 422f3d5 turn off GOT on archs that didn't use it (not that it appeard to harm them much with it on) by Andrew Lenharth · 20 years ago