1. f5e1309 simplify by Gabor Greif · 14 years ago
  2. a309dac Support: Add CrashRecoveryContext helper object. by Daniel Dunbar · 14 years ago
  3. 5d4b32e simplify by Gabor Greif · 14 years ago
  4. 69b777b Update svn:ignore properties. by Dan Gohman · 14 years ago
  5. d09475c use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
  6. ce4a626 use Value* constructor of CallSite to create potentially improper site, and test that by Gabor Greif · 14 years ago
  7. 3737984 use Value* constructor of CallSite to create potentially improper site by Gabor Greif · 14 years ago
  8. 30ae792 simplify by Gabor Greif · 14 years ago
  9. b0686ea simplify by Gabor Greif · 14 years ago
  10. 756f0d2 we are supposed to only create proper CallSites from an instruction (esp. CallInst and InvokeInst) by Gabor Greif · 14 years ago
  11. bc16827 Filter out patterns that have PredicateOperands. by Eric Christopher · 14 years ago
  12. 81f9121 Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown by Dan Gohman · 14 years ago
  13. 59846ac Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete the old value. by Dan Gohman · 14 years ago
  14. 5140921 Implement a vectorized algorithm for <16 x i8> << <16 x i8> by Nate Begeman · 14 years ago
  15. f374ba2 Add a comment. by Dan Gohman · 14 years ago
  16. 9a65dc9 Rearrange several datastructures in LazyValueInfo to improve compile time. by Owen Anderson · 14 years ago
  17. cf85c96 Fill out the interface of DenseSet a bit. by Owen Anderson · 14 years ago
  18. 3c73a6b Testcase for r109556. Radar 8198362. by Stuart Hastings · 14 years ago
  19. b344a34 reintroduce original (asserting) semantics of CallSite(Instruction *II) by Gabor Greif · 14 years ago
  20. bdcb5af ~40% faster vector shl <4 x i32> on SSE 4.1 Larger improvements for smaller types coming in future patches. by Nate Begeman · 14 years ago
  21. 622b7cf recommit simplification (originally r109504, backed out in r109508) now that problem in CallSiteBase is fixed by Gabor Greif · 14 years ago
  22. a675844 remove bogus assert, use static_cast for additional checking by Gabor Greif · 14 years ago
  23. 3703235 It is FE's responsibility to emit proper directory name. by Devang Patel · 14 years ago
  24. 90f8795 make lookup failures not fatal. by Chris Lattner · 14 years ago
  25. 977fa34 Grammar by Jim Grosbach · 14 years ago
  26. 8b5749d Update tests to not rely on input file's absolute path. by Devang Patel · 14 years ago
  27. e0efc21 Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECTOR calling itself by Nate Begeman · 14 years ago
  28. 57cb4f8 80 column by Jim Grosbach · 14 years ago
  29. ae64eed fix typo by Jim Grosbach · 14 years ago
  30. a292b2f recommit simplification (r109502, backed out r109509); seems to innocent by Gabor Greif · 14 years ago
  31. 5b0c253 back out this too to restore the bots by Gabor Greif · 14 years ago
  32. 49d0bca back out r109504, breaks the bots by Gabor Greif · 14 years ago
  33. 8609934 simplify: CallSite::get --> CallSite constructor by Gabor Greif · 14 years ago
  34. c0d4aed simplify by Gabor Greif · 14 years ago
  35. 0de11e0 use ImmutableCallSite for const-corrgoodness by Gabor Greif · 14 years ago
  36. 50da181 simplify by Gabor Greif · 14 years ago
  37. b482f23 Fix silent failure with no input files. by Mikhail Glushenkov · 14 years ago
  38. 67d985f Return -1 only on failure to execute a program. by Mikhail Glushenkov · 14 years ago
  39. 978bb87 In commit 91421, isPod was changed from false to true for these value handles. by Duncan Sands · 14 years ago
  40. 5602927 Make coff-dump.py executable and add python as executable for this script. by Tobias Grosser · 14 years ago
  41. 0e6fcf4 RegionInfo: Add getMaxRegionExit() by Tobias Grosser · 14 years ago
  42. 2c11046 After updating value handles for RAUW, check that no weak or tracking handles by Duncan Sands · 14 years ago
  43. dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 14 years ago
  44. 082d587 Add function to query RegionInfo about loops. by Tobias Grosser · 14 years ago
  45. 81c7b19 The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting by Jakob Stoklund Olesen · 14 years ago
  46. 516cd45 Add assertions that expose the PR7713 miscompilation: Accessing a stack slot by Jakob Stoklund Olesen · 14 years ago
  47. dfc2c51 It's better to have the arrays, which would trigger the creation of stack by Bill Wendling · 14 years ago
  48. ab28928 Use AssertingVH for InsertedValues and InsertedPostIncValues, to verify by Dan Gohman · 14 years ago
  49. 05cfd33 (Hopefully) One last test. by Owen Anderson · 14 years ago
  50. 3debf27 Another test. by Owen Anderson · 14 years ago
  51. 3e12033 Another test. by Owen Anderson · 14 years ago
  52. f017900 Add SplitEditor to SplitKit. This class will be used to edit live intervals and by Jakob Stoklund Olesen · 14 years ago
  53. 3eca15b Fix a use-after-free. by Dan Gohman · 14 years ago
  54. 23295cc Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value. by Bill Wendling · 14 years ago
  55. a10213e And a bit more non-ASCII stuff. by Eli Friedman · 14 years ago
  56. 4e084e9 Drop some non-ascii stuff by Anton Korobeynikov · 14 years ago
  57. e4373b0 Don't call __register_frame from the JIT on systems that use setjmp/longjmp by Bob Wilson · 14 years ago
  58. dee8101 On x86, f32 / f64 nodes share the same registers as 128-bit vector values. by Evan Cheng · 14 years ago
  59. e0e925e The "excess register pressure" returned by HighRegPressure() is not accurate enough to factor into scheduling priority. Eliminate it and add early exits to speed up scheduling. by Evan Cheng · 14 years ago
  60. 25a6ab0 Add a note by Anton Korobeynikov · 14 years ago
  61. 72eb300 Add a comment. by Dan Gohman · 14 years ago
  62. 3c45734 Temporary hack to let codegen assert or generate poor code in case by Bruno Cardoso Lopes · 14 years ago
  63. c2b13f9 Testing some more. by Owen Anderson · 14 years ago
  64. 1f707c3 Test some more. by Owen Anderson · 14 years ago
  65. 6b156a3 Fix library build messages. by Dan Gohman · 14 years ago
  66. 168bd9c Add svn:ignore. by Dan Gohman · 14 years ago
  67. 05006e2 re-commit r109220, the compile error has already been fixed by Gabor Greif · 14 years ago
  68. cfa7fb6 Add an initial implementation of LazyValueInfo updating for JumpThreading. Disabled for now. by Owen Anderson · 14 years ago
  69. b5a0ef9 Currently EH lowering code expects typeinfo to be global only. by Anton Korobeynikov · 14 years ago
  70. 88dafec Fix a test with malformed IR. Not sure why this didn't fail before. by Owen Anderson · 14 years ago
  71. 0944795 ARM fastisel isn't ready. by Evan Cheng · 14 years ago
  72. 12ba988 One more test commit... by Owen Anderson · 14 years ago
  73. 6ebfd72 Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable by Dan Gohman · 14 years ago
  74. 7da5d3f Handle Values with no value in getCopyFromRegs. by Dan Gohman · 14 years ago
  75. d805bcb Hopefully the last test commit. by Owen Anderson · 14 years ago
  76. 052f000 Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus by Dan Gohman · 14 years ago
  77. 572365e Preserve ScalarEvolution in the loop unroller. by Dan Gohman · 14 years ago
  78. 3d0c723 Another test commit. by Owen Anderson · 14 years ago
  79. 38d49ad Avoid depending on LCSSA implicitly pulling in LoopSimplify. by Dan Gohman · 14 years ago
  80. f5b057c Test commit for new post-commit hooks. by Owen Anderson · 14 years ago
  81. b08ba88 Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock: by Dan Gohman · 14 years ago
  82. ecfa079 80-col. by Eric Christopher · 14 years ago
  83. d2d9752 Avoid copying and recopying a std::set. by Dan Gohman · 14 years ago
  84. e96a6fe Exit a search loop when the search goal is found. by Dan Gohman · 14 years ago
  85. 1deeaa6 Fix formatting. by Dan Gohman · 14 years ago
  86. ce0fe5d A block dominates itself, by definition. by Dan Gohman · 14 years ago
  87. b7aa26b Use DominatorTree::properlyDominates instead of dominates with an by Dan Gohman · 14 years ago
  88. cb6816d A block dominates itself, by definition. by Dan Gohman · 14 years ago
  89. a29dbd2 Use DominatorTree::properlyDominates instead of dominates with an by Dan Gohman · 14 years ago
  90. d8939a8 Add an svn:ignore. by Dan Gohman · 14 years ago
  91. b3893b1 Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parameter) by Duncan Sands · 14 years ago
  92. fd2878c Fix format-specifier warning by Douglas Gregor · 14 years ago
  93. 933304e MC: Fix whitespace error from last commit. by Michael J. Spencer · 14 years ago
  94. 801a359 MC: Add WinCOFFObjectWriter implementation. by Michael J. Spencer · 14 years ago
  95. 6f4e4df Factored out a bit of common code to mark VNInfos for deletion. by Lang Hames · 14 years ago
  96. 84ae206 Clone and restore the module being reduced in by Rafael Espindola · 14 years ago
  97. 82d5bae Reduce string trashing. by Benjamin Kramer · 14 years ago
  98. 47c4242 Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms by Nick Lewycky · 14 years ago
  99. e28ed16 Add comments. by Evan Cheng · 14 years ago
  100. 037b5e4 Remove extraneous semicolon by Douglas Gregor · 14 years ago