1. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  2. 438e08e Convert more Statistic's over to STATISTIC by Chris Lattner · 18 years ago
  3. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 18 years ago
  4. a70d14b Fix for PR1062 by Dan Gohman. by Evan Cheng · 18 years ago
  5. ecb2768 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 18 years ago
  6. 9d908e8 Now that ConstantInt::isValueValidForType can handle signed and unsigned by Reid Spencer · 18 years ago
  7. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 18 years ago
  8. a68941b Now, there is additional layer, referred in the comment, by Devang Patel · 18 years ago
  9. 5f4ddf5 s/BasicBlockPassManager/BBPassManager/g by Devang Patel · 18 years ago
  10. 21847f4 The x86-64 target machine should be used for amd64-* target triples. by Chris Lattner · 18 years ago
  11. 0bb3af9 Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll by Chris Lattner · 18 years ago
  12. cd79df0 Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 18 years ago
  13. 85e36e4 Clean up ConstantFoldCastInstruction. by Reid Spencer · 18 years ago
  14. 390437f Rewrite ConstantFoldCastInstruction so that it doesn't use any of the by Reid Spencer · 18 years ago
  15. 7df28dc May need to promote the operand (either sign_extend_inreg or and) before by Evan Cheng · 18 years ago
  16. 9b11d51 Make ConstantInt not care about sign any more. To ensure the AsmParser can by Reid Spencer · 18 years ago
  17. 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 18 years ago
  18. c597a88 Remove a useless statement. by Reid Spencer · 18 years ago
  19. 722cb36 LegalizeSetCCOperands() may end up inserting libcalls. They need to be by Evan Cheng · 18 years ago
  20. d71b620 For PR1042: by Reid Spencer · 18 years ago
  21. 3ef39ca macros -> Inline functions Lauros's patch by Rafael Espindola · 18 years ago
  22. 1bd82a5 Remove the createInferredCast methods now that their last uses have been by Reid Spencer · 18 years ago
  23. 8a903db Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 18 years ago
  24. d97321c Remove the two-argument (inferred cast) form of ConstantExpr::getCast now by Reid Spencer · 18 years ago
  25. dc26a9b Convert the last use of two-argument ConstantExpr::getCast into another by Reid Spencer · 18 years ago
  26. fdf15e1 Revert last patch. ConstantInt isn't quite ready for signlessness. by Reid Spencer · 18 years ago
  27. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  28. d54d8fa Remove the last use of getUnsignedVersion and getSignedVersion from VMCore. by Reid Spencer · 18 years ago
  29. c1f400c Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! by Chris Lattner · 18 years ago
  30. 2258664 Use a predicate function to identify bitcast of fp and integer instead of by Reid Spencer · 18 years ago
  31. 941cfda Fix PR1058: by Reid Spencer · 18 years ago
  32. f2174da Fixed so that it dereferences the ostream pointer. by Bill Wendling · 18 years ago
  33. c252fac This snuck in. Reverted. by Bill Wendling · 18 years ago
  34. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  35. 95ca3a4 when inserting a dummy argument to work-around the CBE not supporting by Chris Lattner · 18 years ago
  36. 36d4396 Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll by Chris Lattner · 18 years ago
  37. 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 18 years ago
  38. e90460e Cannot combine an indexed load / store any further. by Evan Cheng · 18 years ago
  39. e3cbe03 Fix PR1042, by tightening up the subtle rules with invoke value use. by Chris Lattner · 18 years ago
  40. aa975c1 Expand FP undef by Evan Cheng · 18 years ago
  41. 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
  42. 0b1b9dc Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand. by Evan Cheng · 18 years ago
  43. 1554c85 Add getNumContainedPasses() and getContainedPass() inteface and use by Devang Patel · 18 years ago
  44. 966bf24 Expand fabs / fneg to and / xor. by Evan Cheng · 18 years ago
  45. 1a80386 Cosmetic changes, based on Chris's review. by Devang Patel · 18 years ago
  46. c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
  47. 19103b1 Fix select_cc, select expansion to soft-fp bugs. by Evan Cheng · 18 years ago
  48. 6ebe235 Partial unbreak of VC++ (stream stuff has no easy fix). by Jeff Cohen · 18 years ago
  49. c6d416a Remove an extraneous { at the end of a block. by Reid Spencer · 18 years ago
  50. ba74cdf Patterns no longer needed due to fix in the DAG combiner. by Jim Laskey · 18 years ago
  51. f6c4ccf This code was usurping the sextload expand in teh legalizer. Just make by Jim Laskey · 18 years ago
  52. a52035a Mark dump* routines const routines. by Devang Patel · 18 years ago
  53. 9156ec6 Some AT&T syntax assembler (e.g. Mac OS X) does not recognize the movq alias for i64 <-> XMM moves. by Evan Cheng · 18 years ago
  54. 9b84ad1 Fix long standing issue with propagating error message back to caller. This by Reid Spencer · 18 years ago
  55. cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 18 years ago
  56. c2ff962 Move PMTopLevelManager and TImingInfo into anon namespace. by Devang Patel · 18 years ago
  57. 3522355 Not all test cases are created equal. This fix is needed. by Jim Laskey · 18 years ago
  58. 182a5ac Not needed. Misinterpreted error message from other bug (Missing load/store by Jim Laskey · 18 years ago
  59. 8753c44 extern_weak linkage. fixes PR1038 by Andrew Lenharth · 18 years ago
  60. 34da726 Missing load/store relocations. by Jim Laskey · 18 years ago
  61. c4a81dc Provide 64-bit support for i64 sextload<i8>. by Jim Laskey · 18 years ago
  62. ca367b4 Provide support for FP_TO_UINT. by Jim Laskey · 18 years ago
  63. 2d53a32 silence a bogus warning by Chris Lattner · 18 years ago
  64. d22dbdf re-enable a temporarily-reverted patch by Chris Lattner · 18 years ago
  65. 86facc2 Minor clean up. by Evan Cheng · 18 years ago
  66. 0e51207 This is done. by Evan Cheng · 18 years ago
  67. 2b49c50 Expand FP compares to soft-fp call(s) by Evan Cheng · 18 years ago
  68. ef89c55 s/ForcedLastUses/TransferLastUses/g by Devang Patel · 18 years ago
  69. b92767a Simplify the fetching of relocation mode. by Jim Laskey · 18 years ago
  70. 21b7612 f64 <-> i64 bit_convert using movq in 64-bit mode. by Evan Cheng · 18 years ago
  71. e36087c Fix a couple of typo's. by Evan Cheng · 18 years ago
  72. e89546e This is done. by Evan Cheng · 18 years ago
  73. 0e8dbc6 Added MOVSS2DIrr and MOVDI2SSrr to foldMemeoryOperand(). by Evan Cheng · 18 years ago
  74. c9f0923 - Rename MOVDSS2DIrr to MOVSS2DIrr for consistency sake. by Evan Cheng · 18 years ago
  75. acd80ac 1. Tidy up jump table info. by Jim Laskey · 18 years ago
  76. 8897a7b avoid using a constant table when a constant can be used inline by Rafael Espindola · 18 years ago
  77. a84b302 random minor typographical changes by Chris Lattner · 18 years ago
  78. 15f17a7 Avoid creating invalid sub/add instructions on the prolog/epilog patch by Lauro by Rafael Espindola · 18 years ago
  79. 7a0d51c Fix a long-standing spiller bug: by Evan Cheng · 18 years ago
  80. 8e58a1b Add -time-passes support. by Devang Patel · 18 years ago
  81. 017b5d9 Add debug-pass=Details support to print Required and Preserved Set info. by Devang Patel · 18 years ago
  82. 693a74e Add " Made Modification " messages in debug-pass=Executions output. by Devang Patel · 18 years ago
  83. 4eeea77 Add debug-pass=Executions support in new pass manager. by Devang Patel · 18 years ago
  84. c32cf54 Add -pass-debug=Arguments support in new manager. by Devang Patel · 18 years ago
  85. 6e9e5e0 fit in 80 cols by Chris Lattner · 18 years ago
  86. e8ff1ce Using PDL as a prefix for PassDebugLevel enums is not a good idea. Fix it. by Devang Patel · 18 years ago
  87. 133b1dd Add note. by Evan Cheng · 18 years ago
  88. 9f87788 More soft-fp work. by Evan Cheng · 18 years ago
  89. 45dc02d Move enum PassDebugLevel from PassManagerT.h to Pass.h. by Devang Patel · 18 years ago
  90. d943aca Changed from PARALLEL_DIRS to DIRS since we're only building one directory. by John Criswell · 18 years ago
  91. 2957f12 Remove DSA. by John Criswell · 18 years ago
  92. c55b243 Fix a bug in EvaluateInDifferentType. The type of operand should not be by Reid Spencer · 18 years ago
  93. 5fed164 Update version in safe guards. by Jim Laskey · 18 years ago
  94. 7eb7638 Implement review feedback. Most of this has to do with removing unnecessary by Reid Spencer · 18 years ago
  95. e026c07 Remove DSA. by John Criswell · 18 years ago
  96. 21a55c9 For mul transforms, when checking for a cast from bool as either operand, by Reid Spencer · 18 years ago
  97. 5ae9ceb Fix and/or/xor (cast A), (cast B) --> cast (and/or/xor A, B) by Reid Spencer · 18 years ago
  98. 3ba68b9 Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode by Reid Spencer · 18 years ago
  99. dccd9fe Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 by Reid Spencer · 18 years ago
  100. 4d17caa only check non-external functions by Chris Lattner · 18 years ago