1. 8c562e2 Silence Release-Asserts warnings. by Daniel Dunbar · 15 years ago
  2. 10978bd Teach ScalarEvolution to recognize x^-1 in the case where non-demanded by Dan Gohman · 15 years ago
  3. 0bac95e Delete a redundant 'else'. by Dan Gohman · 15 years ago
  4. 8ea9452 Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, for by Dan Gohman · 15 years ago
  5. 5183cae Minor code cleanups. Do more of the work before the if statements by Dan Gohman · 15 years ago
  6. f78a978 Add assertion checks to the SCEV operator creation methods to catch by Dan Gohman · 15 years ago
  7. 859b482 Make ScalarEvolution::isLoopGuardedByCond work even when the edge by Dan Gohman · 15 years ago
  8. 70a1fe7 Add an isOne() utility function to ScalarEvolution, similar to isZero() by Dan Gohman · 15 years ago
  9. 0462327 Add nounwind to a few tests. by Dan Gohman · 15 years ago
  10. 96cd7af Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. by Eli Friedman · 15 years ago
  11. 7ce5536 Fix a compile warning. by Daniel Dunbar · 15 years ago
  12. b0e519f Prevented reg0 from being added to MBB live-in set, which was causing issues by Lang Hames · 15 years ago
  13. de67a51 Rename MachineVerifier pass to avoid command line collision. by Jakob Stoklund Olesen · 15 years ago
  14. b101474 Check that the gcc front-end is not doing inlining by Duncan Sands · 15 years ago
  15. e4fdb8b Mark rotl/rotr as expand. This generates pretty ugly code, but this is better than nothing. by Anton Korobeynikov · 15 years ago
  16. aceb620 Typo by Anton Korobeynikov · 15 years ago
  17. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 15 years ago
  18. 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
  19. de52f86 by Owen Anderson · 15 years ago
  20. b542645 Fix a missing def-flag on a Mips epilogue load. by Jakob Stoklund Olesen · 15 years ago
  21. f2c3f6a Remember to set def-flag on register loaded from stack slot in CellSPU. by Jakob Stoklund Olesen · 15 years ago
  22. 44b27e5 Verify that explicit definitions in the TargetInstrDesc are matched by by Jakob Stoklund Olesen · 15 years ago
  23. d6fb977 Allow redefinition of reserved registers. by Jakob Stoklund Olesen · 15 years ago
  24. 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
  25. 0394c4f Put back a bit of expensive checking logic that by Duncan Sands · 15 years ago
  26. 1028743 Make sure the CXXFLAGS setting is picked up by by Duncan Sands · 15 years ago
  27. e556720 Pacify gcc-4.3, which suggests explicit braces here to avoid an ambiguous else. by Duncan Sands · 15 years ago
  28. f8eac02 Help DejaGnu avoid pipe-jam by producing less output from certain test cases. by Jakob Stoklund Olesen · 15 years ago
  29. 48872e0 Pass to verify generated machine code. by Jakob Stoklund Olesen · 15 years ago
  30. 3b00162 Work around the fact that GNU libstdc++'s debug mode uses RTTI. by Jay Foad · 15 years ago
  31. b2e82d0 Unbreak mingw build by Anton Korobeynikov · 15 years ago
  32. 2c34f32 Improve compatibility with older versions of Windows. by Owen Anderson · 15 years ago
  33. 0310d76 Split out the DwarfDebug module from the DwarfWriter module. by Bill Wendling · 15 years ago
  34. ca37b51 Factor out some common code, fix more typoes, and add a memory fence that might be needed. by Owen Anderson · 15 years ago
  35. d300a28 Fix an unfortunate typo. by Owen Anderson · 15 years ago
  36. e428e21 Mark class as hidden. by Bill Wendling · 15 years ago
  37. 8064c8b (Hopefully) unbreak Apple-style builds. by Owen Anderson · 15 years ago
  38. 427a6b6 Fix PR4210. Rewritter should track and update kills of sub-registers as well. by Evan Cheng · 15 years ago
  39. 8060424 Don't #include OSAtomic.h unless we really need it. by Owen Anderson · 15 years ago
  40. c98a77d Fix warning. by Nick Lewycky · 15 years ago
  41. aa0b3df Add extra parenthesis around || statements to pacify compiler. by Nick Lewycky · 15 years ago
  42. bc0d23a Move c'tor/d'tor to top of file. by Bill Wendling · 15 years ago
  43. eb90721 Split out the DwarfException class into its own file. No functionality change, by Bill Wendling · 15 years ago
  44. 88423ee Split out the Dwarf writer stuff into separate files. This is a much more by Bill Wendling · 15 years ago
  45. 5f00b0c Now with working on Leopard! by Owen Anderson · 15 years ago
  46. 9bea7c8 by David Greene · 15 years ago
  47. 11adeed Reflow to fit 80-col. by Mike Stump · 15 years ago
  48. 6726be6 Reflow to fit 80-col. by Mike Stump · 15 years ago
  49. 7a57214 by David Greene · 15 years ago
  50. 5f9f9ba by David Greene · 15 years ago
  51. beb31a5 by David Greene · 15 years ago
  52. 4afc509 by David Greene · 15 years ago
  53. 94555c2 Dropped this #include by accident. by Owen Anderson · 15 years ago
  54. 87ba22d Make ManagedStatic threadsafe by using atomic operations. by Owen Anderson · 15 years ago
  55. 9693813 Add CompareAndSwap. by Owen Anderson · 15 years ago
  56. e6c27de by David Greene · 15 years ago
  57. d418c1b by David Greene · 15 years ago
  58. ccf85de by David Greene · 15 years ago
  59. 2b2c0d71 Down with static variables! by Owen Anderson · 15 years ago
  60. a681515 Tag blocks with DW_AT_APPLE_block. by Mike Stump · 15 years ago
  61. 7616a4a Reuse existing getUnderlyingObject instead of adding another copy. by Dale Johannesen · 15 years ago
  62. dc817b6 Non-functionality changes: by Bill Wendling · 15 years ago
  63. e66b291 Clean up this file fixing 80-column violations, bad formatting, etc. No functionality change. by Bill Wendling · 15 years ago
  64. 4bb3374 Revert r71744. I must not have understood this correctly, because the by Bob Wilson · 15 years ago
  65. bae7d6d Use abs64 in one more place. by Dale Johannesen · 15 years ago
  66. 06261cd clean up line-wrapping by Jim Grosbach · 15 years ago
  67. c082324 Add an Atomic.h to the System library, for providing a platform independent API by Owen Anderson · 15 years ago
  68. a7c9dea Fix for PR4124. Make TwoAddressFormPass::FindLastUseInMBB return the real last use. by Lang Hames · 15 years ago
  69. f957012 Update the names of the exception handling sjlj instrinsics to by Jim Grosbach · 15 years ago
  70. e340e84 Add an assert to turn a segfault on an unsupported inline by Dan Gohman · 15 years ago
  71. 8cf6571 Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 by Mike Stump · 15 years ago
  72. f59d10f There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking. by Bill Wendling · 15 years ago
  73. df1ed67 The IfConverter::MergeBlocks method appears to be used only to merge a basic by Bob Wilson · 15 years ago
  74. 2afb3b7 Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence by Jim Grosbach · 15 years ago
  75. 8308e8f Revert a portion of Dan's change r71018 that I'm convinced is wrong. by Bob Wilson · 15 years ago
  76. 596e22e Merge adjacent conditional. by Bob Wilson · 15 years ago
  77. e19fb7d Remove an unused variable. by Bob Wilson · 15 years ago
  78. 9c4856a Fix some typos and spelling and grammar, mostly in comments, but also one by Bob Wilson · 15 years ago
  79. f3dc0c0 Fix whitespacing (space after switch). by Mike Stump · 15 years ago
  80. 6aa7197 Spelling correction s/builting/builtin/ and remove trailing whitespace in a few places by Jim Grosbach · 15 years ago
  81. ebde0c5 Add nounwind to this test. by Dan Gohman · 15 years ago
  82. ead6d46 Remove too large testcase. by Bill Wendling · 15 years ago
  83. 6ebf7bc Run code placement optimization for targets that want it (arm and x86 for now). by Evan Cheng · 15 years ago
  84. be1be5e Indentation. by Evan Cheng · 15 years ago
  85. 587daed Change MachineInstrBuilder::addReg() to take a flag instead of a list of by Bill Wendling · 15 years ago
  86. 556d0a0 Handle some additonal cases of external weak globals. by Dale Johannesen · 15 years ago
  87. f3cc96e Move the bookkeeping of the debug scopes back to the place where it by Bill Wendling · 15 years ago
  88. 6f21a8f Testcase for 71688. by Dale Johannesen · 15 years ago
  89. f8bc300 Don't generate a select whose operand is load of a weak by Dale Johannesen · 15 years ago
  90. 7f3b36d garbage allocation is not a good idea :) by Chris Lattner · 15 years ago
  91. 752c1df PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standard by John Mosby · 15 years ago
  92. aab6ec4 calls in nothrow functions can be marked nothrow even if the callee by Chris Lattner · 15 years ago
  93. ad6585b Run through the list of globals once and sectionize all types of globlas includeing declarations. Later emit them from their section lists. by Sanjiv Gupta · 15 years ago
  94. e4eb2d2 Fix typo. by Duncan Sands · 15 years ago
  95. 18395d2 Avoid getting a compiler warning by Duncan Sands · 15 years ago
  96. 21c4bdd add IVUsers.cpp by Chris Lattner · 15 years ago
  97. 9422e01 add ShrinkWrapping.cpp by Chris Lattner · 15 years ago
  98. bcc2e7d Fix PR4206 - crash in simplify lib calls by Chris Lattner · 15 years ago
  99. 60dc734 Fix for PR4121. If TwoAddressInstructionPass removes a dead def, and the regB by Lang Hames · 15 years ago
  100. 467c430 Add three new helper routines, getNoopOrZeroExtend, by Dan Gohman · 15 years ago