- 7c87d1a hwasan: Move ctor into a comdat. by Peter Collingbourne · 7 years ago
- 754733f9 [VFS] Add isLocal to ProxyFileSystem and add unit tests. by Michael J. Spencer · 7 years ago
- aa3674d [X86][SSE] Improve immediate vector shift known bits handling. by Simon Pilgrim · 7 years ago
- bcb7d76 [WebAssembly] Fix assembler parsing of br_table. by Wouter van Oortmerssen · 7 years ago
- c163300 [X86] Add T1MSKC and TZMSK to isDefConvertible used by optimizeCompareInstr. by Craig Topper · 7 years ago
- 96b0873 [codeview] Flush labels before S_DEFRANGE* fragments by Reid Kleckner · 7 years ago
- f3b65bc [X86][SSE] Split SimplifyDemandedBitsForTargetNode X86ISD::VSRLI/VSRAI handling. by Simon Pilgrim · 7 years ago
- fae3cc4 [AggressiveInstCombine] convert rotate with guard branch into funnel shift (PR34924) by Sanjay Patel · 7 years ago
- 6789c7f DebugInfo: Update gold plugin tests due to CU attribute reordering in r349207 by David Blaikie · 7 years ago
- 2bf594e [SDAG] Clarify the origin of chain in REG_SEQUENCE in comment, NFC by Krzysztof Parzyszek · 7 years ago
- b7aabef [SelectionDAG] Fix noop detection for vectors in AssertZext/AssertSext in getNode by Craig Topper · 7 years ago
- e23763e [InstCombine] don't widen an arbitrary sequence of vector ops (PR40032) by Sanjay Patel · 7 years ago
- ffdc676 Convert (CMP (srl/shl X, C), 0) to (CMP (and X, C'), 0) when only the zero flag is used. by Craig Topper · 7 years ago
- 1ea2e05 NFC: remove unused variable by JF Bastien · 7 years ago
- a54a391 AsmParser: test .double NaN and .double inf by JF Bastien · 7 years ago
- 23da110 [AMDGPU][MC][DOC] A fix for build failure in r349370 by Dmitry Preobrazhensky · 7 years ago
- 1987714 [TargetLowering] Add DemandedElts mask to SimplifyDemandedBits (PR40000) by Simon Pilgrim · 7 years ago
- 29dd0aa [AMDGPU][MC][DOC] A fix for build failure in r349368 by Dmitry Preobrazhensky · 7 years ago
- e8403448 [InstSimplify] Simplify saturating add/sub + icmp by Nikita Popov · 7 years ago
- 51120d7 [AMDGPU][MC][DOC] Updated AMD GPU assembler description by Dmitry Preobrazhensky · 7 years ago
- 4a9ee89 FastIsel: take care to update iterators when removing instructions. by Tim Northover · 7 years ago
- 785589d Add missing include file. by Zachary Turner · 7 years ago
- a8e4afa [PDB] Add some helper functions for working with scopes. by Zachary Turner · 7 years ago
- 18f6a2a [MS Demangler] Add a helper function to print a Node as a string. by Zachary Turner · 7 years ago
- a7f5217 [MIPS GlobalISel] Remove switch statement (fix r349346 for MSVC) by Petar Avramovic · 7 years ago
- e2e53c4 ARM: use acquire/release instruction variants when available. by Tim Northover · 7 years ago
- 765a762 [MCA] Add support for BeginGroup/EndGroup. by Andrea Di Biagio · 7 years ago
- cc188a7 Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is empty (devoid of code addresses)" by Eric Liu · 7 years ago
- 4ed822d [MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer. by Andrea Di Biagio · 7 years ago
- ef027ed Regenerate test in prep for SimplifyDemandedBits improvements. by Simon Pilgrim · 7 years ago
- e52a0ad [AggressiveInstCombine] add test for rotate insertion point; NFC by Sanjay Patel · 7 years ago
- 4c18d27 [MIPS GlobalISel] Lower G_UADDE and narrowScalar G_ADD by Petar Avramovic · 7 years ago
- 6c9df68 [AArch64] Re-run load/store optimizer after aggressive tail duplication by Alexandros Lamprineas · 7 years ago
- c89c03b DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is empty (devoid of code addresses) by David Blaikie · 7 years ago
- 8178ac8 [llvm-mca] Move llvm-mca library to llvm/lib/MCA. by Clement Courbet · 7 years ago
- 7aae36e [X86] Add test case for PR39968. NFC by Craig Topper · 7 years ago
- 8f40271 [X86] Fix bad operand lookup for cmov introduced in r349315 by Craig Topper · 7 years ago
- 847f938 [Power9][NFC]update vabsd case for better dumping by Kewen Lin · 7 years ago
- d279ef3 [Power9][NFC]Make pre-inc-disable case more robust by Kewen Lin · 7 years ago
- fae8aa3 [gn build] Add build files for opt and its dependency Transforms/Couroutines by Nico Weber · 7 years ago
- 37676b5 [EarlyCSE] If DI can't be salvaged, mark it as unavailable. by Davide Italiano · 7 years ago
- 8f7655d [InstCombine] Add cttz/ctlz + select non-bitwidth tests; NFC by Nikita Popov · 7 years ago
- 745ea2f [InstCombine] Regenerate test checks; NFC by Nikita Popov · 7 years ago
- 032b00a [X86] Pull out constant splat rotation detection. by Simon Pilgrim · 7 years ago
- 96b0ff5 [InstCombine] Make cttz/ctlz knownbits tests more robust; NFC by Nikita Popov · 7 years ago
- 80a3a8c Regenerate test (merges X86+X64 cases). NFCI. by Simon Pilgrim · 7 years ago
- 53dfd27 [X86] Remove truncation handling from EmitTest. Replace it with a DAG combine. by Craig Topper · 7 years ago
- af08be2 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
- 67f59be Revert "[InstCombine] Regenerate test checks; NFC" by Nikita Popov · 7 years ago
- 3937045 [InstCombine] Regenerate test checks; NFC by Nikita Popov · 7 years ago
- ac6fe28 [InstCombined] Add more tests for cttz/ctlz + icmp; NFC by Nikita Popov · 7 years ago
- dbb2df9 [InstCombine] Add additional saturating add/sub + icmp tests; NFC by Nikita Popov · 7 years ago
- 421218c [InstCombine] regenerate test checks; NFC by Sanjay Patel · 7 years ago
- f96c9df [InstCombine] add tests for vector widening transforms (PR40032); NFC by Sanjay Patel · 7 years ago
- d353a68 [x86] increment/decrement constant vector with min/max in vsetcc lowering (PR39859) by Sanjay Patel · 7 years ago
- c5f4a84 [DAGCombiner] allow hoisting vector bitwise logic ahead of truncates by Sanjay Patel · 7 years ago
- e253500 Update the list of platforms & archs by Sylvestre Ledru · 7 years ago
- c23bed3 Use backquotes to avoid a sphinx unexpected error: by Sylvestre Ledru · 7 years ago
- 6154b34 Document the usage of BOOTSTRAP_XXX with stage2 builds by Sylvestre Ledru · 7 years ago
- c1aee89 [SelectionDAG] Add FSHL/FSHR support to computeKnownBits by Simon Pilgrim · 7 years ago
- 7f737c4 [X86] Add computeKnownBits tests for funnel shift intrinsics by Simon Pilgrim · 7 years ago
- 10cdfc9 [gn build] Merge r349167 by Nico Weber · 7 years ago
- 6189ca0 [gn build] Add build files for obj2yaml, yaml2obj, and lib/ObjectYAML by Nico Weber · 7 years ago
- 0c53afc [gn build] Add build files for llvm-as, llvm-dis, llvm-dwarfdump, llvm-mc, FileCheck, count, not by Nico Weber · 7 years ago
- 4ade6c4 [X86] Autogenerate complete checks. NFC by Craig Topper · 7 years ago
- f0db4e7 [X86] Begin cleaning up combineOr -> SHLD/SHRD. NFCI. by Simon Pilgrim · 7 years ago
- 0ef8b71 [X86] Lower to SHLD/SHRD on slow machines for optsize by Simon Pilgrim · 7 years ago
- f7f1247 [X86] Add optsize SHLD/SHRD tests by Simon Pilgrim · 7 years ago
- 50df229 Add NetBSD support in needsRuntimeRegistrationOfSectionRange. by Kamil Rytarowski · 7 years ago
- 267dfed Register kASan shadow offset for NetBSD/amd64 by Kamil Rytarowski · 7 years ago
- b0f4bab [CodeGen] Enhance machine PHIs optimization by Dinar Temirbulatov · 7 years ago
- 75e4c62 Regenerate neon copy tests. NFCI. by Simon Pilgrim · 7 years ago
- cd30152 Fix -Wunused-variable warning. NFCI. by Simon Pilgrim · 7 years ago
- 1fe1ffe [TargetLowering] Add ISD::OR + ISD::XOR handling to SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
- 7c45236 [InstSimplify] Add tests for saturating add/sub + icmp; NFC by Nikita Popov · 7 years ago
- c54b6d1 [mips] Fix test typo in rL348914 by Fangrui Song · 7 years ago
- 1921566 [Power9][NFC] add setb exploitation test case by Kewen Lin · 7 years ago
- c3c2387 [SILoadStoreOptimizer] Use std::abs to avoid truncation. by Florian Hahn · 7 years ago
- bf1554b [X86] Rename hasNoSignedComparisonUses to hasNoSignFlagUses. Add the instruction that only modify the O flag to the waiver list. by Craig Topper · 7 years ago
- 7a4d0b9 [X86] Make hasNoCarryFlagUses/hasNoSignedComparisonUses take an SDValue that indicates which result is the flag result. NFCI by Craig Topper · 7 years ago
- e2f3e50 [WebAssembly] Check if the section order is correct by Heejin Ahn · 7 years ago
- e4bfa17 [NewGVN] Update use counts for SSA copies when replacing them by their operands. by Florian Hahn · 7 years ago
- 7267516 [Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400) by Vedant Kumar · 7 years ago
- fb3de31 [NVPTX] Lower instructions that expand into libcalls. by Artem Belevich · 7 years ago
- b4b260e DebugInfo: Avoid using split DWARF when the split unit would be empty. by David Blaikie · 7 years ago
- 3cc32f9 [codeview] Add begin/endSymbolRecord helpers, NFC by Reid Kleckner · 7 years ago
- b2251b3 DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnit by David Blaikie · 7 years ago
- af29842 [Hexagon] Add patterns for shifts of v2i16 by Krzysztof Parzyszek · 7 years ago
- 878b42a [GlobalISel] LegalizerHelper: Implement fewerElementsVector for G_LOAD/G_STORE by Volkan Keles · 7 years ago
- cba44d9 [Hexagon] Use IMPLICIT_DEF to any-extend 32-bit values to 64 bits by Krzysztof Parzyszek · 7 years ago
- 0bbe50f [AMDGPU] Promote constant offset to the immediate by finding a new base with 13bit constant offset from the nearby instructions. by Farhana Aleen · 7 years ago
- 56ea489 Add missing includes and forward decls to unbreak build by Eric Fiselier · 7 years ago
- cdc0cba [SDAG] Ignore chain operand in REG_SEQUENCE when emitting instructions by Krzysztof Parzyszek · 7 years ago
- f2511ab [AArch64] Simplify the scheduling predicates (NFC) by Evandro Menezes · 7 years ago
- a5a1eba [TransformWarning] Do not warn missed transformations in optnone functions. by Michael Kruse · 7 years ago
- 955eced [x86] add tests for extractelement of FP binops; NFC by Sanjay Patel · 7 years ago
- b8a6836 [ARM] make test immune to scalarization improvements; NFC by Sanjay Patel · 7 years ago
- dac6042 [x86] make tests immune to scalarization improvements; NFC by Sanjay Patel · 7 years ago
- 15e2a12 [globalisel][combiner] Fix r349167 for release mode bots by Daniel Sanders · 7 years ago
- 3a50d5b [ADT] Fix bugs in SmallBitVector. by Zachary Turner · 7 years ago