1. 241607d fit to 80 cols. Remove now-extraneous checks for ptr->ptr bitcasts. by Chris Lattner · 18 years ago
  2. 84efeda testcase for pr1109 by Chris Lattner · 18 years ago
  3. 192e403 Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll by Chris Lattner · 18 years ago
  4. d8523aa new testcase for pr1101 by Chris Lattner · 18 years ago
  5. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 18 years ago
  6. 68027ea add a global variable example by Chris Lattner · 18 years ago
  7. 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 18 years ago
  8. 6533930 new testcase for pr1103 by Chris Lattner · 18 years ago
  9. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 18 years ago
  10. 1034a39 testcase reduced from pr1107 by Chris Lattner · 18 years ago
  11. a5c5e77 Fix Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll, which is part by Chris Lattner · 18 years ago
  12. ac3e76c Fix indentation to prior level for easier diffs. by Reid Spencer · 18 years ago
  13. 737ec51 For PR1043: by Reid Spencer · 18 years ago
  14. 6f40790 Regenerate. by Reid Spencer · 18 years ago
  15. 8088e9d Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn't by Reid Spencer · 18 years ago
  16. 195a32e5 Regenerate. by Reid Spencer · 18 years ago
  17. 692ede5 Can't generate "bool" any more. Change to i1 by Reid Spencer · 18 years ago
  18. f2f8820 Can't grep for bool any more. by Reid Spencer · 18 years ago
  19. 0be7f47 "Default context" blocks can occur after a non-default one. This meant by Nick Lewycky · 18 years ago
  20. a1fed2d Fix a FIXME. 1 bit integer types are now printed as i1 not bool. by Reid Spencer · 18 years ago
  21. 54a525d Fix a minor bug handling constant exprs, introduced by a recent patch. by Chris Lattner · 18 years ago
  22. 7cfdd0b Remove this obsolete test. The CBE will never be able to handle zero argument by Chris Lattner · 18 years ago
  23. f947e92 Whoops. Give this test some input. Doubly important since its XFAIL. by Reid Spencer · 18 years ago
  24. f6e5459 Regenerate. by Reid Spencer · 18 years ago
  25. 2b21761 Don't attempt to upgrade argument to va.start and va.end if there are none. by Reid Spencer · 18 years ago
  26. b3258a3 This is not an upgrade candidate any more. by Reid Spencer · 18 years ago
  27. f0c9a65 Regenerate. by Reid Spencer · 18 years ago
  28. 062f036 Make sure the IntegerValType has enough space for 2^23 bits. by Reid Spencer · 18 years ago
  29. 790366b Make sure that GEP indices are only 32 or 64 bits. We're not ready for by Reid Spencer · 18 years ago
  30. b61c1ce Get rid of some useless distinction between bool and integer. by Reid Spencer · 18 years ago
  31. c4d9625 Regenerate. by Reid Spencer · 18 years ago
  32. c08b56f fix a bug in a recent patch by Chris Lattner · 18 years ago
  33. fbb7b69 For PR1093: by Reid Spencer · 18 years ago
  34. 845a4ac Test case for PR1093 for llvm.va_* intrinsics upgrade. by Reid Spencer · 18 years ago
  35. 569cc89 virtual not needed. by Jim Laskey · 18 years ago
  36. 31b8568 Remove this file. It was inadvertently added because I could not find by Reid Spencer · 18 years ago
  37. e5530da Compensate for loss of DerivedTypes.h in TargetLowering.h by Reid Spencer · 18 years ago
  38. 02114aa Move a function out of line. by Reid Spencer · 18 years ago
  39. 286bf46 remove over-general code. by Chris Lattner · 18 years ago
  40. fb93931 remove unneeded special case for bool by Chris Lattner · 18 years ago
  41. a55866f Eliminate a log(n) lookup by Chris Lattner · 18 years ago
  42. 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 18 years ago
  43. c254b1d Don't #include DerivedTypes.h in this header. Make adjustments to by Reid Spencer · 18 years ago
  44. a214cbb Add a new home for TargetLowering member functions. by Reid Spencer · 18 years ago
  45. c09b52f remove obsolete fixme by Chris Lattner · 18 years ago
  46. ef60b2c simplify some code by Chris Lattner · 18 years ago
  47. 79cca50 Minor fix. by Evan Cheng · 18 years ago
  48. 4956001 - Move RTLIB::Libcall enum to a separate file. - Code clean up. by Evan Cheng · 18 years ago
  49. 720922f Remove over-general comparisons by Chris Lattner · 18 years ago
  50. fa30182 Allow isAllOnesValue testing on packed constants by Jim Laskey · 18 years ago
  51. 9f7f49c Silence a bogus compiler warning. by Evan Cheng · 18 years ago
  52. a82d407 inline isIntegral to make this method look like classof for all other by Chris Lattner · 18 years ago
  53. bcaae8d update this to work with recent asmprinter change by Chris Lattner · 18 years ago
  54. 5293e7d Don't add or sub zero to sp. by Lauro Ramos Venancio · 18 years ago
  55. a38bbf7 Build constants using instructions mov/orr or mvn/eor. by Lauro Ramos Venancio · 18 years ago
  56. 609ca3e Regenerate. by Reid Spencer · 18 years ago
  57. 9421014 Remove support for upgrading NOT. The llvm-upgrade lexer didn't recognize by Reid Spencer · 18 years ago
  58. e24e0e1 s/addPassToManager/add/g by Devang Patel · 18 years ago
  59. 178a352 Regenerate by Anton Korobeynikov · 18 years ago
  60. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  61. ab7752c Move PMTopLevelManager, PMDataManager and FPPassManger classes into by Devang Patel · 18 years ago
  62. d333d90 Remove a bunch of duplicated code. Among other things, this fixes by Chris Lattner · 18 years ago
  63. f6e7bb4 unbreak i1 constants with the cpp writer, eliminate special case. by Chris Lattner · 18 years ago
  64. e9d4fa7 eliminate redundant check by Chris Lattner · 18 years ago
  65. 0fab59c regenerate by Chris Lattner · 18 years ago
  66. 89282b8 This production is dead, the lexer can never return 'NOT' by Chris Lattner · 18 years ago
  67. 97d1fad Branch conditions must be i1 by Chris Lattner · 18 years ago
  68. ef3baf0 don't discriminate against bool by Chris Lattner · 18 years ago
  69. 05b30d8 remove unneeded special cases by Chris Lattner · 18 years ago
  70. 28783c3 '==' is not a legal test operator on BSD. Use '='. by Jeff Cohen · 18 years ago
  71. 0bb3831 GEP operands can't be bools by Chris Lattner · 18 years ago
  72. a875df3 Simplify code by Chris Lattner · 18 years ago
  73. 303c4b4 Make a couple organizational changes. Type no longer derives from Value by Reid Spencer · 18 years ago
  74. a0dd987 Remove dead code. by Devang Patel · 18 years ago
  75. 06565dc Update documentation for arbitrary precision integers: by Reid Spencer · 18 years ago
  76. b592952 Fix a typo. by Reid Spencer · 18 years ago
  77. 4db2063 Regenerate. by Reid Spencer · 18 years ago
  78. c25a9b9 Integer type names need 1 or more digits, not zero or more. by Reid Spencer · 18 years ago
  79. 15ee935 Always write 1 bit integers as i1 not "bool". by Reid Spencer · 18 years ago
  80. e77d10d Comment. by Evan Cheng · 18 years ago
  81. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  82. ed30989 Fix persistent conflict madness by removing these from cvs. by Chris Lattner · 18 years ago
  83. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  84. 53bfebc Update for changes in the IR. The ConstantIntegral, ConstantBool, and by Reid Spencer · 18 years ago
  85. c78f337 Update for changes in the assembly syntax. bool is replaced with i1. by Reid Spencer · 18 years ago
  86. 5696622 Store default libgcc routine names and allow them to be redefined by target. by Evan Cheng · 18 years ago
  87. 28c5b15 If we know that it's a constant being casted, propagate through the cast by Nick Lewycky · 18 years ago
  88. c2a7d09 Clean up logic after ConstantBool removal. by Nick Lewycky · 18 years ago
  89. 36bcb82 Start using PMStack. Now each pass is responsibe for assinging by Devang Patel · 18 years ago
  90. 6cb4c1ad Don't remove the find_rule label from FLEX output. It is needed by some by Reid Spencer · 18 years ago
  91. 6b9420e Use getPassManagerType() instead of dynamic_cast. by Devang Patel · 18 years ago
  92. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  93. 34dceb4 Remove unnecessary boolean type check. by Zhou Sheng · 18 years ago
  94. 9c799ff Fixed a bug in ConstantInt::Inverted(). Modified comment of that method. by Zhou Sheng · 18 years ago
  95. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  96. 057809a Fixed indentation. by Zhou Sheng · 18 years ago
  97. 11b910c Shut up a warning about signed/unsigned. by Reid Spencer · 18 years ago
  98. 40beb40 Put in some needed \ at the end of lines!!! by Reid Spencer · 18 years ago
  99. ac618e6 simplify some logic further by Chris Lattner · 18 years ago
  100. 22379bc Recommit my previous patch with a bugfix: printInfoComment works on both by Chris Lattner · 18 years ago