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