- 547b2b7 Correctly handle skewed streams in drop_front() method. by Zachary Turner · 7 years ago
- 4e27099 [MachO][TLOF] Add support for local symbols in the indirect symbol table by Francis Visoiu Mistrih · 7 years ago
- ad397e7 [DAGCombiner] after simplifying demanded elements of vector operand of extract, revisit the extract; 2nd try by Sanjay Patel · 7 years ago
- 77a2bc8 [X86][SSE] Add SSE vector imm/var shift support to SimplifyDemandedVectorEltsForTargetNode by Simon Pilgrim · 7 years ago
- 82ad560 revert rL349051: [DAGCombiner] after simplifying demanded elements of vector operand of extract, revisit the extract by Sanjay Patel · 7 years ago
- 0de7068 Recommit r349041: [tblgen][disasm] Separate encodings from instructions by Daniel Sanders · 7 years ago
- d2cb943 [X86][SSE] Fix all remaining modulo vector rotation amounts (PR38243) by Simon Pilgrim · 7 years ago
- aab76e7 [DAGCombiner] after simplifying demanded elements of vector operand of extract, revisit the extract by Sanjay Patel · 7 years ago
- 6c26f62 [Sparc] Add membar assembler tags by Daniel Cederman · 7 years ago
- 02083ba [X86][SSE] Fix modulo rotation amounts for v8i16/v16i16/v4i32 (PR38243) by Simon Pilgrim · 7 years ago
- 9dc429d Revert r349041: [tblgen][disasm] Separate encodings from instructions by Daniel Sanders · 7 years ago
- cf52156 [Sparc] Use float register for integer constrained with "f" in inline asm by Daniel Cederman · 7 years ago
- 6250c9b [PowerPC][NFC] Sorting out Pseudo related classes to avoid confusion by Jinsong Ji · 7 years ago
- a20dcc7 [mir] Fix uninitialized variable in r349035 noticed by clang-atom-d525-fedora-rel and 3 other bots by Daniel Sanders · 7 years ago
- c8712c4 [tblgen][disasm] Separate encodings from instructions by Daniel Sanders · 7 years ago
- 4a6ddb9 [X86][SSE] Merge the vXi16/vXi32 vector rotation expansion cases. NFCI. by Simon Pilgrim · 7 years ago
- d7736b8 [SystemZ] Pass copy-hinted regs first from getRegAllocationHints(). by Jonas Paulsson · 7 years ago
- a3836a5 [mir] Serialize DILocation inline when not possible to use a metadata reference by Daniel Sanders · 7 years ago
- 9027b88 [X86][BWI] Don't custom lower vXi8 rotations. by Simon Pilgrim · 7 years ago
- 514d2ac [NFC][PowerPC] add verify-machineinstrs check by Chen Zheng · 7 years ago
- cae6eb1 [PowerPC] intrinsic llvm.eh.sjlj.setjmp should not have flag isBarrier. by Chen Zheng · 7 years ago
- d1643f9 [DAGCombine] Moved X86 rotate_amount % bitwidth == 0 early out to DAGCombiner by Simon Pilgrim · 7 years ago
- 69dfdcb [ARM GlobalISel] Support exts and truncs for Thumb2 by Diana Picus · 7 years ago
- 8ab9058 [TargetLowering] Add ISD::ROTL/ROTR vector expansion by Simon Pilgrim · 7 years ago
- 0f7dd07 [RISCV] Add support for the various RISC-V FMA instruction variants by Alex Bradbury · 7 years ago
- 5613e96 [AArch64] Catch some more CMN opportunities. by Arnaud A. de Grandmaison · 7 years ago
- cd253af [CodeGen] Allow mempcy/memset to generate small overlapping stores. by Clement Courbet · 7 years ago
- edeba79 [asan] Don't check ODR violations for particular types of globals by Vitaly Buka · 7 years ago
- e50f44d AMDGPU/GlobalISel: Legalize f64 fadd/fmul by Matt Arsenault · 7 years ago
- 745a18c Fix missing C++ mode comment in header by Matt Arsenault · 7 years ago
- f2ca2fa AMDGPU/GlobalISel: RegBankSelect some simple operations by Matt Arsenault · 7 years ago
- e735adb AMDGPU/GlobalISel: Test cleanups by Matt Arsenault · 7 years ago
- 221a20f [X86] Remove assert leftover from when i1 was a legal type. Add more accurate assert. NFC by Craig Topper · 7 years ago
- 532f7cc [AMDGPU] Fix build failure, second attempt by Stanislav Mekhanoshin · 7 years ago
- dc5e787 [AMDGPU] Fix build failure by Stanislav Mekhanoshin · 7 years ago
- bf39a84 [AMDGPU] Simplify negated condition by Stanislav Mekhanoshin · 7 years ago
- 064efea Revert r348645 - "[MemCpyOpt] memset->memcpy forwarding with undef tail" by David L. Jones · 7 years ago
- 2ca3d46 [LoopUtils] Prefer a set over a map. NFCI. by Davide Italiano · 7 years ago
- 874f1fc [test] Add a set of test for constant folding deopt operands with CVP by Philip Reames · 7 years ago
- c94004f [Support] Fix FileNameLength passed to SetFileInformationByHandle by Shoaib Meenai · 7 years ago
- 0821723 [gn build] Fix defines define on Windows by Shoaib Meenai · 7 years ago
- 9bd2215 [globalisel] Add GISelChangeObserver::changingInstr() by Daniel Sanders · 7 years ago
- 559201d [WebAssembly] Update dylink section parsing by Sam Clegg · 7 years ago
- 2a694ff [LoopDeletion] Update debug values after loop deletion. by Davide Italiano · 7 years ago
- 387b5ef [InstCombine] Fix negative GEP offset evaluation for 32-bit pointers by Nikita Popov · 7 years ago
- 41e5cfd [llvm-objcopy] Change Segment::Type from uint64_t to uint32_t by Fangrui Song · 7 years ago
- f63bc5b [hwasan] Android: Switch from TLS_SLOT_TSAN(8) to TLS_SLOT_SANITIZER(6) by Ryan Prichard · 7 years ago
- d4415e8 [PhaseOrdering] add test for funnel shift (rotate); NFC by Sanjay Patel · 7 years ago
- abbac34 [globalisel] Rename GISelChangeObserver's erasedInstr() to erasingInstr() and related nits. NFC by Daniel Sanders · 7 years ago
- 359ff84 [X86] Don't emit MULX by default with BMI2 by Craig Topper · 7 years ago
- a6fbe3d Fix for llvm-dwarfdump changes for subroutine types by David Blaikie · 7 years ago
- c1616bf [X86] Move stack folding test for MULX to a MIR test. Add a MULX32 case as well by Craig Topper · 7 years ago
- b20ee35 [AMDGPU] Support for "uniform-work-group-size" attribute by Aakanksha Patil · 7 years ago
- 304fa37 Support: use internal `call_once` on PPC64le by Saleem Abdulrasool · 7 years ago
- 62feeed [X86] Added missing constant pool checks. NFCI. by Simon Pilgrim · 7 years ago
- ea364f3 DebugInfo/DWARF: Pretty print subroutine types by David Blaikie · 7 years ago
- 8ae3c1c [AMDGPU] Emit MessagePack HSA Metadata for v3 code object by Scott Linder · 7 years ago
- 68a1c8a DebugInfo/DWARF: Improve dumping of pointers to members ('int foo::*' rather than 'int*') by David Blaikie · 7 years ago
- 2448ff0 DebugInfo/DWARF: Refactor type dumping to dump types, rather than DIEs that reference types by David Blaikie · 7 years ago
- a3b074c DebugInfo/DWARF: Refactor getAttributeValueAsReferencedDie to accept a DWARFFormValue by David Blaikie · 7 years ago
- fb57712 [X86] Emit SBB instead of SETCC_CARRY from LowerSELECT. Break false dependency on the SBB input. by Craig Topper · 7 years ago
- e71d0e9 Fix Wdocumentation warning. NFCI. by Simon Pilgrim · 7 years ago
- b437e62 [ConstantFold] Use getMinSignedBits for APInt in isIndexInRangeOfArrayType. by Florian Hahn · 7 years ago
- 7df42a6 [X86] Added missing constant pool checks. NFCI. by Simon Pilgrim · 7 years ago
- 3c673c9 llvm-dwarfdump: Dump array dimensions in stringified type names by David Blaikie · 7 years ago
- fc1180e [SelectionDAG] Add a generic isSplatValue function by Simon Pilgrim · 7 years ago
- 300b82b [NVPTX] do not rely on cached subtarget info. by Artem Belevich · 7 years ago
- 9959647 [LV] Fix signed/unsigned comparison warning. by Michael Kruse · 7 years ago
- 0e2f8a9 [gn build] Merge r348944 by Nico Weber · 7 years ago
- 5c95905 [docs] Use correct ending quotes. by Michael Kruse · 7 years ago
- 2df5b9e [x86] allow 8-bit adds to be promoted by convertToThreeAddress() to form LEA by Sanjay Patel · 7 years ago
- e693cff [gn build] Add all non-test build files for lld by Nico Weber · 7 years ago
- 9a395de [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. by Michael Kruse · 7 years ago
- e004ab8 [SampleFDO] Extend profile-sample-accurate option to cover isFunctionColdInCallGraph by Wei Mi · 7 years ago
- 4778d2b [AMDGPU] Extend the SI Load/Store optimizer to combine more things. by Neil Henning · 7 years ago
- 2ba3294 [mips] Enable using of integrated assembler in all cases. by Simon Atanasyan · 7 years ago
- 51d159e [AggressiveInstCombine] add tests for rotates with branch; NFC by Sanjay Patel · 7 years ago
- 2253059 [TargetLowering] Add ISD::AND handling to SimplifyDemandedVectorElts by Simon Pilgrim · 7 years ago
- cc069de Regenerate knownbits test. NFCI. by Simon Pilgrim · 7 years ago
- a7da881 [AMDGPU] Set metadata access for explicit section by Piotr Sobczak · 7 years ago
- a4a9a18 [lit]Add llvm-readelf to tool substitutions by James Henderson · 7 years ago
- 041c1c5 [ARM GlobalISel] Select load/store for Thumb2 by Diana Picus · 7 years ago
- 6a79f59 [SystemZ] Minor cleanup of SchedModels by Jonas Paulsson · 7 years ago
- 8d6fd1c [mips] Use llvm-mc -triple option instead of combination of arch,target-abi,mcpu. NFC by Simon Atanasyan · 7 years ago
- 14d714e Fix compiler warning about unused variable [NFC] by Mikael Holmen · 7 years ago
- 8e3fdeb [Intrinsic] Signed Fixed Point Multiplication Intrinsic by Leonard Chan · 7 years ago
- db361aa [X86] Combine vpmovdw+vpacksswb into vpmovdb. by Craig Topper · 7 years ago
- 2ea818e [X86] Add a few more fptosi test cases to demonstrate -x86-experimental-vector-widening legalization not combining vpacksswb+vpmovdw. by Craig Topper · 7 years ago
- 49de0ec [gn build] Add build files for DebugInfo/{DWARF,PDB}, Option, ToolDrivers/llvm-lib, and WindowsManifest by Nico Weber · 7 years ago
- 41d83af [ConstantInt] Check active bits before calling getZExtValue. by Florian Hahn · 7 years ago
- 2a3f739 [gn build] Add build files for lib/LTO, lib/Linker, lib/Passes, lib/Transforms/{IPO,Instrumentation,ObjCARC} by Nico Weber · 7 years ago
- 37778b4 Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64 by Nathan Lanza · 7 years ago
- d97e1b4 [gn build] Add build files for Target/X86/... and for tools/llc by Nico Weber · 7 years ago
- 76d2825 [codeview] Look through typedefs in getCompleteTypeIndex by Reid Kleckner · 7 years ago
- d3b7f7d [GISel] Add parentheses to an assert because gcc is mean. by Craig Topper · 7 years ago
- 0a217d9 Revert "debuginfo: Use symbol difference for CU length to simplify assembly reading/editing" by Jordan Rupprecht · 7 years ago
- 00e5580 [coroutines] Improve suspend point simplification by Gor Nishanov · 7 years ago
- f4e6a86 [Debuginfo] Prevent CodeGenPrepare from dropping debuginfo references. by Wolfgang Pieb · 7 years ago
- 2070fbd [ConstantFolding] Handle leading zero-size elements in load folding by Nikita Popov · 7 years ago
- 640728d [GISel]: Add MachineIRBuilder support for passing in Flags while building by Aditya Nandakumar · 7 years ago