1. 2f82376 Hopefully fix the build for people with ocaml. by Duncan Sands · 15 years ago
  2. d6752d1 Always verify dominfo if expensive checking is enabled. by Duncan Sands · 15 years ago
  3. 0d56b06 Fix a thinko in the code that adapted SCEVMulExpr operands for by Dan Gohman · 15 years ago
  4. 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 15 years ago
  5. 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 15 years ago
  6. f7cca7b Fix loop-index-split to correctly preserve dominance frontiers. Part of by Eli Friedman · 15 years ago
  7. 7eaf057 Add llvm::triple constructor from arch, vendor, os strings, and recognize by Daniel Dunbar · 15 years ago
  8. fea3da9 Update an assertion string to new-style type names. by Dan Gohman · 15 years ago
  9. cf69a74 80 column violation. by Evan Cheng · 15 years ago
  10. edc8774 TableGen for fast isel seems to assume an 'imm' by Dale Johannesen · 15 years ago
  11. 15002a2 Fix broken logic in DominatorTreeBase::Split. Part of PR4238. by Eli Friedman · 15 years ago
  12. e528fca Fix indentation. by Eli Friedman · 15 years ago
  13. 0f4012c Fix some incorrect logic in DominanceFrontier::splitBlock. Part of PR4238. by Eli Friedman · 15 years ago
  14. c4c268b Add some missing steps to the sacred testing ritual scriptures. by Stuart Hastings · 15 years ago
  15. c5d73af Tighten up the asserts in SmallVector::operator[](). by Jay Foad · 15 years ago
  16. ef854af Add a getAlignOf helper for getting the ABI alignment of a by Duncan Sands · 15 years ago
  17. e3e51c0 Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  18. 82fe293 Implement new SmallVector::data() methods. by Jay Foad · 15 years ago
  19. 9004c8a Teach ValueTracking a new way to analyze PHI nodes, and and teach by Dan Gohman · 15 years ago
  20. 4a4ea14 Add Atomic.cpp to the CMake build system. by Owen Anderson · 15 years ago
  21. c4551d3 Use DataTypes.h instead of stdint.h. by Owen Anderson · 15 years ago
  22. df7d5d3 Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 15 years ago
  23. 39dd696 Minor code cleanup. No functionality change. by Bill Wendling · 15 years ago
  24. 1795616 Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. by Bill Wendling · 15 years ago
  25. 995f80a Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. by Bill Wendling · 15 years ago
  26. 829e67b Add comment for emit section. by Bill Wendling · 15 years ago
  27. 94d04b8 Move 'Emit' methods down to their own place. by Bill Wendling · 15 years ago
  28. f0fb987 Revert r72192. It was causing a build failure. by Bill Wendling · 15 years ago
  29. 63ad10c Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with by Bill Wendling · 15 years ago
  30. a343764 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 15 years ago
  31. b60182f Add an accessor method to return the insertion point. by Dan Gohman · 15 years ago
  32. 6afe2fa Have llvm_start_multithreaded return a bool indicating whether multithreaded by Owen Anderson · 15 years ago
  33. 2aa783b Tabs, be gone! by Owen Anderson · 15 years ago
  34. 41583b9 I just fail today. by Owen Anderson · 15 years ago
  35. d208fd7 Copy-and-paste-o. by Owen Anderson · 15 years ago
  36. 3c1eaa0 Move atomic operations' definitions out of line. While this seems kind of silly, by Owen Anderson · 15 years ago
  37. 261f2a2 Minor formatting fixes. by Bob Wilson · 15 years ago
  38. 0a8fe7a When comparing DominanceFrontier's, advance iterators by Duncan Sands · 15 years ago
  39. 9b2818d Compile fix for MSVC. by Owen Anderson · 15 years ago
  40. 2ac8b32 Fix for PR4235: to build a floating-point value from integer parts, by Eli Friedman · 15 years ago
  41. c7d167d Fix test on non-darwin hosts. by Evan Cheng · 15 years ago
  42. d7f666a Try again. Allow call to immediate address for ELF or when in static relocation mode. by Evan Cheng · 15 years ago
  43. 65cdee3 Cannot use immediate as call absolute target in PIC mode. by Evan Cheng · 15 years ago
  44. a3035a6 Teach SCEV::isLoopInvariant and SCEV::hasComputableLoopEvolution by Dan Gohman · 15 years ago
  45. 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
  46. 513fae2 Suppress the IV reversal transformation in the case that the RHS by Dan Gohman · 15 years ago
  47. 81e4e9f We need to include config.h here so that the #defines are set properly. by Owen Anderson · 15 years ago
  48. 197ca8e Forgot this file in my last commit. by Owen Anderson · 15 years ago
  49. 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
  50. 6aa219a Fix pr4227: Handle large immediate values in inline assembly. by Bob Wilson · 15 years ago
  51. c2c4cbf Remove an irrelevant comment. by Dan Gohman · 15 years ago
  52. cec8f9d Add some more comments to the top of this file. by Dan Gohman · 15 years ago
  53. 6bfa57b Trim unneeded #includes. by Dan Gohman · 15 years ago
  54. 1959b75 Make SCEVCallbackVH a private nested class inside ScalarEvolution, as by Dan Gohman · 15 years ago
  55. 278b49a Create ConstantExpr GEPs the correct way. This fixes by Dan Gohman · 15 years ago
  56. 86c212e Follow up on new support for memory operands in ARM inline assembly. by Bob Wilson · 15 years ago
  57. cd35ed5 Forward decls. by Bill Wendling · 15 years ago
  58. 0bde89e Remove 'class' specifier. by Bill Wendling · 15 years ago
  59. 7683806 Fix to compile on VS2008. by Bill Wendling · 15 years ago
  60. 04746ea Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 and by Bob Wilson · 15 years ago
  61. 224c244 Fix pr4091: Add support for "m" constraint in ARM inline assembly. by Bob Wilson · 15 years ago
  62. dea4085 Remove the #ifndef NDEBUG from the FastISel debugging options. This by Dan Gohman · 15 years ago
  63. 5be18e8 Teach SCEVExpander to expand arithmetic involving pointers into GEP by Dan Gohman · 15 years ago
  64. fb57f1c Test commit. by Cristian Cadar · 15 years ago
  65. 6c3534c Add some comments noting how IndVarSimplify facilitates LoopInfo functionality. by Dan Gohman · 15 years ago
  66. 84e5cac Make using an unsupported CAS size a hard error on Windows. by Owen Anderson · 15 years ago
  67. 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
  68. 0346223 Template CompareAndSwap function. by Owen Anderson · 15 years ago
  69. f4786cc Spacing fix. by Dale Johannesen · 15 years ago
  70. 1d4c738 Fix cmake builds. by Mike Stump · 15 years ago
  71. 7141782 Now that we have atomics support properly detected by configure, by Owen Anderson · 15 years ago
  72. d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
  73. cd3f999 Add -submit-aux option to NewNightlyTest.pl by Daniel Dunbar · 15 years ago
  74. 1180c78 Don't set the "location" information for inlined functions' variables. by Bill Wendling · 15 years ago
  75. cde5d63 Small code cleanup. by Bill Wendling · 15 years ago
  76. 3959223 Update a comment to reflect changes in the surrounding code. by Dan Gohman · 15 years ago
  77. a7185b2 Add short descriptions of 'implicit' and 'parallel'. by Evan Cheng · 15 years ago
  78. 6679ee4 RecordVariable is called each time a DECLARE node is encountered. For an inlined by Bill Wendling · 15 years ago
  79. 94c9cd1 Add OpSize to 16-bit ADC and SBB. by Dale Johannesen · 15 years ago
  80. c1a45f6 Add missing file. by Argyrios Kyrtzidis · 15 years ago
  81. b3a847d Allow the JIT ExecutionEngine to report details about the generated machine code. by Argyrios Kyrtzidis · 15 years ago
  82. 8ad05c4 Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value by Bob Wilson · 15 years ago
  83. e6abdff Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has by Bob Wilson · 15 years ago
  84. e2b201b New Spiller interface and trivial implementation. by Lang Hames · 15 years ago
  85. 16899a2 Revert r72025. It is possible for clients to convert between signed types by Dan Gohman · 15 years ago
  86. d4083e5 Remove getType() overrides for ExtractValueInst and InsertValueInst. by Eric Christopher · 15 years ago
  87. 805da89 Revert last commit. It was wrong. by Bill Wendling · 15 years ago
  88. c7897e2 Add assertions to CastInst::getCastOpcode to catch attempted conversions by Dan Gohman · 15 years ago
  89. 15ffc08 Don't call RegionInlinedFnEnd if our optimization level isn't -O0. by Bill Wendling · 15 years ago
  90. b17e76d Commands beginning with '--' are converted to '-f' by gcc. Blech! by Bill Wendling · 15 years ago
  91. ca11dae Fill in the missing patterns for ADC and SBB. Some comment cleanup. by Dale Johannesen · 15 years ago
  92. 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
  93. a537bf8 Rename UseTy to AccessTy, for consistency with getAccessType, and to by Dan Gohman · 15 years ago
  94. 8c562e2 Silence Release-Asserts warnings. by Daniel Dunbar · 15 years ago
  95. 10978bd Teach ScalarEvolution to recognize x^-1 in the case where non-demanded by Dan Gohman · 15 years ago
  96. 0bac95e Delete a redundant 'else'. by Dan Gohman · 15 years ago
  97. 8ea9452 Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, for by Dan Gohman · 15 years ago
  98. 5183cae Minor code cleanups. Do more of the work before the if statements by Dan Gohman · 15 years ago
  99. f78a978 Add assertion checks to the SCEV operator creation methods to catch by Dan Gohman · 15 years ago
  100. 859b482 Make ScalarEvolution::isLoopGuardedByCond work even when the edge by Dan Gohman · 15 years ago