1. fbb383c Consolidate some of the lit tests. by Nadav Rotem · 11 years ago
  2. 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
  3. 03fddb7 Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas. by Michael Gottesman · 11 years ago
  4. ce96814 Move r186044 tests into CodeGen/X86 by Hal Finkel · 11 years ago
  5. fe53252 Set REQUIRES shell on the test cases for r186044 by Hal Finkel · 11 years ago
  6. 627190e XFAIL the test cases for r186044 on Hexagon by Hal Finkel · 11 years ago
  7. 10050d1 Don't assert if we can't constant fold extract/insertvalue by Hal Finkel · 11 years ago
  8. b0d5993 Remove this test for now. by Rafael Espindola · 11 years ago
  9. fe76696 CommandLine.rst: remove tiny bit of bad mark-up by Hans Wennborg · 11 years ago
  10. a739759 Find the symbol table on archives created on OS X. by Rafael Espindola · 11 years ago
  11. 6911911 Move tests from test/Archive to test/Object. by Rafael Espindola · 11 years ago
  12. f03fb23 Add a comment. by Adrian Prantl · 11 years ago
  13. f5b1c50 Put ELF COMDAT relocations into the relevant COMDAT group. by Tim Northover · 11 years ago
  14. 75d1306 Remove trailing whitespac by Stephen Lin · 11 years ago
  15. 3e07828 Add a testcase for r186014. by Adrian Prantl · 11 years ago
  16. 5159718 Don't crash in 'llvm -s' when an archive has no symtab. by Rafael Espindola · 11 years ago
  17. ed094c3 Fix %t typo in Ocaml bindings test. by Reid Kleckner · 11 years ago
  18. 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
  19. f121a61 Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky. by Michael Gottesman · 11 years ago
  20. dbe3efb Update doxygen comment to match renamed parameters. by Benjamin Kramer · 11 years ago
  21. 6a3c898 MemoryBuffer::getFile handles zero sized files, no need to duplicate the test. by Rafael Espindola · 11 years ago
  22. 80095e5 Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  23. ac2de33 Use status to implement file_size. by Rafael Espindola · 11 years ago
  24. 43ae5e8 Use the appropriate unsigned int type for the offset. by Adrian Prantl · 11 years ago
  25. 4759f26 Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot. by Adrian Prantl · 11 years ago
  26. 5fa2ba2 Simplify code. by Craig Topper · 11 years ago
  27. a3e39dc R600/SI: Initial local memory support by Michel Danzer · 11 years ago
  28. 5b388ca R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic by Michel Danzer · 11 years ago
  29. 0a9e22b R600/SI: Add intrinsic for retrieving the current thread ID by Michel Danzer · 11 years ago
  30. 7740daa R600/SI: Initial support for LDS/GDS instructions by Michel Danzer · 11 years ago
  31. 0a9aaac R600/SI: Add intrinsics for texture sampling with user derivatives by Michel Danzer · 11 years ago
  32. 10b2997 Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree. by Argyrios Kyrtzidis · 11 years ago
  33. e355d85 PPC: Add a better comment about the i64 FI fixup by Hal Finkel · 11 years ago
  34. faf9890 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  35. 296c153 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  36. 2ec5933 Add support for Mips break and syscall insructions. The corresponding test cases are added. by Vladimir Medic · 11 years ago
  37. ea870a5 Fix typo by Stephen Lin · 11 years ago
  38. 9ddfe5e Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionality change. by Stephen Lin · 11 years ago
  39. 45ff709 Un-break the buildbot by tweaking the indirection flag. by Adrian Prantl · 11 years ago
  40. 893ae83 Document a known limitation of the status quo. by Adrian Prantl · 11 years ago
  41. 8cf79f8 Correct comment. by Duncan Sands · 11 years ago
  42. 61c91d5 Fix comment. by Eric Christopher · 11 years ago
  43. 97c37bb ARM: Fix incorrect pack pattern for thumb2 by Jim Grosbach · 11 years ago
  44. 46e11c4 Implement categories for special case lists. by Peter Collingbourne · 11 years ago
  45. c7087f8 Add some SpecialCaseList unit tests. by Peter Collingbourne · 11 years ago
  46. c5afb9e Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make by Peter Collingbourne · 11 years ago
  47. 405515d Rename BlackList class to SpecialCaseList and move it to Transforms/Utils. by Peter Collingbourne · 11 years ago
  48. 8c5c6f0 InstSimplify: X >> X -> 0 by David Majnemer · 11 years ago
  49. e4e742a move test into the appropriate subdir. by Adrian Prantl · 11 years ago
  50. b275491 Typo. by Adrian Prantl · 11 years ago
  51. 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
  52. 3517640 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  53. 7d185e4 Fixed up the comments in FastISel.h so that they conform to the LLVM style guide. by Michael Gottesman · 11 years ago
  54. bdaa599 Added "mode: c++" to FastISel.h header. by Michael Gottesman · 11 years ago
  55. ddd5360 Appease buildbots after r185956: just set -mcpu explicitly, as it should have been from the beginning. by Stephen Lin · 11 years ago
  56. 1a2b248 Appease Atom buildbot after r185956 (explicitly turn on AVX) by Stephen Lin · 11 years ago
  57. b9c8c40 WidenVecRes_BUILD_VECTOR must use the first operand's type by Hal Finkel · 11 years ago
  58. 7c2d8f7 [PowerPC] Better fix for PR16556. by Bill Schmidt · 11 years ago
  59. 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
  60. e54885a AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all by Stephen Lin · 11 years ago
  61. 033e0a9 Don't crash in SE dealing with ashr x, -1 by Hal Finkel · 11 years ago
  62. ab6ceab ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo by David Majnemer · 11 years ago
  63. 29b7419 Set the default insert point to the first instruction, and not to end() by Nadav Rotem · 11 years ago
  64. bcd5a0f IRBuilder: add an assertion that checks if we try to get a debug loc from ->end(); by Nadav Rotem · 11 years ago
  65. bd6f1f6 DAGCombine tryFoldToZero cannot create illegal types after type legalization by Hal Finkel · 11 years ago
  66. 7a34599 by Ulrich Weigand · 11 years ago
  67. f2cfef8 R600: Do not predicated basic block with multiple alu clause by Vincent Lejeune · 11 years ago
  68. f4bdec2 R600: Fix a rare bug where swizzle optimization returns wrong values by Vincent Lejeune · 11 years ago
  69. 07bb3f1 R600: Fix wrong export reswizzling by Vincent Lejeune · 11 years ago
  70. c6f13db R600: Use DAG lowering pass to handle fcos/fsin by Vincent Lejeune · 11 years ago
  71. f79b9b8 R600: Print Export Swizzle by Vincent Lejeune · 11 years ago
  72. 9941bdd Add missing getters. They will be used in llvm-ar. by Rafael Espindola · 11 years ago
  73. 2012593 Archive members cannot be larger than 4GB. Return a uint32_t. by Rafael Espindola · 11 years ago
  74. 92f7386 We never compare iterators from two archives. Assert that. by Rafael Espindola · 11 years ago
  75. c5f8757 Add getHeader helper and move ToHeader to the cpp file. by Rafael Espindola · 11 years ago
  76. 12f45c3 Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. by Joey Gouly · 11 years ago
  77. 8dc741d Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. by Joey Gouly · 11 years ago
  78. f27b46b Document LLVM_USE_SANITIZER CMake option by Alexey Samsonov · 11 years ago
  79. b2713e0 by Ulrich Weigand · 11 years ago
  80. 9467b3e Revert r185872 - "Stop emitting weak symbols into the "coal" sections" by Alexander Potapenko · 11 years ago
  81. 9fb5a65 Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. by Joey Gouly · 11 years ago
  82. 2e015ef [SystemZ] Use MVC for simple load/store pairs by Richard Sandiford · 11 years ago
  83. f6ea5e0 [SystemZ] Use "STC;MVC" for memset by Richard Sandiford · 11 years ago
  84. fcb7b97 InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCst by David Majnemer · 11 years ago
  85. fecf0d7 InstCombine: variations on 0xffffffff - x >= 4 by David Majnemer · 11 years ago
  86. 36b6f74 InstCombine: X & -C != -C -> X <= u ~C by David Majnemer · 11 years ago
  87. ff16df7 by Ulrich Weigand · 11 years ago
  88. 11c29ba Commit r185909 was a misapplied patch, fix it by David Majnemer · 11 years ago
  89. 377a5c1 InstCombine: add more transforms by David Majnemer · 11 years ago
  90. fa55969 PPC: Allocate RS spill slot for unaligned i64 load/store by Hal Finkel · 11 years ago
  91. be6b910 Compute the size of an archive member in the constructor. by Rafael Espindola · 11 years ago
  92. 3d84b07 Remove declare but not implemented methods. by Rafael Espindola · 11 years ago
  93. 5263d0a Move some code out of line. No functionality change. by Rafael Espindola · 11 years ago
  94. 842b1bd X86: Add comment. by Jim Grosbach · 11 years ago
  95. cc64dc6 X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem. by Jim Grosbach · 11 years ago
  96. 845e196 Make BinaryRef output correctly in case of empty data. by Sean Silva · 11 years ago
  97. b494015 Style fixes: remove unnecessary braces for one-statement if blocks, no else after return, etc. No funcionality change. by Stephen Lin · 11 years ago
  98. 7bb386a Revert "DebugInfo: remove unused helper function getDICompositeType." by Eric Christopher · 11 years ago
  99. 201cdb1 Fix comment by Eli Bendersky · 11 years ago
  100. f564efa by Nadav Rotem · 11 years ago