1. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 13 years ago
  2. 4787cc4 Update documentation for old api changes. by Eric Christopher · 13 years ago
  3. 7ddcd35 Use the new range metadata in computeMaskedBits and add a new optimization to by Rafael Espindola · 13 years ago
  4. 0e5233a Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h by Craig Topper · 13 years ago
  5. acf2077 Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. by Craig Topper · 13 years ago
  6. 58725a6 Teach instsimplify how to simplify comparisons of pointers which are by Chandler Carruth · 13 years ago
  7. 9d9e29b Switch the pointer-difference simplification logic to only work with by Chandler Carruth · 13 years ago
  8. 805853b Prune some includes and forward declarations. by Craig Topper · 13 years ago
  9. 6c01492 Prune some includes and forward declarations. by Craig Topper · 13 years ago
  10. a5adcc1 This file is no longer needed (DejaGNU-isms removed from code) by Eli Bendersky · 13 years ago
  11. 626c346 s/restrict/describe/ Thanks Duncan. by Rafael Espindola · 13 years ago
  12. f8c8a9c Teach the function cloner (and thus the inliner) to simplify PHINodes by Chandler Carruth · 13 years ago
  13. 0417d7d Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having by Eli Bendersky · 13 years ago
  14. cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 13 years ago
  15. d54f9a4 Move the instruction simplification of callsite arguments in the inliner by Chandler Carruth · 13 years ago
  16. acdae3e2 Add an asserting ValueHandle to the block simplification code which will by Chandler Carruth · 13 years ago
  17. eede6c9 Use the isReachableFromEntry method. by Rafael Espindola · 13 years ago
  18. 858cd1c Don't form a WeakVH around the sentinel node in the instructions BB by Chandler Carruth · 13 years ago
  19. 42c487d Avoid using dominatedBySlowTreeWalk. by Rafael Espindola · 13 years ago
  20. 6231d5b Try to harden the recursive simplification still further. This is again by Chandler Carruth · 13 years ago
  21. c5b785b Don't add the instruction about to be RAUW'ed and erased to the by Chandler Carruth · 13 years ago
  22. 300361a Fix null to integer conversion warnings. by Jean-Daniel Dupas · 13 years ago
  23. b809546 FileCheck-ize this test. Note the FIXME I've introduced here: we've by Chandler Carruth · 13 years ago
  24. 6b98054 Refactor the interface to recursively simplifying instructions to be tad by Chandler Carruth · 13 years ago
  25. afe629d Remove always true variable. by Rafael Espindola · 13 years ago
  26. 692cd45 Add a small release not about the range metadata. by Rafael Espindola · 13 years ago
  27. 179a4dd Fix small-integer VAARG on SVR4 ABI PPC64. by Hal Finkel · 13 years ago
  28. 5194d6d Add the ability to promote legal integer VAARGs. This is required for the PPC64 SVR4 ABI. by Hal Finkel · 13 years ago
  29. b54a5ed Fix the MSVC build. by Francois Pichet · 13 years ago
  30. 4108508 PTX: Fix predicate logic bug by Justin Holewinski · 13 years ago
  31. c5480c6 More IndVarSimplify cleanup. by Andrew Trick · 13 years ago
  32. 39dd328 First part of PR12251. Add documentation and verifier support for the range by Rafael Espindola · 13 years ago
  33. 1db3949 add EP_OptimizerLast extension point by Kostya Serebryany · 13 years ago
  34. a20689f It's possible for two types, which are isomorphic, to be added to the by Bill Wendling · 13 years ago
  35. 7a46525 ARM tidy up ARMConstantIsland.cpp. by Jim Grosbach · 13 years ago
  36. 7c0bc00 Pretty-printing comments for literal floating point in .s files. by Jim Grosbach · 13 years ago
  37. 00ca888 Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation by Akira Hatanaka · 13 years ago
  38. 6fedb3c Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it by Dan Gohman · 13 years ago
  39. fbab4a8 It's not possible to insert code immediately after an invoke in the by Dan Gohman · 13 years ago
  40. 8e1fc56 Make it feasible for clients using EngineBuilder to capture the TargetMachine that is created as part of selecting the appropriate target. by Owen Anderson · 13 years ago
  41. f1113ef Add support for register masks to PBQP. by Lang Hames · 13 years ago
  42. 81bbdfd Include cctype for std::isprint. by Benjamin Kramer · 13 years ago
  43. 901b858 Include cstdio in a few place that depended on getting it transitively through StringExtras.h by Benjamin Kramer · 13 years ago
  44. e68e775 Move ftostr into its last user (cppbackend) and simplify it a bit. by Benjamin Kramer · 13 years ago
  45. d25dc33 Add soname to LLVM shared library on Linux. Probably the same stuff is necessary for *BSD. by Anton Korobeynikov · 13 years ago
  46. e959f7e When propagating equalities, eg replacing A with B in every basic block by Duncan Sands · 13 years ago
  47. 01b305f Indentation. by Duncan Sands · 13 years ago
  48. 208b6f6 Ignore the last message. by Bill Wendling · 13 years ago
  49. b22a166 Revert patch. It broke the build. by Bill Wendling · 13 years ago
  50. 12d9a90 Dematerialize the source functions after we're done with them. This saves a bit by Bill Wendling · 13 years ago
  51. a443e5b Remove the C backend. by Eric Christopher · 13 years ago
  52. fe3956f Fix up cmake build. by Eric Christopher · 13 years ago
  53. 9e7e609 Take out the debug info probe stuff. It's making some changes to by Eric Christopher · 13 years ago
  54. 8a618a2 Explicitly close optionally closed <li> tags. by Nick Lewycky · 13 years ago
  55. d194454 Remove -enable-lsr-retry in time for 3.1. by Andrew Trick · 13 years ago
  56. bd618f1 Remove -enable-lsr-nested in time for 3.1. by Andrew Trick · 13 years ago
  57. ee5a53d Some whitespace and comment cleanup. by Bill Wendling · 13 years ago
  58. 6d6c6d7 Remove unneeded #ifdefs. by Bill Wendling · 13 years ago
  59. cd7193f Add a 'dump' method to the type map. Doxygenify some of the comments and add a by Bill Wendling · 13 years ago
  60. 479389a Source order scheduler should not preschedule nodes with multiple uses. rdar://11096639 by Evan Cheng · 13 years ago
  61. 5aef795 Assign node orders to target intrinsics which do not produce results. rdar://11096639 by Evan Cheng · 13 years ago
  62. c7f5c6e Refactor the code for visiting instructions out into helper functions. by Dan Gohman · 13 years ago
  63. 1508e5e Cleanup IVUsers::addUsersIfInteresting. by Andrew Trick · 13 years ago
  64. 9f25395 Remove unused simplifyIVUsers by Andrew Trick · 13 years ago
  65. db0d666 Remove -enable-iv-rewrite, which has been unsupported since 3.0. by Andrew Trick · 13 years ago
  66. 0c0a3ef Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests. by Andrew Trick · 13 years ago
  67. f6399a6 Remove tests: indvars trivially preserves GEPs now. by Andrew Trick · 13 years ago
  68. 3730a85 Remove test: trivial canonical IV test which is covered by other SCEV tests. by Andrew Trick · 13 years ago
  69. 54e3ade Test scalar evolution directly instead of testing the result of by Andrew Trick · 13 years ago
  70. dba9573 Remove redundant -enable-iv-rewrite=false flags from test cases. by Andrew Trick · 13 years ago
  71. 6fe310e Added soft fail checks for the disassembler when decoding some corner cases of the STRD, STRH, LDRD, LDRH, LDRSH and LDRSB instructions on ARM. by Silviu Baranga · 13 years ago
  72. b7c2ed6 Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDRSHT instruction on ARM by Silviu Baranga · 13 years ago
  73. a0c48eb Added soft fail cases for the disassembler when decoding MUL instructions on ARM. by Silviu Baranga · 13 years ago
  74. e3295cc [python] Add negative MemoryBuffer testcase by Anders Waldenborg · 13 years ago
  75. 63bd926 Remove some unnecessary forward declarations. by Craig Topper · 13 years ago
  76. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago
  77. f2f6182 PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offsets. Fixes PR12203. by Hal Finkel · 13 years ago
  78. eabe3ad add load/store volatility control to the C API, patch by Yiannis Tsiouris! by Chris Lattner · 13 years ago
  79. 1fe6bfc don't use "signed", just something I noticed in patches flying by. by Chris Lattner · 13 years ago
  80. aa206ff In erroneous inline assembly we could mistakenly try to access the by Eric Christopher · 13 years ago
  81. 544b9b4 [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271% by Chad Rosier · 13 years ago
  82. 55f43d6 [PathV2]: Fix bug in create_directories which caused infinite recursion on by Michael J. Spencer · 13 years ago
  83. 98a92d1 Add a release note for r145714. by Nick Lewycky · 13 years ago
  84. 0726926 misched: tag a few XFAILs that I plan to fix by Andrew Trick · 13 years ago
  85. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  86. f0586f0 Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test by Kevin Enderby · 13 years ago
  87. 9ca3b89 Fix windows compilation warning. Patch by Micah. by Jan Sjödin · 13 years ago
  88. 0191bfc Add a ${pathsep} variable to lit that expands to : (or ; on win32). by Nico Weber · 13 years ago
  89. b474620 by Danil Malyshev · 13 years ago
  90. 6ae599a Missed getPointerToNamedFunction() declaration. by Danil Malyshev · 13 years ago
  91. 7803ec3 Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120305/138477.html by Danil Malyshev · 13 years ago
  92. 331ff3b Checking a build_vector for an all-ones value. by Jim Grosbach · 13 years ago
  93. 208a4ff [asan] fix one more bug related to long double by Kostya Serebryany · 13 years ago
  94. d9e85ef Put Is64BitMemOperand into !defined(NDEBUG) for now. by Joerg Sonnenberger · 13 years ago
  95. 47817f3 Use a signed value for this enum to avoid spuriuos warnings from gcc. by Benjamin Kramer · 13 years ago
  96. ff739c1 Teach instsimplify to gracefully degrade in the presence of instructions by Chandler Carruth · 13 years ago
  97. a8d873e [python] Add some paths where to find test binary by Anders Waldenborg · 13 years ago
  98. 3595954 [python] Mark get_test_binary as not being a test by Anders Waldenborg · 13 years ago
  99. 9146e66 lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from Python Win32 Extensions. by NAKAMURA Takumi · 13 years ago
  100. 57f33c8 Finish organizing C API docs. by Gregory Szorc · 13 years ago