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. 29ee5c1 Enable new pass manager. 2nd attempt. by Devang Patel · 18 years ago
  4. c7d0f4b ModulePass and ImmutablePass. Force out of line virtual method. by Devang Patel · 18 years ago
  5. 40bf725 add a generic component to this test by Chris Lattner · 18 years ago
  6. 8c5250f let this pass for ppc/linux by Chris Lattner · 18 years ago
  7. 2b2bc68 Refactored JIT codegen for mingw32. Now we're using standart relocation by Anton Korobeynikov · 18 years ago
  8. ee5f927 Need to walk the derived chain of typedefs to get actual size. by Jim Laskey · 18 years ago
  9. d472ad7 Debug dump error. by Evan Cheng · 18 years ago
  10. 961a0f2 Ignore the LibDeps.txt.tmp file. by Reid Spencer · 18 years ago
  11. b9853eb add a note by Chris Lattner · 18 years ago
  12. 1a199de Fix for ARM weak symbols, patch by Lauro Ramos Venancio! by Chris Lattner · 18 years ago
  13. 282d8c1 Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the by Reid Spencer · 18 years ago
  14. 7f44f6a Grandchildren are covered by protect. by Jim Laskey · 18 years ago
  15. bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 18 years ago
  16. 787bfe6 Integer constants now print out as signed values in the assembly, by Reid Spencer · 18 years ago
  17. 246dd65 Just print integer constants as signed values. The actual signedness by Reid Spencer · 18 years ago
  18. d377350 Add a FIXME about signedness. by Reid Spencer · 18 years ago
  19. eefef64 Simplify all the casting business and get rid of isSigned(). by Reid Spencer · 18 years ago
  20. 06e3f4e Remove isSigned calls via foreknowledge of main's argument types. by Reid Spencer · 18 years ago
  21. a2913ee Get rid of a useless if statement whose then and else blocks were identical. by Reid Spencer · 18 years ago
  22. 2e20d39 Add some comments about things that can go away once signless types are in. by Reid Spencer · 18 years ago
  23. 1336a6b At the beginning of run, initialize analyis info availability for _ALL_ by Devang Patel · 18 years ago
  24. bc91546 These tests all rely on using register mnemonics and thus must behave in the by Jim Laskey · 18 years ago
  25. 2aa14aa Oops. by Jim Laskey · 18 years ago
  26. 40ee69f Original patch was overly complicated. by Jim Laskey · 18 years ago
  27. 62d75e7 Fix Regression/Verifier/invoke-1.ll by Chris Lattner · 18 years ago
  28. b608a4d Changes to target powerpc for non-Darwin assemblers. by Jim Laskey · 18 years ago
  29. 48c8e3d Fixed 80 cols & style violation by Anton Korobeynikov · 18 years ago
  30. 52fc5fe Enable old pass manager. New pass manager causes CBE failures in llvm-test. by Devang Patel · 18 years ago
  31. 19591b3 Revert the previous patch which was incorrect. This unbreaks eon, but rebreaks by Chris Lattner · 18 years ago
  32. 505811e Add some tests for negative constants to unsigned and large positive by Reid Spencer · 18 years ago
  33. 9ffad0a Allow negative constants for unsigned integers and unsigned constants by Reid Spencer · 18 years ago
  34. 3bad253 handle undef values much more carefully: generalize the resolveundefbranches by Chris Lattner · 18 years ago
  35. d407f41 new testcase by Chris Lattner · 18 years ago
  36. 0f9a413 fix a typo by Chris Lattner · 18 years ago
  37. 0b4f80e getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan Gohman by Evan Cheng · 18 years ago
  38. 15fccf1 Fixed dllimported symbols support during JIT'ing. JIT on mingw32 by Anton Korobeynikov · 18 years ago
  39. 0a36152 eliminate constructor from Statistic class. It is now impossible to get a by Chris Lattner · 18 years ago
  40. 1c560ad switch statistics over to not use static ctors. by Chris Lattner · 18 years ago
  41. 89e211e Remove documentation for isSigned and isUnsigned methods of Type class. by Reid Spencer · 18 years ago
  42. 2edc43f switch statistic over, remove misspelt comment. by Chris Lattner · 18 years ago
  43. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  44. cecf56b elimiante Statistic static ctors by Chris Lattner · 18 years ago
  45. 3d3a429 Added operator methods to the Statistic class; some LLVM projects depend by John Criswell · 18 years ago
  46. 3634373 remove static ctors from Statistic objects by Chris Lattner · 18 years ago
  47. 13b017c Update this test because constant integers are always printed signed now. by Reid Spencer · 18 years ago
  48. cd3245a Eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  49. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 18 years ago
  50. cbfdd1f eliminate static ctor from example. by Chris Lattner · 18 years ago
  51. 61bc8f8 remove dead statistic by Chris Lattner · 18 years ago
  52. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  53. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  54. 438e08e Convert more Statistic's over to STATISTIC by Chris Lattner · 18 years ago
  55. 0be6fdf update to reflect changes in statistic class. by Chris Lattner · 18 years ago
  56. 0e5f499 Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic by Chris Lattner · 18 years ago
  57. 193c88c Enable new pass manager. by Devang Patel · 18 years ago
  58. a70d14b Fix for PR1062 by Dan Gohman. by Evan Cheng · 18 years ago
  59. ecb2768 Refactor statistic a big and introduce a horrible-but-necessary macro by Chris Lattner · 18 years ago
  60. 9d908e8 Now that ConstantInt::isValueValidForType can handle signed and unsigned by Reid Spencer · 18 years ago
  61. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 18 years ago
  62. a68941b Now, there is additional layer, referred in the comment, by Devang Patel · 18 years ago
  63. b60528b For PR950: Test needs to be upgraded for the forthcoming FCmpInst patch. by Reid Spencer · 18 years ago
  64. 79a7eaa This test needs to be upgraded for the forthcoming FCmpInst patch. by Reid Spencer · 18 years ago
  65. 6388e30 Fix an example that used the old SetCondInst instruction. by Reid Spencer · 18 years ago
  66. c92d25d Make changes for removal of SETCC instruction to unify with LangRef.html. by Reid Spencer · 18 years ago
  67. 5f4ddf5 s/BasicBlockPassManager/BBPassManager/g by Devang Patel · 18 years ago
  68. 21847f4 The x86-64 target machine should be used for amd64-* target triples. by Chris Lattner · 18 years ago
  69. eae919f This test needs to be upgraded for the FCmpInst patch. by Reid Spencer · 18 years ago
  70. 0bb3af9 Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll by Chris Lattner · 18 years ago
  71. db16727 Make sure linker output is overwritten so this test can pass multiple times. by Reid Spencer · 18 years ago
  72. cbac0aa testcase for pr1061 by Chris Lattner · 18 years ago
  73. cd79df0 Partly fixed JITing on mingw32 platform. The support is not full due to by Anton Korobeynikov · 18 years ago
  74. 85e36e4 Clean up ConstantFoldCastInstruction. by Reid Spencer · 18 years ago
  75. 390437f Rewrite ConstantFoldCastInstruction so that it doesn't use any of the by Reid Spencer · 18 years ago
  76. 0b985dc Back out last revision, a bit premature, its not an upgrade-only change. by Reid Spencer · 18 years ago
  77. f231590 For PR950: Upgrade this test in preparation for the SETCC patch. by Reid Spencer · 18 years ago
  78. 81daddb For PR950: These tests need to be upgraded in preparation for the SETCC patch. by Reid Spencer · 18 years ago
  79. 0db64ca This test needs to be upgraded in preparation for the SETCC patch. by Reid Spencer · 18 years ago
  80. b717d10 This test needs to be upgraded. by Reid Spencer · 18 years ago
  81. 7df28dc May need to promote the operand (either sign_extend_inreg or and) before by Evan Cheng · 18 years ago
  82. 6d0483a Correct the description of ConstantInt::isValueValidForType. by Reid Spencer · 18 years ago
  83. 9b11d51 Make ConstantInt not care about sign any more. To ensure the AsmParser can by Reid Spencer · 18 years ago
  84. 75de5ab Fix a bug in GetConstantFactor for affine expressions, in which the existing by Chris Lattner · 18 years ago
  85. 49e6a9b Doxgenate comments. Add GreatestCommonDivisor64 by Chris Lattner · 18 years ago
  86. c597a88 Remove a useless statement. by Reid Spencer · 18 years ago
  87. 722cb36 LegalizeSetCCOperands() may end up inserting libcalls. They need to be by Evan Cheng · 18 years ago
  88. fc04e5e Removed llvm_ostream and used std::ostream instead. by Bill Wendling · 18 years ago
  89. d71b620 For PR1042: by Reid Spencer · 18 years ago
  90. 3ef39ca macros -> Inline functions Lauros's patch by Rafael Espindola · 18 years ago
  91. 1bd82a5 Remove the createInferredCast methods now that their last uses have been by Reid Spencer · 18 years ago
  92. 8a903db Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 18 years ago
  93. d97321c Remove the two-argument (inferred cast) form of ConstantExpr::getCast now by Reid Spencer · 18 years ago
  94. dc26a9b Convert the last use of two-argument ConstantExpr::getCast into another by Reid Spencer · 18 years ago
  95. f6c511c Remove a call to Type::isSigned(). by Reid Spencer · 18 years ago
  96. fdf15e1 Revert last patch. ConstantInt isn't quite ready for signlessness. by Reid Spencer · 18 years ago
  97. af58cae Determine if the -enable-pic option was given. by Reid Spencer · 18 years ago
  98. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  99. 0be3ed8 Add a couple little tests for SExt/ZExt of constants of a sign that doesn't by Reid Spencer · 18 years ago
  100. d54d8fa Remove the last use of getUnsignedVersion and getSignedVersion from VMCore. by Reid Spencer · 18 years ago