- cad7a31 [X86] Add support for combining FMADDSUB(A, B, FNEG(C))->FMSUBADD(A, B, C) by Craig Topper · 8 years ago
- f737152 [X86] Remove GCCBuiltin from intrinsics that are no longer used by clang. by Craig Topper · 8 years ago
- bd2cfd0 [AMDGPU] Fix pointer info for lowering load/store for r600 for amdgiz environment by Yaxun Liu · 8 years ago
- d3bd6cf [AMDGPU] Fix pointer info for pseudo source for r600 by Yaxun Liu · 8 years ago
- 9000e8c [AMDGPU] Update code object description by Tony Tye · 8 years ago
- 8887214 [ThinLTO] Fix missing call graph edges for calls with bitcasts. by Volodymyr Sapsai · 8 years ago
- 37ff1dc [support] allocate exact size required for mapping in Support/Windws/Path.inc by Bob Haarman · 8 years ago
- 68d2ceb [SimplifyCFG] Fix a test case. by Easwaran Raman · 8 years ago
- 2f88f54 Add a wrapper function to set branch weights metadata. by Easwaran Raman · 8 years ago
- e69c03b [Reassociate] regenerate test checks; NFC by Sanjay Patel · 8 years ago
- 5808cae [libFuzzer] update links in the docs by Kostya Serebryany · 8 years ago
- 05ceafb [libFuzzer] update the docs, document how to resume the merge by Kostya Serebryany · 8 years ago
- c54ecd04 Add a Cross-compilation toolchain file for MSVC. by Zachary Turner · 8 years ago
- 4c7c455 Fix out-of-order stepping behavior in programs with hoisted constants. by Paul Robinson · 8 years ago
- 3fa053b [utils] Fix RISC-V support in update_llc_test_checks.py by Alex Bradbury · 8 years ago
- 13c8bc9 Preserve debug info when DAG-combinging (zext (truncate x)) -> (and x, mask). by Adrian Prantl · 8 years ago
- eef2954 [Support] Make llvm::Error and Expected faster. by Zachary Turner · 8 years ago
- 9daf9c5 [SLP] Fix PR23510: Try to find best possible vectorizable stores. by Alexey Bataev · 8 years ago
- 8b45407 [Reassociate] auto-generate test checks; NFC by Sanjay Patel · 8 years ago
- 114cb60 [Reassociate] don't name values "tmp"; NFCI by Sanjay Patel · 8 years ago
- d28baf6 [GlobalMerge] Stable sort GlobalSets to fix non-deterministic sort order by Mandeep Singh Grang · 8 years ago
- 06f6588 revert r317812 [BasicAA] fix build break by converting the previously introduced assert into an if stmt by Nuno Lopes · 8 years ago
- d90f53e [BasicAA] fix build break by converting the previously introduced assert into an if stmt by Nuno Lopes · 8 years ago
- 3b01bb6 revert r317809 - [Reassociate] regenerate test checks; NFC by Sanjay Patel · 8 years ago
- 0e0f70e [Reassociate] regenerate test checks; NFC by Sanjay Patel · 8 years ago
- b9cdeec [SystemZ] Add support for the "o" inline asm constraint by Ulrich Weigand · 8 years ago
- 60d2d2e [Reassociate] regenerate test checks; NFC by Sanjay Patel · 8 years ago
- c7ddf7c [Reassociate] add check lines; NFC by Sanjay Patel · 8 years ago
- 7f4962a [Reassociate] add tests with 'reassoc' FMF and regenerate checks; NFC by Sanjay Patel · 8 years ago
- b0957fa [BasicAA] add assertion for corner case in aliasGEP() by Nuno Lopes · 8 years ago
- 5be95c6 [mips] Correct microMIP's jump and add unconditional branch pseudo by Simon Dardis · 8 years ago
- 2fe0076 [RISCV] Re-generate test/CodeGen/RISCV/alu32.ll using update_llc_test_checks.py by Alex Bradbury · 8 years ago
- d99baa7 [RISCV] MC layer support for the standard RV32A instruction set extension by Alex Bradbury · 8 years ago
- 2ef1ea6 Fix 'not all control paths return a value' warning on MSVC builds by Simon Pilgrim · 8 years ago
- 9a5be1f Reapply: Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
- f8c0f51 [RISCV] MC layer support for the standard RV32M instruction set extension by Alex Bradbury · 8 years ago
- a4b0c61 Sched model improving on btver2: JFPU01 resource, vtestp* for xmm. by Andrew V. Tischenko · 8 years ago
- a5b99ed Add -print-schedule scheduling comments to inline asm. by Andrew V. Tischenko · 8 years ago
- 8334286 [X86] Give priority to EVEX FMA instructions over FMA4 instructions. by Craig Topper · 8 years ago
- be9a0af Fix "default label in switch which covers all enumeration values" warning by Vitaly Buka · 8 years ago
- 5a61b4e [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC by Sanjoy Das · 8 years ago
- 7595e4c [X86] Make X86ISD::FMADDS3 isel patterns commutable. by Craig Topper · 8 years ago
- 9c35640 [GVN PRE] Patch the source for Phi node in PRE by Serguei Katkov · 8 years ago
- 4cbd115 [X86] Rename the VEX scalar fma builtins to end with a '3' to match gcc by Craig Topper · 8 years ago
- cd8823f [llvm-cov] Fix more -path-equivalence test bugs by Vedant Kumar · 8 years ago
- d1556f2 [llvm-cov] Fix a -path-equivalence bug in a test by Vedant Kumar · 8 years ago
- 5a74fe7 [llvm-cov] Don't render empty region marker lines by Vedant Kumar · 8 years ago
- f361756 [Coverage] Use the wrapped segment when a line has entry segments by Vedant Kumar · 8 years ago
- 9960086 AMDGPU: Merge BUFFER_STORE_DWORD_OFFEN/OFFSET into x2, x4 by Marek Olsak · 8 years ago
- aa75d4a AMDGPU: Lower buffer store and atomic intrinsics manually by Marek Olsak · 8 years ago
- e79e4fb AMDGPU: Merge BUFFER_LOAD_DWORD_OFFSET into x2, x4 by Marek Olsak · 8 years ago
- 79b91c2 AMDGPU: Merge BUFFER_LOAD_DWORD_OFFEN into x2, x4 by Marek Olsak · 8 years ago
- 1a1019d AMDGPU: Merge S_BUFFER_LOAD_DWORD_IMM into x2, x4 by Marek Olsak · 8 years ago
- c94ae74 AMDGPU: Fold immediate offset into BUFFER_LOAD_DWORD lowered from SMEM by Marek Olsak · 8 years ago
- c8d83c1 [X86] Make sure we don't read too many operands from X86ISD::FMADDS1/FMADDS3 nodes when doing FNEG combine. by Craig Topper · 8 years ago
- a162211 [CMake] Passthrough CMAKE_SYSROOT to external projects by Petr Hosek · 8 years ago
- 18c0af1 [cfi-verify] Adds blacklist blame behaviour to cfi-verify. by Mitch Phillips · 8 years ago
- 1ef4dca [CMake][runtimes] Fix the variable name by Petr Hosek · 8 years ago
- 84a0f53 [FileOutputBuffer] Move factory methods out of their classes. by Rui Ueyama · 8 years ago
- 20c675a [X86] X86MaskedGatherSDNode shouldn't inherit from MaskedGatherScatterSDNode by Craig Topper · 8 years ago
- 606231c [X86] Preserve memory refs when folding loads into divides. by Craig Topper · 8 years ago
- 965ee90 [X86] Remove an if check on the result of a cast. NFC by Craig Topper · 8 years ago
- d6200f6 Let replaceVTableHolder accept any type. by Adrian Prantl · 8 years ago
- b5e0bec Add an @llvm.sideeffect intrinsic by Dan Gohman · 8 years ago
- bfc1e95 Revert "Correct dwarf unwind information in function epilogue for X86" by Reid Kleckner · 8 years ago
- bac4921 [cmake] Allow LLVM_BUILD_INSTRUMENTED to be set to IR or Frontend by Vedant Kumar · 8 years ago
- 8285939 Make sure an error is always handled. by Rafael Espindola · 8 years ago
- 81fd138 Set hasSideEffects=0 for PHI and fix affected passes by Alex Bradbury · 8 years ago
- fb2f519 [X86] Correct the implementation of BEXTR load folding to use the shift as the parent node and pass a separate root. by Craig Topper · 8 years ago
- 40ce9d1 [WebAssembly] Update test expectations by Sam Clegg · 8 years ago
- dcf64df [ThinLTO] Ensure sanitizer passes are run by Teresa Johnson · 8 years ago
- 9799e6f [X86] Don't call validateInstruction from MatchAndEmitInstruction when MatchingInlineAsm is set. The MCInst won't be populated. by Craig Topper · 8 years ago
- ca3cf87 [ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient for large APInts. by Craig Topper · 8 years ago
- 94964bb [WebAssembly] Add a test for inline-asm "m" constraints. by Dan Gohman · 8 years ago
- 40486d7 [WebAssembly] Call signExtend to get sign extended register by Dan Gohman · 8 years ago
- 29ba7f6 Un-XFAIL a test after the bugfix in r317702. by Adrian Prantl · 8 years ago
- 8e0d3d4 [WebAssembly] Revise the strategy for inline asm. by Dan Gohman · 8 years ago
- cf89e1c NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment by Adrian McCarthy · 8 years ago
- 27b6b31 Handle inlined variables in SelectionDAGBuilder::EmitFuncArgumentDbgValue(). by Adrian Prantl · 8 years ago
- 15443bd [X86] Add some initial scheduling tests for generic x86 instructions by Simon Pilgrim · 8 years ago
- d44ed28 [CMake] Remove target to build native tablegen by Jonas Hahnfeld · 8 years ago
- 41dfa19 [CMake] Add custom target to create build directory by Jonas Hahnfeld · 8 years ago
- a3ad9bd [utils] Add RISC-V support to update_llc_test_checks.py by Alex Bradbury · 8 years ago
- da781c7 [RISCV] Initial support for function calls by Alex Bradbury · 8 years ago
- eacca30 [RISCV] Codegen for conditional branches by Alex Bradbury · 8 years ago
- 6c9938c [RISCV] Codegen support for memory operations on global addresses by Alex Bradbury · 8 years ago
- 21ae2e7 [RISCV] Codegen support for memory operations by Alex Bradbury · 8 years ago
- c5abad3 [RISCV] Codegen support for materializing constants by Alex Bradbury · 8 years ago
- 96342eb [Analysis] Fix merging TBAA tags with different final access types by Ivan A. Kosarev · 8 years ago
- d036c9c [mips] Guard indirect and tailcall pseudo instructions correctly. by Simon Dardis · 8 years ago
- 4514930 BasicAA: fix bug where we would return partialalias instead of noalias by Nuno Lopes · 8 years ago
- 4d211ca [NFCI] Ensure TargetOpcode::* are compatible with guessInstructionProperties=0 by Alex Bradbury · 8 years ago
- 19b50e8 DAG: Add computeKnownBitsForFrameIndex by Matt Arsenault · 8 years ago
- 600fc9c Revert "[CGP] Enable extending scope of optimizeMemoryInst" by Serguei Katkov · 8 years ago
- 2c8a33a [CGP] Enable extending scope of optimizeMemoryInst by Serguei Katkov · 8 years ago
- d550a31 [X86] Add patterns to fold EVEX store with EVEX encoded vcvtps2ph instructions. Remove bad pattern that had vf432 vcvtps2ph storing 128-bits. by Craig Topper · 8 years ago
- c30df5f [X86] Allow legacy vcvtps2ph intrinsics to select EVEX encoded instructions. Rely on EVEX->VEX to convert back. by Craig Topper · 8 years ago
- 14c6360 Convert FileOutputBuffer::commit to Error. by Rafael Espindola · 8 years ago
- aeaece7 Revert "Reapply: Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
- 29fa40c Update unittest too. by Rafael Espindola · 8 years ago