1. 566fb9f [SystemZ] Add test missing from r186148 by Richard Sandiford · 11 years ago
  2. 9bcad42 [SystemZ] Optimize sign-extends of vector setccs by Richard Sandiford · 11 years ago
  3. 5e00954 [SystemZ] Fix parsing of inline asm registers by Richard Sandiford · 11 years ago
  4. 6cf3cfa [SystemZ] Improve spilling of LGDR and LDGR by Richard Sandiford · 11 years ago
  5. a103699 Stylistic change. by Shuxin Yang · 11 years ago
  6. 523cd85 SLPVectorizer: Sink and enable CSE for ExtractElements. by Nadav Rotem · 11 years ago
  7. ac226bb Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. by Charles Davis · 11 years ago
  8. 6ebd77a llvm/test/Object/archive-toc.test: Use env(1) to satisfy win32 hosts. by NAKAMURA Takumi · 11 years ago
  9. 99a8b54 Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e. by NAKAMURA Takumi · 11 years ago
  10. da07e9d PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB). by Manman Ren · 11 years ago
  11. 931b861 SLPVectorize: Replace the code that checks for vectorization candidates in successor blocks with code that scans PHINodes. by Nadav Rotem · 11 years ago
  12. 2c3c7fd Add the ability to use guarded malloc when running llvm lit tests. by David Dean · 11 years ago
  13. 7172b38 llvm-ar: Clean up memory management with OwningPtr. by Benjamin Kramer · 11 years ago
  14. 459d7bf Sync SmallBitVector with BitVector. Add unit tests for the missing methods. by Benjamin Kramer · 11 years ago
  15. 7042aa5 Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide. by Michael Gottesman · 11 years ago
  16. fda6a08 In response to dblaikie's comment on r186035, replacing the by Adrian Prantl · 11 years ago
  17. 1051934 Add tests for the before and after modifiers. by Rafael Espindola · 11 years ago
  18. d6f0c34 Remove an argument that we dont use anymore. by Nadav Rotem · 11 years ago
  19. 4d5b0da Use %llu to print a 64 bit number. Should fix the ARM bots. by Rafael Espindola · 11 years ago
  20. 3a942ac Add a test for llvm-ar's m operation. by Rafael Espindola · 11 years ago
  21. e2ff00e PPC: Add some missing V_SET0 patterns by Hal Finkel · 11 years ago
  22. 53b28f8 indvars: Improve LFTR by eliminating truncation when comparing against a constant. by Andrew Trick · 11 years ago
  23. 53c86db PPCDAGToDAGISel::isRunOfOnes should return false on zero by Hal Finkel · 11 years ago
  24. 9e639e8 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  25. 7348048 Add back code for supporting old mingw versions. Should bring the bots back. by Rafael Espindola · 11 years ago
  26. 0a230e0 Don't use a potentially expensive shift if all we want is one set bit. by Benjamin Kramer · 11 years ago
  27. 1b3e3ee InsertBefore is the same as AddBefore. Delete it. by Rafael Espindola · 11 years ago
  28. 978e17e Looks like some versions of mingw don't have errno_t. Use int. by Rafael Espindola · 11 years ago
  29. 318b7cc Use move semantics if possible to construct ConstantRanges. by Benjamin Kramer · 11 years ago
  30. 71857cc Fix a FIXME about the format and add a test. by Rafael Espindola · 11 years ago
  31. 11eb51e LoopVectorize: Vectorize all accesses in address space zero with unit stride by Arnold Schwaighofer · 11 years ago
  32. 12fa028 Merge these tests. by Rafael Espindola · 11 years ago
  33. aad52df Use a more unique name to avoid conflicting with directory.ll tests when running by Rafael Espindola · 11 years ago
  34. fc69987 Add a test for llvm-ar's 'd' operation. by Rafael Espindola · 11 years ago
  35. 86779ee Add tests for the 'x' operation. by Rafael Espindola · 11 years ago
  36. 1b0dc64 Remove the 'N' modifier from llvm-ar. by Rafael Espindola · 11 years ago
  37. 55804a0 Delete dead code. by Rafael Espindola · 11 years ago
  38. ab7348f Remove support for truncating names in archives. by Rafael Espindola · 11 years ago
  39. 4f2779b Sync llvm-ar's help string with the options it supports. by Rafael Espindola · 11 years ago
  40. e22cde0 Reduce the number of indirections in the attributes implementation. by Benjamin Kramer · 11 years ago
  41. 67a6b1c [SystemZ] Add testcase missing from r186073 by Richard Sandiford · 11 years ago
  42. 261e287 [SystemZ] Use zeroing form of RISBG for shift-and-AND sequences by Richard Sandiford · 11 years ago
  43. b3cabb4 [SystemZ] Use zeroing form of RISBG for some AND sequences by Richard Sandiford · 11 years ago
  44. 3ee0673 [SystemZ] Allow 8-bit operands to RISBG by Richard Sandiford · 11 years ago
  45. c48b55a TryToSimplifyUncondBranchFromEmptyBlock was checking that any common by Duncan Sands · 11 years ago
  46. 6cf88c9 Initialize AsmPrinter::MF in the constructor by Hal Finkel · 11 years ago
  47. 838a7fb RegScavenger should not exclude undef uses by Hal Finkel · 11 years ago
  48. 2ebba64 Fix indentation. No functional change. by Craig Topper · 11 years ago
  49. ace9ed5 Fix a warning. by Nadav Rotem · 11 years ago
  50. 1c9eb9e Consolidate more lit tests. by Nadav Rotem · 11 years ago
  51. 36cd99c Consolidate some of the lit tests. by Nadav Rotem · 11 years ago
  52. fbb383c Consolidate some of the lit tests. by Nadav Rotem · 11 years ago
  53. 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
  54. 03fddb7 Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas. by Michael Gottesman · 11 years ago
  55. ce96814 Move r186044 tests into CodeGen/X86 by Hal Finkel · 11 years ago
  56. fe53252 Set REQUIRES shell on the test cases for r186044 by Hal Finkel · 11 years ago
  57. 627190e XFAIL the test cases for r186044 on Hexagon by Hal Finkel · 11 years ago
  58. 10050d1 Don't assert if we can't constant fold extract/insertvalue by Hal Finkel · 11 years ago
  59. b0d5993 Remove this test for now. by Rafael Espindola · 11 years ago
  60. fe76696 CommandLine.rst: remove tiny bit of bad mark-up by Hans Wennborg · 11 years ago
  61. a739759 Find the symbol table on archives created on OS X. by Rafael Espindola · 11 years ago
  62. 6911911 Move tests from test/Archive to test/Object. by Rafael Espindola · 11 years ago
  63. f03fb23 Add a comment. by Adrian Prantl · 11 years ago
  64. f5b1c50 Put ELF COMDAT relocations into the relevant COMDAT group. by Tim Northover · 11 years ago
  65. 75d1306 Remove trailing whitespac by Stephen Lin · 11 years ago
  66. 3e07828 Add a testcase for r186014. by Adrian Prantl · 11 years ago
  67. 5159718 Don't crash in 'llvm -s' when an archive has no symtab. by Rafael Espindola · 11 years ago
  68. ed094c3 Fix %t typo in Ocaml bindings test. by Reid Kleckner · 11 years ago
  69. 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
  70. f121a61 Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky. by Michael Gottesman · 11 years ago
  71. dbe3efb Update doxygen comment to match renamed parameters. by Benjamin Kramer · 11 years ago
  72. 6a3c898 MemoryBuffer::getFile handles zero sized files, no need to duplicate the test. by Rafael Espindola · 11 years ago
  73. 80095e5 Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  74. ac2de33 Use status to implement file_size. by Rafael Espindola · 11 years ago
  75. 43ae5e8 Use the appropriate unsigned int type for the offset. by Adrian Prantl · 11 years ago
  76. 4759f26 Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot. by Adrian Prantl · 11 years ago
  77. 5fa2ba2 Simplify code. by Craig Topper · 11 years ago
  78. a3e39dc R600/SI: Initial local memory support by Michel Danzer · 11 years ago
  79. 5b388ca R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic by Michel Danzer · 11 years ago
  80. 0a9e22b R600/SI: Add intrinsic for retrieving the current thread ID by Michel Danzer · 11 years ago
  81. 7740daa R600/SI: Initial support for LDS/GDS instructions by Michel Danzer · 11 years ago
  82. 0a9aaac R600/SI: Add intrinsics for texture sampling with user derivatives by Michel Danzer · 11 years ago
  83. 10b2997 Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree. by Argyrios Kyrtzidis · 11 years ago
  84. e355d85 PPC: Add a better comment about the i64 FI fixup by Hal Finkel · 11 years ago
  85. faf9890 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  86. 296c153 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  87. 2ec5933 Add support for Mips break and syscall insructions. The corresponding test cases are added. by Vladimir Medic · 11 years ago
  88. ea870a5 Fix typo by Stephen Lin · 11 years ago
  89. 9ddfe5e Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionality change. by Stephen Lin · 11 years ago
  90. 45ff709 Un-break the buildbot by tweaking the indirection flag. by Adrian Prantl · 11 years ago
  91. 893ae83 Document a known limitation of the status quo. by Adrian Prantl · 11 years ago
  92. 8cf79f8 Correct comment. by Duncan Sands · 11 years ago
  93. 61c91d5 Fix comment. by Eric Christopher · 11 years ago
  94. 97c37bb ARM: Fix incorrect pack pattern for thumb2 by Jim Grosbach · 11 years ago
  95. 46e11c4 Implement categories for special case lists. by Peter Collingbourne · 11 years ago
  96. c7087f8 Add some SpecialCaseList unit tests. by Peter Collingbourne · 11 years ago
  97. c5afb9e Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make by Peter Collingbourne · 11 years ago
  98. 405515d Rename BlackList class to SpecialCaseList and move it to Transforms/Utils. by Peter Collingbourne · 11 years ago
  99. 8c5c6f0 InstSimplify: X >> X -> 0 by David Majnemer · 11 years ago
  100. e4e742a move test into the appropriate subdir. by Adrian Prantl · 11 years ago