- b7ef200 [WebAssembly] Fix typos in comments by Heejin Ahn · 9 years ago
- 05082bd [libFuzzer] print a failed-merge warning only in the merge mode by Kostya Serebryany · 9 years ago
- 10eb5d5 AMDGPU: Implement is{LoadFrom|StoreTo}FrameIndex by Matt Arsenault · 9 years ago
- da28e63 AMDGPU: Fix scheduling info for spill pseudos by Matt Arsenault · 9 years ago
- c4644d2 [asan] Add flag to allow lifetime analysis of problematic allocas by Vitaly Buka · 9 years ago
- e7555f0 [CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantLoad. NFC by Justin Lebar · 9 years ago
- 74ad0cf [libFuzzer] don't print help for internal flags by Kostya Serebryany · 9 years ago
- 7942244 [libFuzzer] print a visible message if merge fails due to a crash by Kostya Serebryany · 9 years ago
- 1c3a1e2 Remove dead code in the SelectionDAG headers (NFC) by Vedant Kumar · 9 years ago
- 3843a13 AMDGPU: Fix immediate folding logic when shrinking instructions by Matt Arsenault · 9 years ago
- 8ad92ff Inliner: Don't mark swifterror allocas with lifetime markers by Arnold Schwaighofer · 9 years ago
- b6bf353 X86: Fold tail calls into conditional branches also for 64-bit (PR26302) by Hans Wennborg · 9 years ago
- d5a5e90 AMDGPU: Run LoadStoreVectorizer pass by default by Matt Arsenault · 9 years ago
- 2c9e9a6 [libFuzzer] use sizeof() in tests instead of 4 and 8 by Kostya Serebryany · 9 years ago
- 7474f82 LSV: Fix incorrectly increasing alignment by Matt Arsenault · 9 years ago
- 586b777 [gold] Test that we handle invalid directory correctly. by Davide Italiano · 9 years ago
- 1a60ab8 [InstCombine] use m_APInt to allow icmp ult X, C folds for splat constant vectors by Sanjay Patel · 9 years ago
- fb49daf [libFuzzer] one more puzzle for value profile by Kostya Serebryany · 9 years ago
- 6bca1ae [X86][XOP] Fix VPERMIL2PD mask creation on 32-bit targets by Simon Pilgrim · 9 years ago
- 60719d6 [Hexagon] Fix disassembler crash after r279255 by Krzysztof Parzyszek · 9 years ago
- b0cab11 [X86] Regenerate test. NFC. by Michael Kuperstein · 9 years ago
- d9c5bfb Enable in-tree builds of parallel-libs. by Justin Lebar · 9 years ago
- 65ddbec Create phi nodes for swifterror values at the end of the phi instructions list by Arnold Schwaighofer · 9 years ago
- 8458ab1 [NVPTX] Implement llvm.fabs.f32, llvm.max.f32, etc. by Justin Lebar · 9 years ago
- a757788 ARM: move the builtins libcall CC setup by Saleem Abdulrasool · 9 years ago
- 7deb7e7 [cmake] Fix a stale comment from an earlier version of r281085. NFC. by Michael Gottesman · 9 years ago
- 1f4e68f [cmake] Export gtest/gtest_main and its dependencies via a special build tree only cmake exports file. by Michael Gottesman · 9 years ago
- d87d83d Add a lower level zlib::uncompress. by Rafael Espindola · 9 years ago
- 8dae05a AMDGPU : Fix mqsad_u32_u8 instruction incorrect data type. by Wei Ding · 9 years ago
- 6ecd500 AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is 8-byte aligned for HSA by Tom Stellard · 9 years ago
- 6ad7067 [pdb] Print out some more info when dumping a raw stream. by Zachary Turner · 9 years ago
- 07e4072 [llvm-cov] Remove some asserts in the html renderer (NFC) by Vedant Kumar · 9 years ago
- 961ef79 Do not widen load for different variable in GVN. by Dehao Chen · 9 years ago
- 18f2ff8 Fix another -Wunused-variable for non-assert build. by Rui Ueyama · 9 years ago
- 5e2e757 [llvm-cov] Try to fix the native_separators.c test some more by Vedant Kumar · 9 years ago
- 892ff5d [pdb] Add command line options for dumping individual streams and blocks by Zachary Turner · 9 years ago
- 8b2faaa Fix -Wunused-variable for non-assert build. by Rui Ueyama · 9 years ago
- 27d122c [pdb] Pass CVRecord's through the visitor as non-const references. by Zachary Turner · 9 years ago
- 9af2b5e [libFuzzer] one more puzzle, value_profile cracks it in a second by Kostya Serebryany · 9 years ago
- be73fbc [pdb] Write PDB TPI Stream from Yaml. by Zachary Turner · 9 years ago
- 3beac7c [llvm-cov] Handle native paths correctly in the text index by Vedant Kumar · 9 years ago
- 0a2fb4a Move the ocaml_all target into the Misc folder for cleanliness; NFC. by Aaron Ballman · 9 years ago
- a8b8839 [codeview] Don't assert if the array element type is incomplete by Reid Kleckner · 9 years ago
- a8f2db5 [Bitcode] Add compatibility test for the 3.9 release by Vedant Kumar · 9 years ago
- 6128d7f [InstCombine] add tests to show pattern matching failures due to commutation by Sanjay Patel · 9 years ago
- bb15e0c Attempt to fix static_asserts in SelectionDAGNodes.h that MSVC chokes on. by Justin Lebar · 9 years ago
- a71022e [SelectionDAG] Fix two issues with SDNode::getRawSubclassData(). by Justin Lebar · 9 years ago
- 03d3176 AMDGPU] Assembler: better support for immediate literals in assembler. by Sam Kolton · 9 years ago
- b68584d [Sparc][LEON] Removed the parts of the errata fixes implemented using inline assembly as this is not the desired behaviour for end-users. Small change to a unit test to implement this without requiring the inline assembly. by Chris Dewhurst · 9 years ago
- b2500d2 [ARM] ADD with a negative offset can become SUB for free by James Molloy · 9 years ago
- f53c395 [ARM] icmp %x, -C can be lowered to a simple ADDS or CMN by James Molloy · 9 years ago
- 31bcc1e [SelectionDAG] Ensure DAG::getZeroExtendInReg is called with a scalar type by Simon Pilgrim · 9 years ago
- 5349caf [Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0) by James Molloy · 9 years ago
- 3c6f3f0 GlobalISel: remove G_TYPE and G_PHI by Tim Northover · 9 years ago
- bc6470c GlobalISel: fix comments and add assertions for valid instructions. by Tim Northover · 9 years ago
- 59282d3 GlobalISel: move type information to MachineRegisterInfo. by Tim Northover · 9 years ago
- 80f518b Revert "[mips] Fix c.<cc>.<fmt> instruction definition." by Simon Dardis · 9 years ago
- 442deaa [AMDGPU] Assembler: rename amd_kernel_code_t asm names according to spec by Sam Kolton · 9 years ago
- c682994 [Thumb1] Teach optimizeCompareInstr about thumb1 compares by James Molloy · 9 years ago
- 93211d9 [AMDGPU] Assembler: match e32 VOP instructions before e64. by Sam Kolton · 9 years ago
- 43cc6f8 [mips] Fix c.<cc>.<fmt> instruction definition. by Simon Dardis · 9 years ago
- 847743b [Sparc][LEON] Unit test for CASA instruction supported by some LEON processors added. by Chris Dewhurst · 9 years ago
- 6ff9c19 [Coroutines] Part13: Handle single edge PHINodes across suspends by Gor Nishanov · 9 years ago
- 7f692c7 Rationalise the attribute getter/setter methods on Function and CallSite. by Amaury Sechet · 9 years ago
- 4475d67 [libFuzzer] improve -print_pcs to not print new PCs coming from libFuzzer itself by Kostya Serebryany · 9 years ago
- ddc2d44 [libFuzzer] remove unneeded call by Kostya Serebryany · 9 years ago
- a122378 [AVX-512] Add VPCMP instructions to the load folding tables and make them commutable. by Craig Topper · 9 years ago
- beb8233 [AVX-512] Add more integer vector comparison tests with loads. Some of these show opportunities where we can commute to fold loads. by Craig Topper · 9 years ago
- 84dc751 [llvm-cov] Emit a summary in the report directory's index by Vedant Kumar · 9 years ago
- 85e096d [llvm-cov] Constify some methods (NFC) by Vedant Kumar · 9 years ago
- 006e320 [llvm-cov] Add an API to prepare file reports (NFC) by Vedant Kumar · 9 years ago
- f539109 [llvm-cov] Speculate fix for a Windows-only test (NFC) by Vedant Kumar · 9 years ago
- 05e1dea [libFuzzer] remove use_traces=1 since use_value_profile seems to be strictly better by Kostya Serebryany · 9 years ago
- 0f6a0eb [X86] Tighten up a comment which confused x64 ABI terminology. by David Majnemer · 9 years ago
- 74990a5 [X86] Add more baseline tests for "irregular" shuffles. NFC. by Michael Kuperstein · 9 years ago
- d837ce2 Win64: Don't use REX prefix for direct tail calls by Hans Wennborg · 9 years ago
- e0cbb68 .clang-tidy: parameters and members should be CamelCased. by Mike Aizatsky · 9 years ago
- 8aad291 llvm-objdump: add missing ) in help output, NFC by Saleem Abdulrasool · 9 years ago
- 10c8c3c [libFuzzer] add missing docs by Kostya Serebryany · 9 years ago
- 539e8b4 Remove debug info when hoisting instruction from then/else branch. by Dehao Chen · 9 years ago
- 53d514f [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
- 97ea58e [LV] Ensure proper handling of multi-use case when collecting uniforms by Matthew Simpson · 9 years ago
- 92544c4 [InstCombine] regenerate checks by Sanjay Patel · 9 years ago
- 01b876d [RDF] Further improve handling of multiple phis reached from shadows by Krzysztof Parzyszek · 9 years ago
- 111f4fb [llvm-cov] Fix issues with segment highlighting in the html view by Vedant Kumar · 9 years ago
- 99a1cd6 [LV] Don't mark pointers used by scalarized memory accesses uniform by Matthew Simpson · 9 years ago
- 3d9234a [pdb] Make YamlTypeDumperCallbacks reuse *this. by Zachary Turner · 9 years ago
- 684da72 [YAMLIO] Add the ability to map with context. by Zachary Turner · 9 years ago
- 1bc1003 AMDGPU: Sign extend constants when splitting them by Matt Arsenault · 9 years ago
- 3358dc4 [Hexagon] Expand sext- and zextloads of vector types, not just extloads by Krzysztof Parzyszek · 9 years ago
- c0196eb AMDGPU: Try to commute when selecting s_addk_i32/s_mulk_i32 by Matt Arsenault · 9 years ago
- a50ca9f AArch64 .arch directive - Include default arch attributes with extensions. by Eric Christopher · 9 years ago
- d764af3 AMDGPU: Support commuting with immediate in src0 by Matt Arsenault · 9 years ago
- 86159cb Revert "[XRay] ARM 32-bit no-Thumb support in LLVM" by Renato Golin · 9 years ago
- b91e524 [LoopDataPrefetch] Use range based for loop; NFCI by Balaram Makam · 9 years ago
- e0563b1 [InstCombine] return a vector-safe true/false constant by Sanjay Patel · 9 years ago
- fcc57ae Add unittest for r280760 by Dehao Chen · 9 years ago
- f3c6524 [InstCombine][X86] Regenerate masked memory op combine tests by Simon Pilgrim · 9 years ago
- 2a7d3fa [InstCombine][X86] Regenerate vperm2f128/vperm2i128 combine tests by Simon Pilgrim · 9 years ago
- 0cd49c0 [InstCombine][X86] Regenerate insertps combine tests by Simon Pilgrim · 9 years ago