- e33ce29 [IRBuilder] Add APIs for creating calls to atomic memmove and memset intrinsics. (NFC) by Daniel Neilson · 7 years ago
- 9c6a07c Fix Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
- e7c7bc0 [lit] Report line number for failed RUN command by Joel E. Denny · 7 years ago
- 6450da6 [CalledValuePropagation] Just use a sorted vector instead of a set. by Benjamin Kramer · 7 years ago
- 44e7cf4 llvm-objcopy: Set sh_link to 0 on unrecognized symtab-linked sections. by Peter Collingbourne · 7 years ago
- 7432746 [X86][SSE] Pulled out splat detection helper from LowerScalarVariableShift (NFCI) by Simon Pilgrim · 7 years ago
- 80f62ff Reverted r333424 as it broke multiple build bots and left unfixed for a long time by Galina Kistanova · 7 years ago
- fd6d60f [GlobalISel][Legalizer] LegalizerInfo verifier: check rules cover type indices by Roman Tereshin · 7 years ago
- 947f8c2 [X86] Update the fast-isel tests for _mm_rcp_ss, _mm_rsqrt_ss, and _mm_sqrt_ss to match clang codegen after r333572. by Craig Topper · 7 years ago
- e22dca5 [dsymutil] Escape HTML special characters in plist. by Jonas Devlieghere · 7 years ago
- 21cf02e [GlobalISel][Legalizer] NFC mostly reducing LegalizeRuleSet's methods' inter-dependecies by Roman Tereshin · 7 years ago
- efc5dda [X86][AVX512BW] Fixed check prefix copy+paste typo in avx512bw-intrinsics.ll by Simon Pilgrim · 7 years ago
- b7ba560 [AMDGPU][Waitcnt] Fix build error: unused variable 'SWaitInst' by Mark Searles · 7 years ago
- 664e38c AMDGPU: Use better alignment for kernarg lowering by Matt Arsenault · 7 years ago
- a85653e [ValueTracking] Fix endless recursion in isKnownNonZero() by Karl-Johan Karlsson · 7 years ago
- b81ef9c [AMDGPU][Waitcnt] Fix handling of loops with many bottom blocks by Mark Searles · 7 years ago
- eaf5e5d [X86] Lowering FMA intrinsics to native IR (LLVM part) by Gabor Buella · 7 years ago
- 136d97e [AliasSet] Teach the alias set how to handle atomic memcpy/memmove/memset by Daniel Neilson · 7 years ago
- 896749c [InstCombine, ARM, AArch64] Convert table lookup to shuffle vector by Alexandros Lamprineas · 7 years ago
- 8f367c4 [X86][AVX512] Replace -cpu=knl with -mattr=+avx512f for avx512-intrinsics tests by Simon Pilgrim · 7 years ago
- bf13d09 [X86][SSE] Remove unnecessary -cpu from sttni tests by Simon Pilgrim · 7 years ago
- f664394 [X86][SSE] Replace -cpu with equivalent -mattr for vec_cast tests by Simon Pilgrim · 7 years ago
- a0bb0ca [ARM] Remove code handling ADDC/ADDE/SUBC/SUBE by Amaury Sechet · 7 years ago
- 93c2d96 [Hexagon] Use vector align-left when shift amount fits in 3 bits by Krzysztof Parzyszek · 7 years ago
- f5a87e6 [mips] Correct the definition of CTC2/CFC2 by Simon Dardis · 7 years ago
- a9aee86 [mips] Correct the predicates of microMIPS compact branch instructions by Simon Dardis · 7 years ago
- e4b4ace [mips] Sink PredicateControl further down the class hierarchy. by Simon Dardis · 7 years ago
- 056c066 [mips] Correct the predicates of arithmetic and logic instructions. by Simon Dardis · 7 years ago
- cab5faf [YAML] Quote multiline string scalars by Ilya Biryukov · 7 years ago
- adcf643 AArch64: print correct annotation for ADRP addresses. by Tim Northover · 7 years ago
- 5d783b3 [AArch64][AsmParser] Fix segfault on illegal fpimm. by Sander de Smalen · 7 years ago
- fc1eef3 [Sparc] Treat %fxx registers with value type Other as single precision by Daniel Cederman · 7 years ago
- a049b2d Set underlying type for enum with GNU_PROPERTY_X86_FEATURE_1_AND constant by Hans Wennborg · 7 years ago
- d8472b5 Revert commit 333506 by Serge Pavlov · 7 years ago
- a9caa65 [Sparc] Select correct register class for FP register constraints by Daniel Cederman · 7 years ago
- 17fb18e [X86] Add unmasked AVX512VNNI instrinsics. Use a select in IR instead. by Craig Topper · 7 years ago
- 70fe168 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
- 9066b8a [PowerPC] fix broken JIT-compiled code with tail call optimization by Hiroshi Inoue · 7 years ago
- 4548453 MC: Remove redundant substr() call by Sam Clegg · 7 years ago
- f392a17 Fix use of `echo` command in test script by Sam Clegg · 7 years ago
- 1838ee9 [WebAssembly] MC: Add compile-twice test and fix corresponding bug by Sam Clegg · 7 years ago
- c96b7cb [PM/LoopUnswitch] When using the new SimpleLoopUnswitch pass, schedule by Chandler Carruth · 7 years ago
- 7264d3b [ORC] Fix an ambiguous make_unique call. by Lang Hames · 7 years ago
- 543cda4 [ORC] Update JITCompileCallbackManager to support multi-threaded code. by Lang Hames · 7 years ago
- 8bc9af8 [RISCV] Support resolving fixup_riscv_call and add to MCFixupKindInfo table by Shiva Chen · 7 years ago
- 7029dea [VPlan] Replace LLVM_ATTRIBUTE_USED with ifndef NDEBUG by Diego Caballero · 7 years ago
- c51efb8 [X86] Remove some of the extractelts from the new MOVSS+FMA patterns. by Craig Topper · 7 years ago
- fca3b88 [X86] Use VR128X instead of VR128 in EVEX instruction patterns. by Craig Topper · 7 years ago
- e831597 [X86] Rename the operands in the recently introduced MOVSS+FMA patterns so that the operand names in the output pattern are always in 1, 2, 3 order since those are the operand names in the instruction. by Craig Topper · 7 years ago
- cb12250 Fix build error introduced in rL333459 by Sam Clegg · 7 years ago
- 95ab02a [LoopInstSimplify] Re-implement the core logic of loop-instsimplify to by Chandler Carruth · 7 years ago
- fb69f82 [X86] Fix a potential crash that occur after r333419. by Craig Topper · 7 years ago
- 50617cf [WebAssembly] Add more error checking to object file parsing by Sam Clegg · 7 years ago
- 7f19a98 AMDGPU: Fix broken check lines by Matt Arsenault · 7 years ago
- c40f49e AMDGPU: Fix typo in option description by Matt Arsenault · 7 years ago
- 1fa5b55 AMDGPU: Round up kernel argument allocation size by Matt Arsenault · 7 years ago
- 72d605b [RISCV] Add peepholes for Global Address lowering patterns by Sameer AbuAsal · 7 years ago
- cbc5616 [BasicAA] Teach the analysis about atomic memcpy by Daniel Neilson · 7 years ago
- e1b970a Update CodeView register names in a test that was missed in r333421. by Douglas Yung · 7 years ago
- 840f423 AMDGPU: Always set COMPUTE_PGM_RSRC2.ENABLE_TRAP_HANDLER to zero for AMDHSA as by Konstantin Zhuravlyov · 7 years ago
- 98de50d [TableGen] Use explicit constructor for InstMemo by Florian Hahn · 7 years ago
- 9ef6691 [ARM] Enable SETCCCARRY lowering for Thumb1. by Eli Friedman · 7 years ago
- 4ab6b1f IRBuilder: Add overload for intrinsics without args by Matt Arsenault · 7 years ago
- 36d1b4f AMDGPU: Pass function directly instead of MachineFunction by Matt Arsenault · 7 years ago
- 3136140 AMDGPU: Add nuw to add off of kernarg ptr by Matt Arsenault · 7 years ago
- fec5a57 DAG: Remove redundant version of getRegisterTypeForCallingConv by Matt Arsenault · 7 years ago
- bc78b53 AMDGPU: Split R600 MCInst lowering into its own class by Tom Stellard · 7 years ago
- e4c36d2 [TableGen] Fix leaking of PhysRegInputs. by Florian Hahn · 7 years ago
- 5aba374 TableGen: add some more helpful error messages by Nicolai Haehnle · 7 years ago
- 300f478 [TableGen] Fix leaking synthesized registers. by Florian Hahn · 7 years ago
- f5982f4 [StrictFP] Make getStrictFPOpcodeAction(...) more accessible by Cameron McInally · 7 years ago
- f498c48 [X86][SSE] Regenerate sdiv combine tests by Simon Pilgrim · 7 years ago
- 0828dbe [X86][AVX] Regenerate vzeroall/vzeroupper cleanup tests by Simon Pilgrim · 7 years ago
- ff4e688 [AArch64] Fix PR32384: bump up the number of stores per memset and memcpy by Evandro Menezes · 7 years ago
- fc06be5 [mips] Process numeric register name in the .set assignment directive by Simon Atanasyan · 7 years ago
- bfc882d Revert "[AArch64] added FP16 vcvth intrinsic support" by Amara Emerson · 7 years ago
- 980b901 [llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.property by Alexander Ivchenko · 7 years ago
- e4c479f [AArch64][SVE] Asm: Support for predicated LSL/LSR (vectors) by Sander de Smalen · 7 years ago
- 5f28b9c [CodeView] Add prefix to CodeView registers. by Jonas Devlieghere · 7 years ago
- d5f1515 [X86] Scalar mask and scalar move optimizations by Alexander Ivchenko · 7 years ago
- 6fa6453 StackColoring: better handling of statically unreachable code by Than McIntosh · 7 years ago
- babbfe4 [PowerPC] Fix the incorrect iterator inside peephole by Lei Huang · 7 years ago
- 56b3955 [AArch64][SVE] Asm: Support for AND, ORR, EOR and BIC instructions. by Sander de Smalen · 7 years ago
- 5caca23 [AArch64] added FP16 vcvth intrinsic support by Luke Geeson · 7 years ago
- cfb33a0 [mips] Emit R_MICROMIPS_GPREL16/R_MICROMIPS_SUB/R_MICROMIPS_LO16 / HI16 relocations by Simon Atanasyan · 7 years ago
- 8f9ce25 [AArch64][SVE] Asm: Support for ADD (immediate) instructions. by Sander de Smalen · 7 years ago
- 30edd11 [mips] Emit R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations by Simon Atanasyan · 7 years ago
- 6b4e03b Test Commit Access - Removed Whitespace by Luke Geeson · 7 years ago
- 1b5b9b6 [mips] Correct the predicates for a number of instructions. by Simon Dardis · 7 years ago
- f6555fd [mips] Cleanup the code to reduce diff with the upcoming patches. NFC by Simon Atanasyan · 7 years ago
- 0b90c62a [mips] Escape else-after-return. NFC by Simon Atanasyan · 7 years ago
- 66039bf [mips] Stop parsing a .set assignment if the first argument is not an identifier by Simon Atanasyan · 7 years ago
- ae6d614 [AMDGPU] Fixed build warning by Tim Renouf · 7 years ago
- d3b4e81 Reverted commits 333390, 333391 and 333394 by Serge Pavlov · 7 years ago
- 79428ba Added library LLVMSupport to dependencies of LLVMDemangle by Serge Pavlov · 7 years ago
- 026b4e2 [X86] Disable a DAG combine to allow packed AVX512DQ instructions to be consistently used for i64->float/double conversions. by Craig Topper · 7 years ago
- 6cb2dcb [X86][Sched] Add InstRW for CLC on Intel after SNB. by Clement Courbet · 7 years ago
- 5ab2b7c Added system header cstdlib to MemAlloc.h by Serge Pavlov · 7 years ago
- 5c9fd60 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
- 7cdb0e2 [LangRef] Fix TBAA example by Fangrui Song · 7 years ago