summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU][MC] Corrected parsing of FLAT offset modifierDmitry Preobrazhensky2019-07-0811-129/+147
* GlobalISel: widenScalar for G_BUILD_VECTORMatt Arsenault2019-07-082-0/+66
* GlobalISel: Check address space when looking up iPTR sizeMatt Arsenault2019-07-081-3/+5
* Reapply [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-0810-17/+433
* Revert [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-0810-433/+17
* [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-0810-17/+433
* [ASTImporter] Fix import of lambda in function paramGabor Marton2019-07-082-11/+51
* [analyzer] Add analyzer option to limit the number of imported TUsEndre Fulop2019-07-086-13/+60
* [lit] Parse command-line options from LIT_OPTSJoel E. Denny2019-07-085-1/+49
* [docs][llvm-objcopy] Add description of binary input/output to docJames Henderson2019-07-081-2/+17
* [clangd] Use xxhash instead of SHA1 for background index file digests.Sam McCall2019-07-087-17/+11
* [lld] Use -o /dev/null in test when output is not needed.Sam Clegg2019-07-081-1/+1
* [TargetLowering] SimplifyDemandedBits - just call computeKnownBits for BUILD_...Simon Pilgrim2019-07-081-23/+3
* [lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg2019-07-086-25/+27
* [ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...Fangrui Song2019-07-082-2/+1
* [ARM] Relax constraints on operands of VQxDMLxDH instructionsMikhail Maltsev2019-07-083-21/+14
* [RISCV] Specify registers used for exception handlingAlex Bradbury2019-07-082-0/+19
* [lld][WebAssembly] Fix typo in error messageSam Clegg2019-07-082-4/+4
* [ubsan][test] Fix several UBSan-* :: TestCases/ImplicitConversion tests on So...Rainer Orth2019-07-086-120/+120
* [ubsan][test] Don't disable ubsan testing on 64-bit Solaris/x86Rainer Orth2019-07-082-8/+4
* [RISCV] Specify registers used in DWARF exception handlingAlex Bradbury2019-07-083-0/+150
* [AArch64] Fix scalar vuqadd intrinsics operandsDiogo N. Sampaio2019-07-083-5/+31
* [ARM] Fix null pointer dereference in CodeGen/ARM/Windows/stack-protector-msv...Fangrui Song2019-07-081-6/+8
* [AArch64] Fix vsqadd scalar intrinsics operandsDiogo N. Sampaio2019-07-083-5/+54
* [UpdateTestChecks] Skip over .Lfunc_begin for RISC-VAlex Bradbury2019-07-081-1/+1
* [WebAssembly] Add static_assert(sizeof(SymbolUnion) <= 96)Fangrui Song2019-07-081-5/+10
* Change LaunchThread interface to return an Expected for non-Apple-non-WindowsFangrui Song2019-07-089-12/+23
* [AMDGPU] Use a named predicate instead of a magic number.Jay Foad2019-07-081-4/+3
* [X86] Allow execution domain fixing to turn SHUFPD into SHUFPS.Craig Topper2019-07-0819-120/+134
* [X86] Make movsd commutable to shufpd with a 0x02 immediate on pre-SSE4.1 tar...Craig Topper2019-07-0818-229/+206
* [RISCV] Support z and i operand modifiersAlex Bradbury2019-07-082-9/+72
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-086-82/+152
* [clangd] Avoid slow ostreams in URI conversion.Sam McCall2019-07-081-16/+15
* [clangd] Encapsulate fields in dex token. NFCSam McCall2019-07-082-6/+7
* [X86] Add MOVSDrr->MOVLPDrm entry to load folding table. Add custom handling ...Craig Topper2019-07-083-9/+23
* [llvm-bcanalyzer] Refactor and move to libLLVMBitReaderFrancis Visoiu Mistrih2019-07-084-991/+1125
* [NFC][PowerPC] Add the test add_cmp.llKang Zhang2019-07-081-0/+76
* Revert "[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS"Petr Hosek2019-07-0710-70/+88
* [ARM] Add support for MSVC stack cookie checkingMartin Storsjo2019-07-073-0/+54
* Process: generalise Windows thread setupSaleem Abdulrasool2019-07-071-10/+20
* Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier2019-07-075-19/+66
* gn build: Merge r355546Nico Weber2019-07-071-0/+2
* gn build: Merge r365273Nico Weber2019-07-071-0/+1
* gn build: Sort sync script outputNico Weber2019-07-071-2/+2
* gn build: Sort cxx_sources in libcxx build fileNico Weber2019-07-071-33/+33
* gn build: Merge r365258 and follow-ups r365263, r365264Nico Weber2019-07-071-0/+4
* [X86] Make sure load isn't volatile before shrinking it in MOVDDUP isel patte...Craig Topper2019-07-072-5/+5
* [CodeGen] Add larger vector types for i32 and f32David Majnemer2019-07-075-196/+304
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-076-20/+73
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-068-189/+124
OpenPOWER on IntegriCloud