1. ef854af Add a getAlignOf helper for getting the ABI alignment of a by Duncan Sands · 15 years ago
  2. e3e51c0 Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  3. 82fe293 Implement new SmallVector::data() methods. by Jay Foad · 15 years ago
  4. 9004c8a Teach ValueTracking a new way to analyze PHI nodes, and and teach by Dan Gohman · 15 years ago
  5. 4a4ea14 Add Atomic.cpp to the CMake build system. by Owen Anderson · 15 years ago
  6. c4551d3 Use DataTypes.h instead of stdint.h. by Owen Anderson · 15 years ago
  7. df7d5d3 Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 15 years ago
  8. 39dd696 Minor code cleanup. No functionality change. by Bill Wendling · 15 years ago
  9. 1795616 Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. by Bill Wendling · 15 years ago
  10. 995f80a Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. by Bill Wendling · 15 years ago
  11. 829e67b Add comment for emit section. by Bill Wendling · 15 years ago
  12. 94d04b8 Move 'Emit' methods down to their own place. by Bill Wendling · 15 years ago
  13. f0fb987 Revert r72192. It was causing a build failure. by Bill Wendling · 15 years ago
  14. 63ad10c Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with by Bill Wendling · 15 years ago
  15. a343764 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 15 years ago
  16. b60182f Add an accessor method to return the insertion point. by Dan Gohman · 15 years ago
  17. 6afe2fa Have llvm_start_multithreaded return a bool indicating whether multithreaded by Owen Anderson · 15 years ago
  18. 2aa783b Tabs, be gone! by Owen Anderson · 15 years ago
  19. 41583b9 I just fail today. by Owen Anderson · 15 years ago
  20. d208fd7 Copy-and-paste-o. by Owen Anderson · 15 years ago
  21. 3c1eaa0 Move atomic operations' definitions out of line. While this seems kind of silly, by Owen Anderson · 15 years ago
  22. 261f2a2 Minor formatting fixes. by Bob Wilson · 15 years ago
  23. 0a8fe7a When comparing DominanceFrontier's, advance iterators by Duncan Sands · 15 years ago
  24. 9b2818d Compile fix for MSVC. by Owen Anderson · 15 years ago
  25. 2ac8b32 Fix for PR4235: to build a floating-point value from integer parts, by Eli Friedman · 15 years ago
  26. c7d167d Fix test on non-darwin hosts. by Evan Cheng · 15 years ago
  27. d7f666a Try again. Allow call to immediate address for ELF or when in static relocation mode. by Evan Cheng · 15 years ago
  28. 65cdee3 Cannot use immediate as call absolute target in PIC mode. by Evan Cheng · 15 years ago
  29. a3035a6 Teach SCEV::isLoopInvariant and SCEV::hasComputableLoopEvolution by Dan Gohman · 15 years ago
  30. b4d97b7 Add llvm_start_multithreaded(), which starts up the LLVM internals in thread-safe mode. Provide double-check locking by Owen Anderson · 15 years ago
  31. 513fae2 Suppress the IV reversal transformation in the case that the RHS by Dan Gohman · 15 years ago
  32. 81e4e9f We need to include config.h here so that the #defines are set properly. by Owen Anderson · 15 years ago
  33. 197ca8e Forgot this file in my last commit. by Owen Anderson · 15 years ago
  34. a860370 Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only by Owen Anderson · 15 years ago
  35. 6aa219a Fix pr4227: Handle large immediate values in inline assembly. by Bob Wilson · 15 years ago
  36. c2c4cbf Remove an irrelevant comment. by Dan Gohman · 15 years ago
  37. cec8f9d Add some more comments to the top of this file. by Dan Gohman · 15 years ago
  38. 6bfa57b Trim unneeded #includes. by Dan Gohman · 15 years ago
  39. 1959b75 Make SCEVCallbackVH a private nested class inside ScalarEvolution, as by Dan Gohman · 15 years ago
  40. 278b49a Create ConstantExpr GEPs the correct way. This fixes by Dan Gohman · 15 years ago
  41. 86c212e Follow up on new support for memory operands in ARM inline assembly. by Bob Wilson · 15 years ago
  42. cd35ed5 Forward decls. by Bill Wendling · 15 years ago
  43. 0bde89e Remove 'class' specifier. by Bill Wendling · 15 years ago
  44. 7683806 Fix to compile on VS2008. by Bill Wendling · 15 years ago
  45. 04746ea Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and by Bob Wilson · 15 years ago
  46. 224c244 Fix pr4091: Add support for "m" constraint in ARM inline assembly. by Bob Wilson · 15 years ago
  47. dea4085 Remove the #ifndef NDEBUG from the FastISel debugging options. This by Dan Gohman · 15 years ago
  48. 5be18e8 Teach SCEVExpander to expand arithmetic involving pointers into GEP by Dan Gohman · 15 years ago
  49. fb57f1c Test commit. by Cristian Cadar · 15 years ago
  50. 6c3534c Add some comments noting how IndVarSimplify facilitates LoopInfo functionality. by Dan Gohman · 15 years ago
  51. 84e5cac Make using an unsupported CAS size a hard error on Windows. by Owen Anderson · 15 years ago
  52. 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
  53. 0346223 Template CompareAndSwap function. by Owen Anderson · 15 years ago
  54. f4786cc Spacing fix. by Dale Johannesen · 15 years ago
  55. 1d4c738 Fix cmake builds. by Mike Stump · 15 years ago
  56. 7141782 Now that we have atomics support properly detected by configure, by Owen Anderson · 15 years ago
  57. d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
  58. cd3f999 Add -submit-aux option to NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  59. 1180c78 Don't set the "location" information for inlined functions' variables. by Bill Wendling · 15 years ago
  60. cde5d63 Small code cleanup. by Bill Wendling · 15 years ago
  61. 3959223 Update a comment to reflect changes in the surrounding code. by Dan Gohman · 15 years ago
  62. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 15 years ago
  63. 6679ee4 RecordVariable is called each time a DECLARE node is encountered. For an inlined by Bill Wendling · 15 years ago
  64. 94c9cd1 Add OpSize to 16-bit ADC and SBB. by Dale Johannesen · 15 years ago
  65. c1a45f6 Add missing file. by Argyrios Kyrtzidis · 15 years ago
  66. b3a847d Allow the JIT ExecutionEngine to report details about the generated machine code. by Argyrios Kyrtzidis · 15 years ago
  67. 8ad05c4 Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value by Bob Wilson · 15 years ago
  68. e6abdff Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has by Bob Wilson · 15 years ago
  69. e2b201b New Spiller interface and trivial implementation. by Lang Hames · 15 years ago
  70. 16899a2 Revert r72025. It is possible for clients to convert between signed types by Dan Gohman · 15 years ago
  71. d4083e5 Remove getType() overrides for ExtractValueInst and InsertValueInst. by Eric Christopher · 15 years ago
  72. 805da89 Revert last commit. It was wrong. by Bill Wendling · 15 years ago
  73. c7897e2 Add assertions to CastInst::getCastOpcode to catch attempted conversions by Dan Gohman · 15 years ago
  74. 15ffc08 Don't call RegionInlinedFnEnd if our optimization level isn't -O0. by Bill Wendling · 15 years ago
  75. b17e76d Commands beginning with '--' are converted to '-f' by gcc. Blech! by Bill Wendling · 15 years ago
  76. ca11dae Fill in the missing patterns for ADC and SBB. Some comment cleanup. by Dale Johannesen · 15 years ago
  77. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  78. a537bf8 Rename UseTy to AccessTy, for consistency with getAccessType, and to by Dan Gohman · 15 years ago
  79. 8c562e2 Silence Release-Asserts warnings. by Daniel Dunbar · 15 years ago
  80. 10978bd Teach ScalarEvolution to recognize x^-1 in the case where non-demanded by Dan Gohman · 15 years ago
  81. 0bac95e Delete a redundant 'else'. by Dan Gohman · 15 years ago
  82. 8ea9452 Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, for by Dan Gohman · 15 years ago
  83. 5183cae Minor code cleanups. Do more of the work before the if statements by Dan Gohman · 15 years ago
  84. f78a978 Add assertion checks to the SCEV operator creation methods to catch by Dan Gohman · 15 years ago
  85. 859b482 Make ScalarEvolution::isLoopGuardedByCond work even when the edge by Dan Gohman · 15 years ago
  86. 70a1fe7 Add an isOne() utility function to ScalarEvolution, similar to isZero() by Dan Gohman · 15 years ago
  87. 0462327 Add nounwind to a few tests. by Dan Gohman · 15 years ago
  88. 96cd7af Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. by Eli Friedman · 15 years ago
  89. 7ce5536 Fix a compile warning. by Daniel Dunbar · 15 years ago
  90. b0e519f Prevented reg0 from being added to MBB live-in set, which was causing issues by Lang Hames · 15 years ago
  91. de67a51 Rename MachineVerifier pass to avoid command line collision. by Jakob Stoklund Olesen · 15 years ago
  92. b101474 Check that the gcc front-end is not doing inlining by Duncan Sands · 15 years ago
  93. e4fdb8b Mark rotl/rotr as expand. This generates pretty ugly code, but this is better than nothing. by Anton Korobeynikov · 15 years ago
  94. aceb620 Typo by Anton Korobeynikov · 15 years ago
  95. 48839d9 Formatting. Some updating of data structures. More work needs to be done to update the examples. by Bill Wendling · 15 years ago
  96. 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
  97. de52f86 by Owen Anderson · 15 years ago
  98. b542645 Fix a missing def-flag on a Mips epilogue load. by Jakob Stoklund Olesen · 15 years ago
  99. f2c3f6a Remember to set def-flag on register loaded from stack slot in CellSPU. by Jakob Stoklund Olesen · 15 years ago
  100. 44b27e5 Verify that explicit definitions in the TargetInstrDesc are matched by by Jakob Stoklund Olesen · 15 years ago