1. 20d6f09 Teach BasicAA::getModRefInfo(CallSite, CallSite) some by Chris Lattner · 16 years ago
  2. 3579e44 Fix a fixme: allow memdep to see past read-only calls when doing by Chris Lattner · 16 years ago
  3. 1559b36 rename getNonLocalDependency -> getNonLocalCallDependency, and remove by Chris Lattner · 16 years ago
  4. 91bcf64 Switch GVN::processNonLocalLoad to using the new by Chris Lattner · 16 years ago
  5. ae19931 random cleanups, no functionality change. by Chris Lattner · 16 years ago
  6. 28575f2 xfail this for now. by Evan Cheng · 16 years ago
  7. a9d50c0 Back out 60748 for now. It's breaking SPASS, 254.gap, and 464.h264ref. by Evan Cheng · 16 years ago
  8. f848028 Cosmetic changes. by Evan Cheng · 16 years ago
  9. 34283c8 remove unused var by Nuno Lopes · 16 years ago
  10. e3a49cd Whitespace cleanups. by Dan Gohman · 16 years ago
  11. 260435c Remove Clang tests since clang is not installed on the buildbots. by Mikhail Glushenkov · 16 years ago
  12. 78bd53d Add some rudimentary tests for . by Mikhail Glushenkov · 16 years ago
  13. efc5c31 Man page typo fix. by Mikhail Glushenkov · 16 years ago
  14. 74bcb05 Support -emit-llvm properly (with -S and -c). by Mikhail Glushenkov · 16 years ago
  15. 677a7ec Handle a compiler warning. by Duncan Sands · 16 years ago
  16. 9f1e12a fix typos gabor noticed by Chris Lattner · 16 years ago
  17. c065b3f Correct my English. by Bill Wendling · 16 years ago
  18. 6563371 restructure the top level non-local ptr dep query to handle by Chris Lattner · 16 years ago
  19. 9863c3f rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBB by Chris Lattner · 16 years ago
  20. 77f86ad DisableGVCompilation should not abort on internal GlobalValue's. by Evan Cheng · 16 years ago
  21. 1cd46bb In LegalizeOp, don't change the result type of CONVERT_RNDSAT when promoting by Mon P Wang · 16 years ago
  22. 0bed364 It's easy to handle SLE/SGE when the loop has a unit stride. by Nick Lewycky · 16 years ago
  23. ba4dacc if we have two elements, insert both, don't use std::sort. by Chris Lattner · 16 years ago
  24. 1aeadac If we're only adding one new element to 'Cache', insert it into its known by Chris Lattner · 16 years ago
  25. 511b36c convert a couple other places that use pred_iterator to use the caching by Chris Lattner · 16 years ago
  26. 0401245 newline at end of phile by Chris Lattner · 16 years ago
  27. 4012fdd use hte new pred cache to speed up the new non-local memdep by Chris Lattner · 16 years ago
  28. 312b9a1 pred_iterator got a lot slower since use-diet landed. This is a by Chris Lattner · 16 years ago
  29. db1b5bf CellSPU: by Scott Michel · 16 years ago
  30. e9f1015 Fix getNode to allow a vector for the shift amount for shifts of vectors. by Mon P Wang · 16 years ago
  31. 46a879e Fix a really subtle off-by-one bug that Duncan noticed with valgrind by Chris Lattner · 16 years ago
  32. e07d3de CellSPU: by Scott Michel · 16 years ago
  33. 52370a1 Add initial support for fast-isel of the [SU]ADDO intrinsics. It isn't by Bill Wendling · 16 years ago
  34. 5fb580e Fix the name of ISD::TokenFactor in a comment. Thanks Gabor! by Dan Gohman · 16 years ago
  35. fe1d9e9 remove two unneeded forward declarations, pointed out by Gabor. by Chris Lattner · 16 years ago
  36. aeac8f9 Don't charge full latency for an anti-dependence, in this simplistic by Dan Gohman · 16 years ago
  37. 55fdaec Fix a couple of mistaken switch case fall-throughs. Thanks to Bill by Dan Gohman · 16 years ago
  38. 51d8b66 Actually test something. Use PR3170 test case. by Devang Patel · 16 years ago
  39. 20fa76e remove DebugIterations option. Despite the accusations, by Chris Lattner · 16 years ago
  40. e4d1082 Re-apply 60689 now my head is screwed on right. by Evan Cheng · 16 years ago
  41. a629b48 Fix the top-level comments, and fix some 80-column violations. by Dan Gohman · 16 years ago
  42. b79a011 Move the conversion to intptr_t to a separate statement. This by Dan Gohman · 16 years ago
  43. 2d4e9bc Revert 60689. It caused many regressions on Darwin targets. by Dan Gohman · 16 years ago
  44. 4cd3145 Use 'delete []' instead of 'delete' in OwningArray::reset(). by Ted Kremenek · 16 years ago
  45. 042b877 Fix spelling. Thanks Duncan! by Devang Patel · 16 years ago
  46. 6d9896f Undo previous patch. by Devang Patel · 16 years ago
  47. 174f938 Fix comment typo. by Duncan Sands · 16 years ago
  48. 1832705 Fix comment typo. by Duncan Sands · 16 years ago
  49. c8a1a3c Factor out the code for sign-extending/truncating gep indices by Dan Gohman · 16 years ago
  50. 11dcd8d add another level of caching for non-local pointer queries, keeping by Chris Lattner · 16 years ago
  51. 59779c5 consistency by Chris Lattner · 16 years ago
  52. bedb8c1 introduce a new RoundUpAlignment helper function, use it to by Chris Lattner · 16 years ago
  53. 149cfc3 Make ConstantAggregateZero::get return a ConstantAggregateZero*, by Dan Gohman · 16 years ago
  54. f923129 Update CPP backend for PrintModulePass API changes. by Dan Gohman · 16 years ago
  55. dda346a Perform cheap checks first. by Evan Cheng · 16 years ago
  56. 0a3ba71 Speed up getABITypeSize by turning a i64 mul and div into an by Chris Lattner · 16 years ago
  57. 295d4e9 Some minor optimizations for isObjectSmallerThan. by Chris Lattner · 16 years ago
  58. fb4b58c Clarify a comment. by Dan Gohman · 16 years ago
  59. 2e3e5bf Move createVirtualRegister out-of-line. by Dan Gohman · 16 years ago
  60. c93ced5b Clarify some comments. by Dan Gohman · 16 years ago
  61. 2305919 Add svn:ignore property. by Dan Gohman · 16 years ago
  62. 70ef449 Generalize bugpoint's concept of a "safe" backend, and add options by Dan Gohman · 16 years ago
  63. 28ea4f6 Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! by Nick Lewycky · 16 years ago
  64. c765a5a Use bool instead of int, now that it no longer evokes a warning. by Dan Gohman · 16 years ago
  65. 994fd53 Use intptr_t instead of unsigned here, which is more appropriate by Dan Gohman · 16 years ago
  66. 3f7eb5b add an assert. the cast<> below would catch this but a message is more useful. by Chris Lattner · 16 years ago
  67. 0655f73 factor some code better. by Chris Lattner · 16 years ago
  68. d44745d factor some code, fixing some fixme's. by Chris Lattner · 16 years ago
  69. e91a488 fix a typo duncan noticed! by Chris Lattner · 16 years ago
  70. f76eda7 CMake: Added Tool.cpp to tools/llvmc/driver. by Oscar Fuentes · 16 years ago
  71. 24dc52d Man page update. by Mikhail Glushenkov · 16 years ago
  72. 4410e32 Describe recent changes in the documentation. by Mikhail Glushenkov · 16 years ago
  73. b4ced5a Make 'extern' an option property. by Mikhail Glushenkov · 16 years ago
  74. 940cdfe Plugin updates: support more options. by Mikhail Glushenkov · 16 years ago
  75. b677df8 Join tools couldn't be used in the middle of the toolchain. by Mikhail Glushenkov · 16 years ago
  76. ad889a7 Better error message. by Mikhail Glushenkov · 16 years ago
  77. 15b71ba Re-apply Cedric's changes. by Mikhail Glushenkov · 16 years ago
  78. abb009d Add some clarifying comments. by Mikhail Glushenkov · 16 years ago
  79. 0bef2ad Enable the Clang plugin by default. by Mikhail Glushenkov · 16 years ago
  80. c8813da Update plugins to use (actions). by Mikhail Glushenkov · 16 years ago
  81. b59dbad Try to guess when the auto-generated cl::Sink option should be marked 'extern'. by Mikhail Glushenkov · 16 years ago
  82. 0850949 Add a (progn)-like construct for (actions). Implemented as a DAG list. by Mikhail Glushenkov · 16 years ago
  83. 15dcc2a Add tests for tblgen's LLVMC backend. by Mikhail Glushenkov · 16 years ago
  84. f915253 Use (actions) instead of option properties, support external options. by Mikhail Glushenkov · 16 years ago
  85. 6290f5c add support for caching pointer dependence queries. Nothing uses this yet by Chris Lattner · 16 years ago
  86. a16ead8 fix a bug I introduced in simplifycfg handling single entry phi by Chris Lattner · 16 years ago
  87. 75c99c5 Switch to top-down mode and fix a crasher this exposed caused by an error in the by Owen Anderson · 16 years ago
  88. 6ecf5ce Fix typo, psuedo -> pseudo. by Nick Lewycky · 16 years ago
  89. 9a193fd Some internal refactoring to make it easier to cache results. by Chris Lattner · 16 years ago
  90. 7ebcf03 Introduce a new MemDep::getNonLocalPointerDependency by Chris Lattner · 16 years ago
  91. e79be94 push the "pointer case" up the analysis stack a bit. This causes by Chris Lattner · 16 years ago
  92. d8dd934 make clients have to know how to call getCallSiteDependencyFrom by Chris Lattner · 16 years ago
  93. 106c6ca rename some variables for consistency by Chris Lattner · 16 years ago
  94. fbc72e3 I love how using out of scope variables is not an error with GCC, no really I do. by Chris Lattner · 16 years ago
  95. 8ef57c5 Rename getCallSiteDependency -> getCallSiteDependencyFrom to by Chris Lattner · 16 years ago
  96. 745291a a memdep query on a volatile load/store will always return by Chris Lattner · 16 years ago
  97. f760be1 don't bother touching volatile stores, they will just return clobber on by Chris Lattner · 16 years ago
  98. 84b9a56 remove the ability to get memdep info for vaarg. I don't think the by Chris Lattner · 16 years ago
  99. aea5a2a make getDependencyFrom private. by Chris Lattner · 16 years ago
  100. 630c99f improve a note. by Chris Lattner · 16 years ago