1. 9e17df8 one more hunk that got dropped by Chris Lattner · 20 years ago
  2. c0d590b This hunk accidentally got dropped. Patch by Jim Laskey by Chris Lattner · 20 years ago
  3. 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  4. 3b65576 Fix the non-gcc 4.0 path to compile by Chris Lattner · 20 years ago
  5. bcd7db5 Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  6. 88c606e Consolidate all of the various log2 computing functions into MathExtras.h. by Chris Lattner · 20 years ago
  7. 7dc934d Update a doc, patch contributed by Jim Laskey! by Chris Lattner · 20 years ago
  8. 3f27013 add a pass name to make debugging dumps nicer by Chris Lattner · 20 years ago
  9. 15d89cb Fix grammar: it's == "it is". by Misha Brukman · 20 years ago
  10. 8105c76 Like the comment says, do not insert cast instructions before phi nodes by Chris Lattner · 20 years ago
  11. 64fe584 It's dangerous coding on Mondays. by Jeff Cohen · 20 years ago
  12. 1593ac2 This code was very close, but not quite right. It did not take into by Chris Lattner · 20 years ago
  13. 1bc0f73 New testcase that caused simplifycfg to crash by Chris Lattner · 20 years ago
  14. ee841a1 Implement SetInterruptFunction for Windows. by Jeff Cohen · 20 years ago
  15. 7e608bb add a comment, make a check more lenient by Chris Lattner · 20 years ago
  16. e9100c6 Simplify for loop, clear a per-loop map after processing each loop by Chris Lattner · 20 years ago
  17. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 20 years ago
  18. fa8c292 Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the by Chris Lattner · 20 years ago
  19. e62321a add a new function proto by Chris Lattner · 20 years ago
  20. 07cd0ff Add a comment by Chris Lattner · 20 years ago
  21. 1060e09 Fix an iterator invalidation problem by Chris Lattner · 20 years ago
  22. 8dcd548 200.sixtrack prints FP numbers with a very strange notation that uses D by Chris Lattner · 20 years ago
  23. e96e376 make is the standard name, not gmake by Chris Lattner · 20 years ago
  24. e84d206 Mark these as V9 specific by Chris Lattner · 20 years ago
  25. 5bca0da update function codes to reflect /su flags that have been added since this was written by Andrew Lenharth · 20 years ago
  26. e21c305 Fix casts from long to sbyte on ppc by Chris Lattner · 20 years ago
  27. 01c8f6e use llabs not abs by Andrew Lenharth · 20 years ago
  28. 2b3b89c one cannot allocate a global, until one is done initializing the global pointers by Andrew Lenharth · 20 years ago
  29. 88aad14 temporarily fail these two tests until LSR evolves to support them by Chris Lattner · 20 years ago
  30. 9cc5f42 ConstantInt::get only works for arguments < 128. by Chris Lattner · 20 years ago
  31. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
  32. cfb1d42 Fix VC++ build problems. by Jeff Cohen · 20 years ago
  33. f20d183 fix float->long conversions on x86 by Chris Lattner · 20 years ago
  34. c3f9dc1 this tests every fp-to-integer conversion by Chris Lattner · 20 years ago
  35. a88da08 fix a typeo by Chris Lattner · 20 years ago
  36. f84d5ab Ack, typo by Nate Begeman · 20 years ago
  37. a35e1df Change the fp to integer code to not perform 2-byte stores followed by by Chris Lattner · 20 years ago
  38. 1699748 Commit a new LoopStrengthReduce pass that can use scalar evolutions and by Nate Begeman · 20 years ago
  39. 36f891b Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that by Nate Begeman · 20 years ago
  40. 01546c5 Use a custom expander for all FP to int conversions, as the X86 only has by Chris Lattner · 20 years ago
  41. f1fa74e Allow targets to have custom expanders for FP_TO_*INT conversions where by Chris Lattner · 20 years ago
  42. a00269b support near allocations for the JIT by Andrew Lenharth · 20 years ago
  43. 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
  44. 5d06b8c Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operations by Chris Lattner · 20 years ago
  45. f7443da Don't forget to diddle with the control word when performing an FISTP64. by Chris Lattner · 20 years ago
  46. 745d538 Use a custom expander to compile this: by Chris Lattner · 20 years ago
  47. 80a3e94 Allow targets to define custom expanders for FP_TO_*INT by Chris Lattner · 20 years ago
  48. 1618beb allow a target to request that unknown FP_TO_*INT conversion be promoted to by Chris Lattner · 20 years ago
  49. fa9c801 instead of having all conversions be handled by one case value, and then have by Chris Lattner · 20 years ago
  50. 70df32a New testcase for PR610 by Chris Lattner · 20 years ago
  51. 98169be support bsr, and more .td simplification by Andrew Lenharth · 20 years ago
  52. fe66039 new is not a valid default anywhere, so make this pure virtual by Andrew Lenharth · 20 years ago
  53. 3be872e Fix a problem in getDirectoryContents where sub-directory names were by Reid Spencer · 20 years ago
  54. a4433e1 get lazy JITing working. Some of shootout runs now by Andrew Lenharth · 20 years ago
  55. 6a97461 Like constants, globals on some platforms are GOT relative. This means they have to be allocated by Andrew Lenharth · 20 years ago
  56. 988b1dd Eliminate an extra copy from R1 that Nate noticed on function calls that by Chris Lattner · 20 years ago
  57. 4015ea8 Specify the correct number of operands by Chris Lattner · 20 years ago
  58. 540f7d6 Run the verifier pass after all the other passes rather than before them. by Reid Spencer · 20 years ago
  59. 2a05c8e Fold constant adds into loads and stores to frame indices. by Nate Begeman · 20 years ago
  60. 4418c2b Make the verifier pass run (in debug mode) in llc. This adds a sanity check by Reid Spencer · 20 years ago
  61. 832481f Please do not reintroduce tabs. by Jeff Cohen · 20 years ago
  62. 3dee175 Fix some comments by Nate Begeman · 20 years ago
  63. cef21c3 Fix debug info to not print out recently freed memory. by Chris Lattner · 20 years ago
  64. 8e7a709 Print symbolic register names in debug dumps by Chris Lattner · 20 years ago
  65. bc9e49c Fix PR608: by Reid Spencer · 20 years ago
  66. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  67. 54eed36 Implement the optimization for the Red Zone on Darwin. This removes the by Nate Begeman · 20 years ago
  68. 45ff4fa fix some warnings when compiled with 32-bit hosts by Chris Lattner · 20 years ago
  69. 9eb59ec Eliminate tabs and trailing spaces. by Jeff Cohen · 20 years ago
  70. 50e9ef8 Testcase for PR607 by Chris Lattner · 20 years ago
  71. b65975a add a note about the red zone by Chris Lattner · 20 years ago
  72. 2e00d7d Wrap some long lines, fix emission of weak global variables by Chris Lattner · 20 years ago
  73. 4ad870d Update the PPC readme by Nate Begeman · 20 years ago
  74. 600d73b ConvertibleToGEP always returns 0, remove some old crufty code which by Chris Lattner · 20 years ago
  75. d6bbac5 fix a warning on 32-bit systems by Chris Lattner · 20 years ago
  76. 7b4f0a8 Fix an optimization put in for accessing static globals. This obviates by Nate Begeman · 20 years ago
  77. 675267e Get rid of bash specific syntax for variable dereferencing, replacing it by Reid Spencer · 20 years ago
  78. f075cac fix compile error by Andrew Lenharth · 20 years ago
  79. aa68f7f PowerPC no-pic code is not quite ready for prime-time by Chris Lattner · 20 years ago
  80. ab25eda No, really, it's an Alpha! And you probably thought it was a PowerPC. by Misha Brukman · 20 years ago
  81. 6b137d8 Handle more imm forms, and load small negative i32 constants without hitting memory (should do the same for arbitrary zero extended small negative constants) by Andrew Lenharth · 20 years ago
  82. 22894e9 I know PowerPC wishes it could be alpha, but it cannot. so there by Andrew Lenharth · 20 years ago
  83. 4b429fc make sure we always handle small negatives well by Andrew Lenharth · 20 years ago
  84. 38396f8 finally found the gcc defined constants by Andrew Lenharth · 20 years ago
  85. ddc31e8 Alpha has JIT by Andrew Lenharth · 20 years ago
  86. 0934ae0 Alpha JIT (beta) by Andrew Lenharth · 20 years ago
  87. f3f951a simpilfy instruction encoding (and make the lines way shorter, aka Misha happification) by Andrew Lenharth · 20 years ago
  88. 908bc86 update interface by Andrew Lenharth · 20 years ago
  89. 16ec33c the JIT memory manager will construct a GOT if you want it too. Also, it places the constants in the allocated memory, rather than a malloc area by Andrew Lenharth · 20 years ago
  90. 6a6b2db allow constants to be relocated like GV (necessary for alpha, as constants are relocated with globals, not with .text), and allow targets to have a GOT managed for them by Andrew Lenharth · 20 years ago
  91. a956205 new testcase for PR602 by Chris Lattner · 20 years ago
  92. 2497e63 Support building non-PIC by Nate Begeman · 20 years ago
  93. 2130c08 revert to using 4-byte alignment for doubles, as specified by the ABI by Chris Lattner · 20 years ago
  94. a4d7414 llvm.sqrt somehow escaped documentation. by Chris Lattner · 20 years ago
  95. 18ed029 Support assembling fsqrt on darwin. This will be implemented better when by Nate Begeman · 20 years ago
  96. 47183e5 If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be by Chris Lattner · 20 years ago
  97. adeb43d Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. by Nate Begeman · 20 years ago
  98. a577437 * "GNU Compiler Collection's gcc tool" is redundant by Misha Brukman · 20 years ago
  99. fca3c64 Allow this to pass on non-linux systems as well, such as darwin by Chris Lattner · 20 years ago
  100. f9944f1 Do not let MaskedValueIsZero consider undef to be zero, for reasons by Chris Lattner · 20 years ago