1. 03a6d96 add a note: we need whole-function selectiondags :) by Chris Lattner · 18 years ago
  2. c4e664b Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being by Chris Lattner · 18 years ago
  3. 938ab02 add options to view the dags before the first or second pass of dag combine. by Chris Lattner · 18 years ago
  4. 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 18 years ago
  5. eb9a42c Fix for PR1095: by Bill Wendling · 18 years ago
  6. 8f3f3d1 Code refactoring. by Devang Patel · 18 years ago
  7. 66eeb49 Remove extra white spaces. Fix comments. by Devang Patel · 18 years ago
  8. 3f5ecd7 Do not record last users of Pass Manager. by Devang Patel · 18 years ago
  9. 1b30754 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  10. 9a40c02 make this more efficient in release builds (time and space) by Chris Lattner · 18 years ago
  11. 0d880c3 Fix a regression in my isIntegral patch that broke 471.omnetpp. This is by Chris Lattner · 18 years ago
  12. dd40258 Don't print address of ETNode. Print the DFSNumIn which uniquely identifies by Nick Lewycky · 18 years ago
  13. ff9f13a Implement InstCombine/phi.ll:test7, deletion of trivial value loops for by Chris Lattner · 18 years ago
  14. 76b7a06 simplify some code now that types are signless by Chris Lattner · 18 years ago
  15. 836692d delete stores to allocas with one use. This is a trivial form of DSE which by Chris Lattner · 18 years ago
  16. b5282dc Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% by Chris Lattner · 18 years ago
  17. 7ace299 add some notes by Chris Lattner · 18 years ago
  18. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  19. b25c4ca regenerate by Chris Lattner · 18 years ago
  20. b9d8b97 teach VMCore to accept i1 add's and shifts by Chris Lattner · 18 years ago
  21. 0ee69bb eliminate calls to Type::isInteger, preferring isIntegral instead. by Chris Lattner · 18 years ago
  22. 3fa0ba7 allow i1 to operators like shift and add. by Chris Lattner · 18 years ago
  23. b2f3e70 Update code to eliminate calls to isInteger, calling isIntegral instead. by Chris Lattner · 18 years ago
  24. 4d5f508 Eliminate calls to isInteger, generalizing code and tightening checks as needed. by Chris Lattner · 18 years ago
  25. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 18 years ago
  26. 0762705 Fix correlated exprs regressions by Chris Lattner · 18 years ago
  27. bbd528d don't discriminate against i1 by Chris Lattner · 18 years ago
  28. caed0e3 Fix Analysis/Dominators/2006-10-02-BreakCritEdges.ll by Chris Lattner · 18 years ago
  29. 58e9746 instcombine has always been miscompiling fcmp x, x, disregarding possible by Chris Lattner · 18 years ago
  30. 9fa58b5 Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by being by Chris Lattner · 18 years ago
  31. 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 18 years ago
  32. 70d4107 add support for hidden visibility to darwin/ppc and linux/ppc targets by Chris Lattner · 18 years ago
  33. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 18 years ago
  34. 9784bc7 add a new HiddenDirective member for handling visibility. by Chris Lattner · 18 years ago
  35. 5b3a48d add a missing else. This caused globals to be printed as: by Chris Lattner · 18 years ago
  36. 241607d fit to 80 cols. Remove now-extraneous checks for ptr->ptr bitcasts. by Chris Lattner · 18 years ago
  37. 192e403 Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll by Chris Lattner · 18 years ago
  38. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 18 years ago
  39. 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 18 years ago
  40. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 18 years ago
  41. a5c5e77 Fix Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll, which is part by Chris Lattner · 18 years ago
  42. ac3e76c Fix indentation to prior level for easier diffs. by Reid Spencer · 18 years ago
  43. 6f40790 Regenerate. by Reid Spencer · 18 years ago
  44. 8088e9d Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn't by Reid Spencer · 18 years ago
  45. 0be7f47 "Default context" blocks can occur after a non-default one. This meant by Nick Lewycky · 18 years ago
  46. a1fed2d Fix a FIXME. 1 bit integer types are now printed as i1 not bool. by Reid Spencer · 18 years ago
  47. 54a525d Fix a minor bug handling constant exprs, introduced by a recent patch. by Chris Lattner · 18 years ago
  48. 062f036 Make sure the IntegerValType has enough space for 2^23 bits. by Reid Spencer · 18 years ago
  49. 790366b Make sure that GEP indices are only 32 or 64 bits. We're not ready for by Reid Spencer · 18 years ago
  50. b61c1ce Get rid of some useless distinction between bool and integer. by Reid Spencer · 18 years ago
  51. c08b56f fix a bug in a recent patch by Chris Lattner · 18 years ago
  52. 31b8568 Remove this file. It was inadvertently added because I could not find by Reid Spencer · 18 years ago
  53. e5530da Compensate for loss of DerivedTypes.h in TargetLowering.h by Reid Spencer · 18 years ago
  54. 02114aa Move a function out of line. by Reid Spencer · 18 years ago
  55. 286bf46 remove over-general code. by Chris Lattner · 18 years ago
  56. fb93931 remove unneeded special case for bool by Chris Lattner · 18 years ago
  57. a55866f Eliminate a log(n) lookup by Chris Lattner · 18 years ago
  58. 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 18 years ago
  59. a214cbb Add a new home for TargetLowering member functions. by Reid Spencer · 18 years ago
  60. c09b52f remove obsolete fixme by Chris Lattner · 18 years ago
  61. ef60b2c simplify some code by Chris Lattner · 18 years ago
  62. 79cca50 Minor fix. by Evan Cheng · 18 years ago
  63. 720922f Remove over-general comparisons by Chris Lattner · 18 years ago
  64. fa30182 Allow isAllOnesValue testing on packed constants by Jim Laskey · 18 years ago
  65. 5293e7d Don't add or sub zero to sp. by Lauro Ramos Venancio · 18 years ago
  66. a38bbf7 Build constants using instructions mov/orr or mvn/eor. by Lauro Ramos Venancio · 18 years ago
  67. e24e0e1 s/addPassToManager/add/g by Devang Patel · 18 years ago
  68. 178a352 Regenerate by Anton Korobeynikov · 18 years ago
  69. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  70. ab7752c Move PMTopLevelManager, PMDataManager and FPPassManger classes into by Devang Patel · 18 years ago
  71. d333d90 Remove a bunch of duplicated code. Among other things, this fixes by Chris Lattner · 18 years ago
  72. e9d4fa7 eliminate redundant check by Chris Lattner · 18 years ago
  73. 0fab59c regenerate by Chris Lattner · 18 years ago
  74. 89282b8 This production is dead, the lexer can never return 'NOT' by Chris Lattner · 18 years ago
  75. 97d1fad Branch conditions must be i1 by Chris Lattner · 18 years ago
  76. ef3baf0 don't discriminate against bool by Chris Lattner · 18 years ago
  77. 05b30d8 remove unneeded special cases by Chris Lattner · 18 years ago
  78. 0bb3831 GEP operands can't be bools by Chris Lattner · 18 years ago
  79. a875df3 Simplify code by Chris Lattner · 18 years ago
  80. a0dd987 Remove dead code. by Devang Patel · 18 years ago
  81. 4db2063 Regenerate. by Reid Spencer · 18 years ago
  82. c25a9b9 Integer type names need 1 or more digits, not zero or more. by Reid Spencer · 18 years ago
  83. 15ee935 Always write 1 bit integers as i1 not "bool". by Reid Spencer · 18 years ago
  84. e77d10d Comment. by Evan Cheng · 18 years ago
  85. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  86. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  87. 5696622 Store default libgcc routine names and allow them to be redefined by target. by Evan Cheng · 18 years ago
  88. 28c5b15 If we know that it's a constant being casted, propagate through the cast by Nick Lewycky · 18 years ago
  89. c2a7d09 Clean up logic after ConstantBool removal. by Nick Lewycky · 18 years ago
  90. 36bcb82 Start using PMStack. Now each pass is responsibe for assinging by Devang Patel · 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. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  95. 057809a Fixed indentation. by Zhou Sheng · 18 years ago
  96. 11b910c Shut up a warning about signed/unsigned. by Reid Spencer · 18 years ago
  97. ac618e6 simplify some logic further by Chris Lattner · 18 years ago
  98. 22379bc Recommit my previous patch with a bugfix: printInfoComment works on both by Chris Lattner · 18 years ago
  99. bc00fec Quiet compiler warning. The only reason the function is marked virtual by Nick Lewycky · 18 years ago
  100. 419c6f5 New predicate simplifier! by Nick Lewycky · 18 years ago