1. 1051934 Add tests for the before and after modifiers. by Rafael Espindola · 11 years ago
  2. d6f0c34 Remove an argument that we dont use anymore. by Nadav Rotem · 11 years ago
  3. 4d5b0da Use %llu to print a 64 bit number. Should fix the ARM bots. by Rafael Espindola · 11 years ago
  4. 3a942ac Add a test for llvm-ar's m operation. by Rafael Espindola · 11 years ago
  5. e2ff00e PPC: Add some missing V_SET0 patterns by Hal Finkel · 11 years ago
  6. 53b28f8 indvars: Improve LFTR by eliminating truncation when comparing against a constant. by Andrew Trick · 11 years ago
  7. 53c86db PPCDAGToDAGISel::isRunOfOnes should return false on zero by Hal Finkel · 11 years ago
  8. 9e639e8 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  9. 7348048 Add back code for supporting old mingw versions. Should bring the bots back. by Rafael Espindola · 11 years ago
  10. 0a230e0 Don't use a potentially expensive shift if all we want is one set bit. by Benjamin Kramer · 11 years ago
  11. 1b3e3ee InsertBefore is the same as AddBefore. Delete it. by Rafael Espindola · 11 years ago
  12. 978e17e Looks like some versions of mingw don't have errno_t. Use int. by Rafael Espindola · 11 years ago
  13. 318b7cc Use move semantics if possible to construct ConstantRanges. by Benjamin Kramer · 11 years ago
  14. 71857cc Fix a FIXME about the format and add a test. by Rafael Espindola · 11 years ago
  15. 11eb51e LoopVectorize: Vectorize all accesses in address space zero with unit stride by Arnold Schwaighofer · 11 years ago
  16. 12fa028 Merge these tests. by Rafael Espindola · 11 years ago
  17. aad52df Use a more unique name to avoid conflicting with directory.ll tests when running by Rafael Espindola · 11 years ago
  18. fc69987 Add a test for llvm-ar's 'd' operation. by Rafael Espindola · 11 years ago
  19. 86779ee Add tests for the 'x' operation. by Rafael Espindola · 11 years ago
  20. 1b0dc64 Remove the 'N' modifier from llvm-ar. by Rafael Espindola · 11 years ago
  21. 55804a0 Delete dead code. by Rafael Espindola · 11 years ago
  22. ab7348f Remove support for truncating names in archives. by Rafael Espindola · 11 years ago
  23. 4f2779b Sync llvm-ar's help string with the options it supports. by Rafael Espindola · 11 years ago
  24. e22cde0 Reduce the number of indirections in the attributes implementation. by Benjamin Kramer · 11 years ago
  25. 67a6b1c [SystemZ] Add testcase missing from r186073 by Richard Sandiford · 11 years ago
  26. 261e287 [SystemZ] Use zeroing form of RISBG for shift-and-AND sequences by Richard Sandiford · 11 years ago
  27. b3cabb4 [SystemZ] Use zeroing form of RISBG for some AND sequences by Richard Sandiford · 11 years ago
  28. 3ee0673 [SystemZ] Allow 8-bit operands to RISBG by Richard Sandiford · 11 years ago
  29. c48b55a TryToSimplifyUncondBranchFromEmptyBlock was checking that any common by Duncan Sands · 11 years ago
  30. 6cf88c9 Initialize AsmPrinter::MF in the constructor by Hal Finkel · 11 years ago
  31. 838a7fb RegScavenger should not exclude undef uses by Hal Finkel · 11 years ago
  32. 2ebba64 Fix indentation. No functional change. by Craig Topper · 11 years ago
  33. ace9ed5 Fix a warning. by Nadav Rotem · 11 years ago
  34. 1c9eb9e Consolidate more lit tests. by Nadav Rotem · 11 years ago
  35. 36cd99c Consolidate some of the lit tests. by Nadav Rotem · 11 years ago
  36. fbb383c Consolidate some of the lit tests. by Nadav Rotem · 11 years ago
  37. a8608b8d SLPVectorizer: refactor the code that places extracts. Place the code that decides where to put extracts in the build-tree phase. This allows us to take the cost of the extracts into account. by Nadav Rotem · 11 years ago
  38. 03fddb7 Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas. by Michael Gottesman · 11 years ago
  39. ce96814 Move r186044 tests into CodeGen/X86 by Hal Finkel · 11 years ago
  40. fe53252 Set REQUIRES shell on the test cases for r186044 by Hal Finkel · 11 years ago
  41. 627190e XFAIL the test cases for r186044 on Hexagon by Hal Finkel · 11 years ago
  42. 10050d1 Don't assert if we can't constant fold extract/insertvalue by Hal Finkel · 11 years ago
  43. b0d5993 Remove this test for now. by Rafael Espindola · 11 years ago
  44. fe76696 CommandLine.rst: remove tiny bit of bad mark-up by Hans Wennborg · 11 years ago
  45. a739759 Find the symbol table on archives created on OS X. by Rafael Espindola · 11 years ago
  46. 6911911 Move tests from test/Archive to test/Object. by Rafael Espindola · 11 years ago
  47. f03fb23 Add a comment. by Adrian Prantl · 11 years ago
  48. f5b1c50 Put ELF COMDAT relocations into the relevant COMDAT group. by Tim Northover · 11 years ago
  49. 75d1306 Remove trailing whitespac by Stephen Lin · 11 years ago
  50. 3e07828 Add a testcase for r186014. by Adrian Prantl · 11 years ago
  51. 5159718 Don't crash in 'llvm -s' when an archive has no symtab. by Rafael Espindola · 11 years ago
  52. ed094c3 Fix %t typo in Ocaml bindings test. by Reid Kleckner · 11 years ago
  53. 023d2bb [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also removed unnecessary mode: c++ lines from .cpp files. by Michael Gottesman · 11 years ago
  54. f121a61 Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky. by Michael Gottesman · 11 years ago
  55. dbe3efb Update doxygen comment to match renamed parameters. by Benjamin Kramer · 11 years ago
  56. 6a3c898 MemoryBuffer::getFile handles zero sized files, no need to duplicate the test. by Rafael Espindola · 11 years ago
  57. 80095e5 Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  58. ac2de33 Use status to implement file_size. by Rafael Espindola · 11 years ago
  59. 43ae5e8 Use the appropriate unsigned int type for the offset. by Adrian Prantl · 11 years ago
  60. 4759f26 Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot. by Adrian Prantl · 11 years ago
  61. 5fa2ba2 Simplify code. by Craig Topper · 11 years ago
  62. a3e39dc R600/SI: Initial local memory support by Michel Danzer · 11 years ago
  63. 5b388ca R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic by Michel Danzer · 11 years ago
  64. 0a9e22b R600/SI: Add intrinsic for retrieving the current thread ID by Michel Danzer · 11 years ago
  65. 7740daa R600/SI: Initial support for LDS/GDS instructions by Michel Danzer · 11 years ago
  66. 0a9aaac R600/SI: Add intrinsics for texture sampling with user derivatives by Michel Danzer · 11 years ago
  67. 10b2997 Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree. by Argyrios Kyrtzidis · 11 years ago
  68. e355d85 PPC: Add a better comment about the i64 FI fixup by Hal Finkel · 11 years ago
  69. faf9890 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  70. 296c153 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  71. 2ec5933 Add support for Mips break and syscall insructions. The corresponding test cases are added. by Vladimir Medic · 11 years ago
  72. ea870a5 Fix typo by Stephen Lin · 11 years ago
  73. 9ddfe5e Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionality change. by Stephen Lin · 11 years ago
  74. 45ff709 Un-break the buildbot by tweaking the indirection flag. by Adrian Prantl · 11 years ago
  75. 893ae83 Document a known limitation of the status quo. by Adrian Prantl · 11 years ago
  76. 8cf79f8 Correct comment. by Duncan Sands · 11 years ago
  77. 61c91d5 Fix comment. by Eric Christopher · 11 years ago
  78. 97c37bb ARM: Fix incorrect pack pattern for thumb2 by Jim Grosbach · 11 years ago
  79. 46e11c4 Implement categories for special case lists. by Peter Collingbourne · 11 years ago
  80. c7087f8 Add some SpecialCaseList unit tests. by Peter Collingbourne · 11 years ago
  81. c5afb9e Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make by Peter Collingbourne · 11 years ago
  82. 405515d Rename BlackList class to SpecialCaseList and move it to Transforms/Utils. by Peter Collingbourne · 11 years ago
  83. 8c5c6f0 InstSimplify: X >> X -> 0 by David Majnemer · 11 years ago
  84. e4e742a move test into the appropriate subdir. by Adrian Prantl · 11 years ago
  85. b275491 Typo. by Adrian Prantl · 11 years ago
  86. 30bbf07 Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform. by Nadav Rotem · 11 years ago
  87. 3517640 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  88. 7d185e4 Fixed up the comments in FastISel.h so that they conform to the LLVM style guide. by Michael Gottesman · 11 years ago
  89. bdaa599 Added "mode: c++" to FastISel.h header. by Michael Gottesman · 11 years ago
  90. ddd5360 Appease buildbots after r185956: just set -mcpu explicitly, as it should have been from the beginning. by Stephen Lin · 11 years ago
  91. 1a2b248 Appease Atom buildbot after r185956 (explicitly turn on AVX) by Stephen Lin · 11 years ago
  92. b9c8c40 WidenVecRes_BUILD_VECTOR must use the first operand's type by Hal Finkel · 11 years ago
  93. 7c2d8f7 [PowerPC] Better fix for PR16556. by Bill Schmidt · 11 years ago
  94. 36f6df7 Attempt to appease buildbot after r185956 by explicitly turning setting -fma,-fma4 attrs (I'm assuming they're set because the bot is running on machine that has one or the other.) by Stephen Lin · 11 years ago
  95. e54885a AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all by Stephen Lin · 11 years ago
  96. 033e0a9 Don't crash in SE dealing with ashr x, -1 by Hal Finkel · 11 years ago
  97. ab6ceab ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo by David Majnemer · 11 years ago
  98. 29b7419 Set the default insert point to the first instruction, and not to end() by Nadav Rotem · 11 years ago
  99. bcd5a0f IRBuilder: add an assertion that checks if we try to get a debug loc from ->end(); by Nadav Rotem · 11 years ago
  100. bd6f1f6 DAGCombine tryFoldToZero cannot create illegal types after type legalization by Hal Finkel · 11 years ago