1. 1959b75 Make SCEVCallbackVH a private nested class inside ScalarEvolution, as by Dan Gohman · 15 years ago
  2. 278b49a Create ConstantExpr GEPs the correct way. This fixes by Dan Gohman · 15 years ago
  3. 86c212e Follow up on new support for memory operands in ARM inline assembly. by Bob Wilson · 15 years ago
  4. cd35ed5 Forward decls. by Bill Wendling · 15 years ago
  5. 0bde89e Remove 'class' specifier. by Bill Wendling · 15 years ago
  6. 7683806 Fix to compile on VS2008. by Bill Wendling · 15 years ago
  7. 04746ea Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and by Bob Wilson · 15 years ago
  8. 224c244 Fix pr4091: Add support for "m" constraint in ARM inline assembly. by Bob Wilson · 15 years ago
  9. dea4085 Remove the #ifndef NDEBUG from the FastISel debugging options. This by Dan Gohman · 15 years ago
  10. 5be18e8 Teach SCEVExpander to expand arithmetic involving pointers into GEP by Dan Gohman · 15 years ago
  11. fb57f1c Test commit. by Cristian Cadar · 15 years ago
  12. 6c3534c Add some comments noting how IndVarSimplify facilitates LoopInfo functionality. by Dan Gohman · 15 years ago
  13. 84e5cac Make using an unsupported CAS size a hard error on Windows. by Owen Anderson · 15 years ago
  14. ecb1684 Fix up the Windows portion of Atomic.h. This is untested, but it is my best understanding of what should work. by Owen Anderson · 15 years ago
  15. 0346223 Template CompareAndSwap function. by Owen Anderson · 15 years ago
  16. f4786cc Spacing fix. by Dale Johannesen · 15 years ago
  17. 1d4c738 Fix cmake builds. by Mike Stump · 15 years ago
  18. 7141782 Now that we have atomics support properly detected by configure, by Owen Anderson · 15 years ago
  19. d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
  20. cd3f999 Add -submit-aux option to NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  21. 1180c78 Don't set the "location" information for inlined functions' variables. by Bill Wendling · 15 years ago
  22. cde5d63 Small code cleanup. by Bill Wendling · 15 years ago
  23. 3959223 Update a comment to reflect changes in the surrounding code. by Dan Gohman · 15 years ago
  24. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 15 years ago
  25. 6679ee4 RecordVariable is called each time a DECLARE node is encountered. For an inlined by Bill Wendling · 15 years ago
  26. 94c9cd1 Add OpSize to 16-bit ADC and SBB. by Dale Johannesen · 15 years ago
  27. c1a45f6 Add missing file. by Argyrios Kyrtzidis · 15 years ago
  28. b3a847d Allow the JIT ExecutionEngine to report details about the generated machine code. by Argyrios Kyrtzidis · 15 years ago
  29. 8ad05c4 Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value by Bob Wilson · 15 years ago
  30. e6abdff Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has by Bob Wilson · 15 years ago
  31. e2b201b New Spiller interface and trivial implementation. by Lang Hames · 15 years ago
  32. 16899a2 Revert r72025. It is possible for clients to convert between signed types by Dan Gohman · 15 years ago
  33. d4083e5 Remove getType() overrides for ExtractValueInst and InsertValueInst. by Eric Christopher · 15 years ago
  34. 805da89 Revert last commit. It was wrong. by Bill Wendling · 15 years ago
  35. c7897e2 Add assertions to CastInst::getCastOpcode to catch attempted conversions by Dan Gohman · 15 years ago
  36. 15ffc08 Don't call RegionInlinedFnEnd if our optimization level isn't -O0. by Bill Wendling · 15 years ago
  37. b17e76d Commands beginning with '--' are converted to '-f' by gcc. Blech! by Bill Wendling · 15 years ago
  38. ca11dae Fill in the missing patterns for ADC and SBB. Some comment cleanup. by Dale Johannesen · 15 years ago
  39. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  40. a537bf8 Rename UseTy to AccessTy, for consistency with getAccessType, and to by Dan Gohman · 15 years ago
  41. 8c562e2 Silence Release-Asserts warnings. by Daniel Dunbar · 15 years ago
  42. 10978bd Teach ScalarEvolution to recognize x^-1 in the case where non-demanded by Dan Gohman · 15 years ago
  43. 0bac95e Delete a redundant 'else'. by Dan Gohman · 15 years ago
  44. 8ea9452 Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, for by Dan Gohman · 15 years ago
  45. 5183cae Minor code cleanups. Do more of the work before the if statements by Dan Gohman · 15 years ago
  46. f78a978 Add assertion checks to the SCEV operator creation methods to catch by Dan Gohman · 15 years ago
  47. 859b482 Make ScalarEvolution::isLoopGuardedByCond work even when the edge by Dan Gohman · 15 years ago
  48. 70a1fe7 Add an isOne() utility function to ScalarEvolution, similar to isZero() by Dan Gohman · 15 years ago
  49. 0462327 Add nounwind to a few tests. by Dan Gohman · 15 years ago
  50. 96cd7af Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. by Eli Friedman · 15 years ago
  51. 7ce5536 Fix a compile warning. by Daniel Dunbar · 15 years ago
  52. b0e519f Prevented reg0 from being added to MBB live-in set, which was causing issues by Lang Hames · 15 years ago
  53. de67a51 Rename MachineVerifier pass to avoid command line collision. by Jakob Stoklund Olesen · 15 years ago
  54. b101474 Check that the gcc front-end is not doing inlining by Duncan Sands · 15 years ago
  55. e4fdb8b Mark rotl/rotr as expand. This generates pretty ugly code, but this is better than nothing. by Anton Korobeynikov · 15 years ago
  56. aceb620 Typo by Anton Korobeynikov · 15 years ago
  57. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 15 years ago
  58. 6962815 Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. This is a little outdated, but reasonably complete. by Owen Anderson · 15 years ago
  59. de52f86 by Owen Anderson · 15 years ago
  60. b542645 Fix a missing def-flag on a Mips epilogue load. by Jakob Stoklund Olesen · 15 years ago
  61. f2c3f6a Remember to set def-flag on register loaded from stack slot in CellSPU. by Jakob Stoklund Olesen · 15 years ago
  62. 44b27e5 Verify that explicit definitions in the TargetInstrDesc are matched by by Jakob Stoklund Olesen · 15 years ago
  63. d6fb977 Allow redefinition of reserved registers. by Jakob Stoklund Olesen · 15 years ago
  64. 18ad4cb Back out the thread-safe ManagedStatic for now. Too many people have too many problems with it for the moment. by Owen Anderson · 15 years ago
  65. 0394c4f Put back a bit of expensive checking logic that by Duncan Sands · 15 years ago
  66. 1028743 Make sure the CXXFLAGS setting is picked up by by Duncan Sands · 15 years ago
  67. e556720 Pacify gcc-4.3, which suggests explicit braces here to avoid an ambiguous else. by Duncan Sands · 15 years ago
  68. f8eac02 Help DejaGnu avoid pipe-jam by producing less output from certain test cases. by Jakob Stoklund Olesen · 15 years ago
  69. 48872e0 Pass to verify generated machine code. by Jakob Stoklund Olesen · 15 years ago
  70. 3b00162 Work around the fact that GNU libstdc++'s debug mode uses RTTI. by Jay Foad · 15 years ago
  71. b2e82d0 Unbreak mingw build by Anton Korobeynikov · 15 years ago
  72. 2c34f32 Improve compatibility with older versions of Windows. by Owen Anderson · 15 years ago
  73. 0310d76 Split out the DwarfDebug module from the DwarfWriter module. by Bill Wendling · 15 years ago
  74. ca37b51 Factor out some common code, fix more typoes, and add a memory fence that might be needed. by Owen Anderson · 15 years ago
  75. d300a28 Fix an unfortunate typo. by Owen Anderson · 15 years ago
  76. e428e21 Mark class as hidden. by Bill Wendling · 15 years ago
  77. 8064c8b (Hopefully) unbreak Apple-style builds. by Owen Anderson · 15 years ago
  78. 427a6b6 Fix PR4210. Rewritter should track and update kills of sub-registers as well. by Evan Cheng · 15 years ago
  79. 8060424 Don't #include OSAtomic.h unless we really need it. by Owen Anderson · 15 years ago
  80. c98a77d Fix warning. by Nick Lewycky · 15 years ago
  81. aa0b3df Add extra parenthesis around || statements to pacify compiler. by Nick Lewycky · 15 years ago
  82. bc0d23a Move c'tor/d'tor to top of file. by Bill Wendling · 15 years ago
  83. eb90721 Split out the DwarfException class into its own file. No functionality change, by Bill Wendling · 15 years ago
  84. 88423ee Split out the Dwarf writer stuff into separate files. This is a much more by Bill Wendling · 15 years ago
  85. 5f00b0c Now with working on Leopard! by Owen Anderson · 15 years ago
  86. 9bea7c8 by David Greene · 15 years ago
  87. 11adeed Reflow to fit 80-col. by Mike Stump · 15 years ago
  88. 6726be6 Reflow to fit 80-col. by Mike Stump · 15 years ago
  89. 7a57214 by David Greene · 15 years ago
  90. 5f9f9ba by David Greene · 15 years ago
  91. beb31a5 by David Greene · 15 years ago
  92. 4afc509 by David Greene · 15 years ago
  93. 94555c2 Dropped this #include by accident. by Owen Anderson · 15 years ago
  94. 87ba22d Make ManagedStatic threadsafe by using atomic operations. by Owen Anderson · 15 years ago
  95. 9693813 Add CompareAndSwap. by Owen Anderson · 15 years ago
  96. e6c27de by David Greene · 15 years ago
  97. d418c1b by David Greene · 15 years ago
  98. ccf85de by David Greene · 15 years ago
  99. 2b2c0d71 Down with static variables! by Owen Anderson · 15 years ago
  100. a681515 Tag blocks with DW_AT_APPLE_block. by Mike Stump · 15 years ago