1. 4039181 [Doc] Fix getelementptr description about arguments by David Blaikie · 8 years ago
  2. 47c282c NewGVN: Fix PR 33461, caused by slightly overzealous verification. by Daniel Berlin · 8 years ago
  3. ffa33d0 [x86] specify triples and auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  4. 4e08dc9 [x86] specify triples and auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  5. 6661e76 [x86] specify triple and auto-generate checks; NFC by Sanjay Patel · 8 years ago
  6. d8c55ee Delete TypeDatabase. by Zachary Turner · 8 years ago
  7. 4f1962c [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integerPart typedef at file scope and just use the one in APFloatBase everywhere. NFC by Craig Topper · 8 years ago
  8. 4446e99 [Reassociate] Use APInt::isNullValue() instead of comparing with 0. NFC by Craig Topper · 8 years ago
  9. 32639e6 Implement AllocateRWX and ReleaseRWX for NetBSD by Kamil Rytarowski · 8 years ago
  10. 5c2d0a5 x86] adjust test constants to maintain coverage; NFC by Sanjay Patel · 8 years ago
  11. a9fb6f9 [x86] adjust test constants to maintain coverage; NFC by Sanjay Patel · 8 years ago
  12. 1004a9e [x86] adjust test constants to maintain coverage; NFC by Sanjay Patel · 8 years ago
  13. 5943855 Revert r305642 by Ismail Donmez · 8 years ago
  14. 63f4f39 Test to correct triple for SUSE on ARMv7 by Ismail Donmez · 8 years ago
  15. 0de5bc0 Add argmononly attribute to strlen and wcslen, i.e. they only read memory (string) passed to them. by Xin Tong · 8 years ago
  16. 77d32e8 Fixed the warning introduced by r305625 to make ubuntu-gcc7.1-werror bot green. by Galina Kistanova · 8 years ago
  17. f54df2f [SROA] Add support for non-integral pointers by Sanjoy Das · 8 years ago
  18. 9bca842 [TRE] Add assertion for folding trivial return block by Xin Tong · 8 years ago
  19. f477517 [TRE] Update comments. NFC by Xin Tong · 8 years ago
  20. 5b6663a [CMake] Get rid of generating obj.*-tblgen if CMake >= 3.9 for Ninja generator. by NAKAMURA Takumi · 8 years ago
  21. b903fddc [CMake] Introduce LLVM_TARGET_TRIPLE_ENV as an option to override LLVM_DEFAULT_TARGET_TRIPLE at runtime. by NAKAMURA Takumi · 8 years ago
  22. 91d2a84 Rework logic and comment out the default relocation models for PPC. by Eric Christopher · 8 years ago
  23. e8987fd Turn a large if block into a smaller early return for clarity. by Eric Christopher · 8 years ago
  24. 65165bb Remove the old and unused PPC32 and PPC64TargetMachine classes. by Eric Christopher · 8 years ago
  25. e14480d Remove unused forward declaration. by Eric Christopher · 8 years ago
  26. 7eaaf7b Tidy up some calls to getRegister for readability. by Eric Christopher · 8 years ago
  27. cd03942 RegScavenging: Add scavengeRegisterBackwards() by Matthias Braun · 8 years ago
  28. 253e526 [PPC] Remove isBarrier from CFENCE8's definition. by Tim Shen · 8 years ago
  29. 1cea155 [SelectionDAG] Update Loop info after splitting critical edges. by Davide Italiano · 8 years ago
  30. aae294a [InstCombine] Make FPMathOperator working with ConstantExpression(s). by Davide Italiano · 8 years ago
  31. 824edbe Don't crash if a type record can't be found. by Zachary Turner · 8 years ago
  32. 46016f2 [WebAssembly] Use __stack_pointer global when writing wasm binary by Sam Clegg · 8 years ago
  33. 2757ca6 [CodeView] Fix random access of type names. by Zachary Turner · 8 years ago
  34. bd5fe95 Remove some dead code / includes. by Zachary Turner · 8 years ago
  35. b856c16 obj2yaml: Improve error reporting by Sam Clegg · 8 years ago
  36. 86f1ba0 bpf: fix a strict-aliasing issue by Yonghong Song · 8 years ago
  37. 3cea3b1 [ConstantRange] Implement getSignedMin/Max in a less complicated and faster way by Craig Topper · 8 years ago
  38. 5fb544c [SelectionDAG] Use APInt::isSubsetOf. NFC by Craig Topper · 8 years ago
  39. def0ae4 [SelectionDAG] Use APInt::isNullValue/isOneValue. NFC by Craig Topper · 8 years ago
  40. ea1b075 [TargetLowering] Use ConstantSDNode::isOne and getSExtValue instead of getting the underlying APInt first. NFC by Craig Topper · 8 years ago
  41. 2244b2d Revert rL305578. There is still some buildbot failure to be fixed. by Wei Mi · 8 years ago
  42. be5d464 Move testcase into the target-appropriate subdirectory. by Adrian Prantl · 8 years ago
  43. e97626f Improve the accuracy of variable ranges .debug_loc location lists. by Adrian Prantl · 8 years ago
  44. b8f8fa1 utils: Add a git-r utility for mapping svn revisions to git revisions in the monorepo. by Peter Collingbourne · 8 years ago
  45. 3589cb5 [DWARF] Corrected behavior for when no .apple_names section is present in the object. by Spyridoula Gravani · 8 years ago
  46. 51c5f77 Clean up some things in the WindowsResource changes. by Eric Beckmann · 8 years ago
  47. d399e11 [Object] Remove redundant std::move. by Benjamin Kramer · 8 years ago
  48. c501cd4 Switch external cvtres.exe for llvm's own resource library. by Eric Beckmann · 8 years ago
  49. 512a2c9 [InstCombine] Set correct insertion point for selects generated while folding phis by Anna Thomas · 8 years ago
  50. e9eb0b8 Change YAML traits for vector<string> to flow_vector. by Evgeniy Stepanov · 8 years ago
  51. 888f3a0 [SCCP] Simplify the code a bit. NFCI. by Davide Italiano · 8 years ago
  52. 089beaa [SCCP] Clarify a comment about unhandled instructions. by Davide Italiano · 8 years ago
  53. abc4fc5 [GVN] Recommit the patch "Add phi-translate support in scalarpre". by Wei Mi · 8 years ago
  54. 6c8d710 [SCCP] Remove redundant instruction visitors. by Davide Italiano · 8 years ago
  55. 4a2fcf3 [DWARF] Replaced mem-initializers with non-static data member initializers in DWARFVerifier class. by Spyridoula Gravani · 8 years ago
  56. bd1a266 Revert "RegScavenging: Add scavengeRegisterBackwards()" by Matthias Braun · 8 years ago
  57. 17473f5 Fix function name /NFC by Xinliang David Li · 8 years ago
  58. 998d866 [InstCombine] Add test cases to show missed opportunities due to overly conservative single use checks. NFC by Craig Topper · 8 years ago
  59. 1aa4ba7 bpf: avoid load from read-only sections by Yonghong Song · 8 years ago
  60. 2115877 bpf: set missing types in insn tablegen file by Yonghong Song · 8 years ago
  61. 470c695 [Atomics] Rename and change prototype for atomic memcpy intrinsic by Daniel Neilson · 8 years ago
  62. 7810ae7 Revert "[mips][microMIPS] Extending size reduction pass with ADDIUSP and ADDIUR1SP" by Simon Dardis · 8 years ago
  63. 773e19a [TableGen] Do not assume that the first variant is the original pattern by Krzysztof Parzyszek · 8 years ago
  64. c86dcc6 [Hexagon] Don't kill live registers when creating mux out of tfr by Krzysztof Parzyszek · 8 years ago
  65. 0a8e896 [MachineBlockPlacement] trivial fix in comments, NFC by Hiroshi Inoue · 8 years ago
  66. 091e96c [InstCombine] Fold (!iszero(A & K1) & !iszero(A & K2)) -> (A & (K1 | K2)) == (K1 | K2) if K1 and K2 are a 1-bit mask by Craig Topper · 8 years ago
  67. 9a18969 Fix buildbots. by Rui Ueyama · 8 years ago
  68. 04c0126 Fix msan buildbot. by Rui Ueyama · 8 years ago
  69. 27c1aa0 [CorrelatedValuePropagation] Remove superfluous semicolon. NFC by Craig Topper · 8 years ago
  70. 1d475d8 [BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  71. 1410aba Fix build warning on 32-bit targets where sizeof(size_t) < sizeof(long long). by Evgeniy Stepanov · 8 years ago
  72. 3184f8d [cfi] CFI-ICall for ThinLTO. by Evgeniy Stepanov · 8 years ago
  73. 68e216b [llvm-pdbutil] Add support for dumping cross module imports/exports. by Zachary Turner · 8 years ago
  74. f391f22 [llvm-pdbutil] Add a function for iterating over debug subsections. by Zachary Turner · 8 years ago
  75. 9b112a7 [PartialInlining] Code Refactoring by Xinliang David Li · 8 years ago
  76. 7b1eb00 [llvm-pdbutil] Add support for dumping lines and inlinee lines. by Zachary Turner · 8 years ago
  77. ae75a98 Try to fix uninitialized read reported by msan. by Zachary Turner · 8 years ago
  78. 8a6e298 Revert "[DAG] Allow truncated and extend memory operations in Store Merge. NFCI." by Ahmed Bougacha · 8 years ago
  79. e6f0d3c [llvm-pdbutil] Add back support for dumping file checksums. by Zachary Turner · 8 years ago
  80. aa27e87 test-release.sh: Run the test-suite using phase3 clang by Tom Stellard · 8 years ago
  81. 4d56b5f [llvm-pdbutil] Add back the ability to dump hashes and index offsets. by Zachary Turner · 8 years ago
  82. 975d465b [AMDGPU] Testing commit access only, no real change by Alfred Huang · 8 years ago
  83. dcb4305 UnitTests: Followup to 305519 by Matthias Braun · 8 years ago
  84. 93a987e [libFuzzer] change the default max_len from 64 to 4096. This will affect cases where libFuzzer is run w/o initial corpus or with a corpus of very small items. by Kostya Serebryany · 8 years ago
  85. 9b53419 UnitTests: Replace some if(x)report_fatal_error() with EXPECT_TRUE(!x) by Matthias Braun · 8 years ago
  86. 7e5d31e Resubmit "[llvm-pdbutil] rewrite the "raw" output style." by Zachary Turner · 8 years ago
  87. 02688b0 RegScavenging: Add scavengeRegisterBackwards() by Matthias Braun · 8 years ago
  88. c82adde docs/Phabricator: Better git examples to produce full context patches by Matthias Braun · 8 years ago
  89. 240b649 [InstCombine] Add two FIXMEs for bad single use checks. NFC by Craig Topper · 8 years ago
  90. 66f76f7 [InstCombine] Add test cases to demonstrate instcombine increasing instruction count when trying to fold (select (icmp eq (and X, C1), 0), Y, (or Y, C2))->(or (shl (and X, C1), C3), y) when the pieces have multiple uses. by Craig Topper · 8 years ago
  91. 7438bc9 Added braces to work around gcc warning in googletest: suggest explicit braces to avoid ambiguous 'else'. NFC. by Galina Kistanova · 8 years ago
  92. 48370ee Revert "[llvm-pdbutil] rewrite the "raw" output style." by Zachary Turner · 8 years ago
  93. 312d0db [DWARF] Removed dead code. The verifier functionality is provided by by Spyridoula Gravani · 8 years ago
  94. 93981f8 Split PGO memory intrinsic optimization into its own source file by Teresa Johnson · 8 years ago
  95. cc81e8d Fix some more warnings. by Zachary Turner · 8 years ago
  96. 1031e14 Fix some -Wreorder issues. by Zachary Turner · 8 years ago
  97. 0f6dce0 [llvm-pdbutil] rewrite the "raw" output style. by Zachary Turner · 8 years ago
  98. 7807f69 DivergencyAnalysis patch for review by Alexander Timofeev · 8 years ago
  99. f82d26a [InstCombine] Make the context instruction parameter of foldOrOfICmps a reference to discourage passing nullptr and to remove the '&' from all of the call sites. NFC by Craig Topper · 8 years ago
  100. ccc684d [InstCombine] Pre-commit test cases for the transform proposed in D34244. by Craig Topper · 8 years ago