1. e4d87aa For PR950: by Reid Spencer · 18 years ago
  2. add2bd7 add a simple fast-path for dead allocas by Chris Lattner · 18 years ago
  3. c7d0f4b ModulePass and ImmutablePass. Force out of line virtual method. by Devang Patel · 18 years ago
  4. 2b2bc68 Refactored JIT codegen for mingw32. Now we're using standart relocation by Anton Korobeynikov · 18 years ago
  5. ee5f927 Need to walk the derived chain of typedefs to get actual size. by Jim Laskey · 18 years ago
  6. d472ad7 Debug dump error. by Evan Cheng · 18 years ago
  7. b9853eb add a note by Chris Lattner · 18 years ago
  8. 1a199de Fix for ARM weak symbols, patch by Lauro Ramos Venancio! by Chris Lattner · 18 years ago
  9. bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 18 years ago
  10. 246dd65 Just print integer constants as signed values. The actual signedness by Reid Spencer · 18 years ago
  11. d377350 Add a FIXME about signedness. by Reid Spencer · 18 years ago
  12. eefef64 Simplify all the casting business and get rid of isSigned(). by Reid Spencer · 18 years ago
  13. 06e3f4e Remove isSigned calls via foreknowledge of main's argument types. by Reid Spencer · 18 years ago
  14. a2913ee Get rid of a useless if statement whose then and else blocks were identical. by Reid Spencer · 18 years ago
  15. 2e20d39 Add some comments about things that can go away once signless types are in. by Reid Spencer · 18 years ago
  16. 1336a6b At the beginning of run, initialize analyis info availability for _ALL_ by Devang Patel · 18 years ago
  17. 2aa14aa Oops. by Jim Laskey · 18 years ago
  18. 40ee69f Original patch was overly complicated. by Jim Laskey · 18 years ago
  19. 62d75e7 Fix Regression/Verifier/invoke-1.ll by Chris Lattner · 18 years ago
  20. b608a4d Changes to target powerpc for non-Darwin assemblers. by Jim Laskey · 18 years ago
  21. 48c8e3d Fixed 80 cols & style violation by Anton Korobeynikov · 18 years ago
  22. 19591b3 Revert the previous patch which was incorrect. This unbreaks eon, but rebreaks by Chris Lattner · 18 years ago
  23. 9ffad0a Allow negative constants for unsigned integers and unsigned constants by Reid Spencer · 18 years ago
  24. 3bad253 handle undef values much more carefully: generalize the resolveundefbranches by Chris Lattner · 18 years ago
  25. 0b4f80e getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman by Evan Cheng · 18 years ago
  26. 15fccf1 Fixed dllimported symbols support during JIT'ing. JIT on mingw32 by Anton Korobeynikov · 18 years ago
  27. 0a36152 eliminate constructor from Statistic class. It is now impossible to get a by Chris Lattner · 18 years ago
  28. 1c560ad switch statistics over to not use static ctors. by Chris Lattner · 18 years ago
  29. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  30. cecf56b elimiante Statistic static ctors by Chris Lattner · 18 years ago
  31. 3634373 remove static ctors from Statistic objects by Chris Lattner · 18 years ago
  32. cd3245a Eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  33. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  34. cbfdd1f eliminate static ctor from example. by Chris Lattner · 18 years ago
  35. 61bc8f8 remove dead statistic by Chris Lattner · 18 years ago
  36. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  37. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  38. 438e08e Convert more Statistic's over to STATISTIC by Chris Lattner · 18 years ago
  39. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 18 years ago
  40. a70d14b Fix for PR1062 by Dan Gohman. by Evan Cheng · 18 years ago
  41. ecb2768 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 18 years ago
  42. 9d908e8 Now that ConstantInt::isValueValidForType can handle signed and unsigned by Reid Spencer · 18 years ago
  43. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 18 years ago
  44. a68941b Now, there is additional layer, referred in the comment, by Devang Patel · 18 years ago
  45. 5f4ddf5 s/BasicBlockPassManager/BBPassManager/g by Devang Patel · 18 years ago
  46. 21847f4 The x86-64 target machine should be used for amd64-* target triples. by Chris Lattner · 18 years ago
  47. 0bb3af9 Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll by Chris Lattner · 18 years ago
  48. cd79df0 Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 18 years ago
  49. 85e36e4 Clean up ConstantFoldCastInstruction. by Reid Spencer · 18 years ago
  50. 390437f Rewrite ConstantFoldCastInstruction so that it doesn't use any of the by Reid Spencer · 18 years ago
  51. 7df28dc May need to promote the operand (either sign_extend_inreg or and) before by Evan Cheng · 18 years ago
  52. 9b11d51 Make ConstantInt not care about sign any more. To ensure the AsmParser can by Reid Spencer · 18 years ago
  53. 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 18 years ago
  54. c597a88 Remove a useless statement. by Reid Spencer · 18 years ago
  55. 722cb36 LegalizeSetCCOperands() may end up inserting libcalls. They need to be by Evan Cheng · 18 years ago
  56. d71b620 For PR1042: by Reid Spencer · 18 years ago
  57. 3ef39ca macros -> Inline functions Lauros's patch by Rafael Espindola · 18 years ago
  58. 1bd82a5 Remove the createInferredCast methods now that their last uses have been by Reid Spencer · 18 years ago
  59. 8a903db Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 18 years ago
  60. d97321c Remove the two-argument (inferred cast) form of ConstantExpr::getCast now by Reid Spencer · 18 years ago
  61. dc26a9b Convert the last use of two-argument ConstantExpr::getCast into another by Reid Spencer · 18 years ago
  62. fdf15e1 Revert last patch. ConstantInt isn't quite ready for signlessness. by Reid Spencer · 18 years ago
  63. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  64. d54d8fa Remove the last use of getUnsignedVersion and getSignedVersion from VMCore. by Reid Spencer · 18 years ago
  65. c1f400c Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! by Chris Lattner · 18 years ago
  66. 2258664 Use a predicate function to identify bitcast of fp and integer instead of by Reid Spencer · 18 years ago
  67. 941cfda Fix PR1058: by Reid Spencer · 18 years ago
  68. f2174da Fixed so that it dereferences the ostream pointer. by Bill Wendling · 18 years ago
  69. c252fac This snuck in. Reverted. by Bill Wendling · 18 years ago
  70. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  71. 95ca3a4 when inserting a dummy argument to work-around the CBE not supporting by Chris Lattner · 18 years ago
  72. 36d4396 Fix PR1049 and CodeGen/Generic/2006-12-16-InlineAsmCrash.ll by Chris Lattner · 18 years ago
  73. 3381f0a Apply B. Scott Michel's patch for PR1054, thanks! by Chris Lattner · 18 years ago
  74. e90460e Cannot combine an indexed load / store any further. by Evan Cheng · 18 years ago
  75. e3cbe03 Fix PR1042, by tightening up the subtle rules with invoke value use. by Chris Lattner · 18 years ago
  76. aa975c1 Expand FP undef by Evan Cheng · 18 years ago
  77. 4b60774 The best unbreakage yet, addressing Bill's concerns. by Jeff Cohen · 18 years ago
  78. 0b1b9dc Allow promoted FP_TO_UINT / FP_TO_SINT to expand operand. by Evan Cheng · 18 years ago
  79. 1554c85 Add getNumContainedPasses() and getContainedPass() inteface and use by Devang Patel · 18 years ago
  80. 966bf24 Expand fabs / fneg to and / xor. by Evan Cheng · 18 years ago
  81. 1a80386 Cosmetic changes, based on Chris's review. by Devang Patel · 18 years ago
  82. c21c5ee An even better unbreakage... by Jeff Cohen · 18 years ago
  83. 19103b1 Fix select_cc, select expansion to soft-fp bugs. by Evan Cheng · 18 years ago
  84. 6ebe235 Partial unbreak of VC++ (stream stuff has no easy fix). by Jeff Cohen · 18 years ago
  85. c6d416a Remove an extraneous { at the end of a block. by Reid Spencer · 18 years ago
  86. ba74cdf Patterns no longer needed due to fix in the DAG combiner. by Jim Laskey · 18 years ago
  87. f6c4ccf This code was usurping the sextload expand in teh legalizer. Just make by Jim Laskey · 18 years ago
  88. a52035a Mark dump* routines const routines. by Devang Patel · 18 years ago
  89. 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
  90. 9b84ad1 Fix long standing issue with propagating error message back to caller. This by Reid Spencer · 18 years ago
  91. cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 18 years ago
  92. c2ff962 Move PMTopLevelManager and TImingInfo into anon namespace. by Devang Patel · 18 years ago
  93. 3522355 Not all test cases are created equal. This fix is needed. by Jim Laskey · 18 years ago
  94. 182a5ac Not needed. Misinterpreted error message from other bug (Missing load/store by Jim Laskey · 18 years ago
  95. 8753c44 extern_weak linkage. fixes PR1038 by Andrew Lenharth · 18 years ago
  96. 34da726 Missing load/store relocations. by Jim Laskey · 18 years ago
  97. c4a81dc Provide 64-bit support for i64 sextload<i8>. by Jim Laskey · 18 years ago
  98. ca367b4 Provide support for FP_TO_UINT. by Jim Laskey · 18 years ago
  99. 2d53a32 silence a bogus warning by Chris Lattner · 18 years ago
  100. d22dbdf re-enable a temporarily-reverted patch by Chris Lattner · 18 years ago