1. a80cc93 Fix SMG2000 with the CBE: opaque types need names too. by Chris Lattner · 19 years ago
  2. 26aa785 document some subtlety by Chris Lattner · 19 years ago
  3. d05ca65 Emit symbol type information for ELF/COFF targets by Anton Korobeynikov · 19 years ago
  4. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
  5. 19e8b0c Fix PR918 by only using typedefs to name struct types. This makes the later by Chris Lattner · 19 years ago
  6. efe0213 testcase for PR918 by Chris Lattner · 19 years ago
  7. 03a6d96 add a note: we need whole-function selectiondags :) by Chris Lattner · 19 years ago
  8. c4e664b Fix PR1114 and CodeGen/Generic/2007-01-15-LoadSelectCycle.ll by being by Chris Lattner · 19 years ago
  9. 232b8ad new testcase for PR1114 by Chris Lattner · 19 years ago
  10. 938ab02 add options to view the dags before the first or second pass of dag combine. by Chris Lattner · 19 years ago
  11. e47b029 Added a -mtriple flag to force darwin backend. by Bill Wendling · 19 years ago
  12. 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 19 years ago
  13. eb9a42c Fix for PR1095: by Bill Wendling · 19 years ago
  14. 8f3f3d1 Code refactoring. by Devang Patel · 19 years ago
  15. 66eeb49 Remove extra white spaces. Fix comments. by Devang Patel · 19 years ago
  16. 3f5ecd7 Do not record last users of Pass Manager. by Devang Patel · 19 years ago
  17. 1b30754 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  18. def2760 test darwin too! :) by Chris Lattner · 19 years ago
  19. 7bf214d One more @ to remove. by Reid Spencer · 19 years ago
  20. 9a40c02 make this more efficient in release builds (time and space) by Chris Lattner · 19 years ago
  21. 950e9f8 Update documentation for parameter attributes for the syntax change. by Reid Spencer · 19 years ago
  22. 0d880c3 Fix a regression in my isIntegral patch that broke 471.omnetpp. This is by Chris Lattner · 19 years ago
  23. dd40258 Don't print address of ETNode. Print the DFSNumIn which uniquely identifies by Nick Lewycky · 19 years ago
  24. ac98024 Run an instcombine pass after inlining but before scalarrepl. This allows by Chris Lattner · 19 years ago
  25. ff9f13a Implement InstCombine/phi.ll:test7, deletion of trivial value loops for by Chris Lattner · 19 years ago
  26. 151bece new testcase by Chris Lattner · 19 years ago
  27. 76b7a06 simplify some code now that types are signless by Chris Lattner · 19 years ago
  28. 836692d delete stores to allocas with one use. This is a trivial form of DSE which by Chris Lattner · 19 years ago
  29. 8d14221 add a simple case where instcombine can detect and remove a dead alloca by Chris Lattner · 19 years ago
  30. b5282dc Constant fold llvm.powi.*. This speeds up tramp3d--v4 by 9.5% by Chris Lattner · 19 years ago
  31. 7ace299 add some notes by Chris Lattner · 19 years ago
  32. b6673a9 Regenerate. by Reid Spencer · 19 years ago
  33. 3d6cd1b For PR1113: by Reid Spencer · 19 years ago
  34. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  35. b25c4ca regenerate by Chris Lattner · 19 years ago
  36. b9d8b97 teach VMCore to accept i1 add's and shifts by Chris Lattner · 19 years ago
  37. 0ee69bb eliminate calls to Type::isInteger, preferring isIntegral instead. by Chris Lattner · 19 years ago
  38. 3fa0ba7 allow i1 to operators like shift and add. by Chris Lattner · 19 years ago
  39. b2f3e70 Update code to eliminate calls to isInteger, calling isIntegral instead. by Chris Lattner · 19 years ago
  40. 8f79df3 Change to match API changes. by Chris Lattner · 19 years ago
  41. 4d5f508 Eliminate calls to isInteger, generalizing code and tightening checks as needed. by Chris Lattner · 19 years ago
  42. 3b19d65 Terminology change: drop 'integral' completely. Now we just have integer, by Chris Lattner · 19 years ago
  43. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 19 years ago
  44. d4427b6 ensure these don't xpass if opt crashes by Chris Lattner · 19 years ago
  45. 0762705 Fix correlated exprs regressions by Chris Lattner · 19 years ago
  46. bbd528d don't discriminate against i1 by Chris Lattner · 19 years ago
  47. 30d0c58 Regenerate by Reid Spencer · 19 years ago
  48. e0a15bb Reorganize things a bit in preparation for rewrite. Although this looks by Reid Spencer · 19 years ago
  49. caed0e3 Fix Analysis/Dominators/2006-10-02-BreakCritEdges.ll by Chris Lattner · 19 years ago
  50. 488228c Primitive types don't include integers any more, adjust. by Reid Spencer · 19 years ago
  51. 58e9746 instcombine has always been miscompiling fcmp x, x, disregarding possible by Chris Lattner · 19 years ago
  52. b769d56 add accessors by Chris Lattner · 19 years ago
  53. 3ccebe4 new testcase by Chris Lattner · 19 years ago
  54. dcec14e verify that hidden visibility support never goes away by Chris Lattner · 19 years ago
  55. 9fa58b5 Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by being by Chris Lattner · 19 years ago
  56. 5a42a93 testcase for pr1110 by Chris Lattner · 19 years ago
  57. 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 19 years ago
  58. 4887bd8 clarify linkonce/weak linkage by Chris Lattner · 19 years ago
  59. 70d4107 add support for hidden visibility to darwin/ppc and linux/ppc targets by Chris Lattner · 19 years ago
  60. 4580e52 Fix an incorrect conversion of int -> i32 by Reid Spencer · 19 years ago
  61. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 19 years ago
  62. 9784bc7 add a new HiddenDirective member for handling visibility. by Chris Lattner · 19 years ago
  63. 5b3a48d add a missing else. This caused globals to be printed as: by Chris Lattner · 19 years ago
  64. 241607d fit to 80 cols. Remove now-extraneous checks for ptr->ptr bitcasts. by Chris Lattner · 19 years ago
  65. 84efeda testcase for pr1109 by Chris Lattner · 19 years ago
  66. 192e403 Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll by Chris Lattner · 19 years ago
  67. d8523aa new testcase for pr1101 by Chris Lattner · 19 years ago
  68. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 19 years ago
  69. 68027ea add a global variable example by Chris Lattner · 19 years ago
  70. 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 19 years ago
  71. 6533930 new testcase for pr1103 by Chris Lattner · 19 years ago
  72. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 19 years ago
  73. 1034a39 testcase reduced from pr1107 by Chris Lattner · 19 years ago
  74. a5c5e77 Fix Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll, which is part by Chris Lattner · 19 years ago
  75. ac3e76c Fix indentation to prior level for easier diffs. by Reid Spencer · 19 years ago
  76. 737ec51 For PR1043: by Reid Spencer · 19 years ago
  77. 6f40790 Regenerate. by Reid Spencer · 19 years ago
  78. 8088e9d Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn't by Reid Spencer · 19 years ago
  79. 195a32e5 Regenerate. by Reid Spencer · 19 years ago
  80. 692ede5 Can't generate "bool" any more. Change to i1 by Reid Spencer · 19 years ago
  81. f2f8820 Can't grep for bool any more. by Reid Spencer · 19 years ago
  82. 0be7f47 "Default context" blocks can occur after a non-default one. This meant by Nick Lewycky · 19 years ago
  83. a1fed2d Fix a FIXME. 1 bit integer types are now printed as i1 not bool. by Reid Spencer · 19 years ago
  84. 54a525d Fix a minor bug handling constant exprs, introduced by a recent patch. by Chris Lattner · 19 years ago
  85. 7cfdd0b Remove this obsolete test. The CBE will never be able to handle zero argument by Chris Lattner · 19 years ago
  86. f947e92 Whoops. Give this test some input. Doubly important since its XFAIL. by Reid Spencer · 19 years ago
  87. f6e5459 Regenerate. by Reid Spencer · 19 years ago
  88. 2b21761 Don't attempt to upgrade argument to va.start and va.end if there are none. by Reid Spencer · 19 years ago
  89. b3258a3 This is not an upgrade candidate any more. by Reid Spencer · 19 years ago
  90. f0c9a65 Regenerate. by Reid Spencer · 19 years ago
  91. 062f036 Make sure the IntegerValType has enough space for 2^23 bits. by Reid Spencer · 19 years ago
  92. 790366b Make sure that GEP indices are only 32 or 64 bits. We're not ready for by Reid Spencer · 19 years ago
  93. b61c1ce Get rid of some useless distinction between bool and integer. by Reid Spencer · 19 years ago
  94. c4d9625 Regenerate. by Reid Spencer · 19 years ago
  95. c08b56f fix a bug in a recent patch by Chris Lattner · 19 years ago
  96. fbb7b69 For PR1093: by Reid Spencer · 19 years ago
  97. 845a4ac Test case for PR1093 for llvm.va_* intrinsics upgrade. by Reid Spencer · 19 years ago
  98. 569cc89 virtual not needed. by Jim Laskey · 19 years ago
  99. 31b8568 Remove this file. It was inadvertently added because I could not find by Reid Spencer · 19 years ago
  100. e5530da Compensate for loss of DerivedTypes.h in TargetLowering.h by Reid Spencer · 19 years ago