summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Remove MFI::ABIArgOffsetMatt Arsenault2018-06-287-33/+22
* AMDGPU: Error on calls from graphics shadersMatt Arsenault2018-06-282-0/+14
* AMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized AMDGPUAS structMatt Arsenault2018-06-281-1/+2
* AMDGPU: Fix assert on aggregate type kernel argumentsMatt Arsenault2018-06-282-2/+175
* [ELF] - Removed trailing whitespace. NFC.George Rimar2018-06-281-1/+0
* [ELF] - Add test case to cover "corrupted CIE (failed to read string)"George Rimar2018-06-281-0/+23
* Unify sorted asserts to use the existing atomic patternBenjamin Kramer2018-06-283-9/+10
* Retrieve a function PDB symbol correctly from nested blocksPavel Labath2018-06-284-57/+107
* [DAGCombiner] Ensure we use the correct CC result type in visitSDIVSimon Pilgrim2018-06-283-11/+39
* [SCCP] Mark CFG as preserved.Florian Hahn2018-06-285-6/+38
* [ELF] - Add test case to cover "unexpected end of CIE" error.George Rimar2018-06-281-0/+17
* [ELF] - Get rid of precompiled elf object in test case.George Rimar2018-06-282-4/+17
* [DAGCombiner] Remove unused variable. NFCI.Simon Pilgrim2018-06-281-2/+0
* [IndVarSimplify] Ignore unreachable users of truncsMax Kazantsev2018-06-282-0/+51
* [llvm-exegesis] Add partial X87 support.Clement Courbet2018-06-285-69/+135
* [Analyzer] Constraint Manager Negates DifferenceAdam Balogh2018-06-284-24/+168
* test: use regex matchers to make test-case robust against register renumberingsTobias Grosser2018-06-281-2/+2
* [CMake] Use explicit targets for building Linux runtimesPetr Hosek2018-06-282-58/+76
* [DwarfDebug] Remove unused argument (NFC)Petar Jovanovic2018-06-281-3/+2
* Handle both Linux and Windows path separator for the resource dirPetr Hosek2018-06-281-2/+2
* Support for multiarch runtimes layoutPetr Hosek2018-06-2834-115/+222
* [analyzer] Remove redundant ';'.Artem Dergachev2018-06-281-1/+1
* [modules] Do not serialize / deserialize pending new/delete mismatchRichard Smith2018-06-283-17/+39
* [X86] Use PatFrag with hardcoded numbers for FROUND_NO_EXC/FROUND_CURRENT ins...Craig Topper2018-06-281-4/+2
* [modules] Ensure that an in-class function definition is attached to theRichard Smith2018-06-282-0/+47
* [X86] Change how we prefer shift by immediate over folding a load into a shift.Craig Topper2018-06-283-57/+68
* [analyzer] Use sufficiently large types for index bounds calculation.Artem Dergachev2018-06-283-5/+24
* [libFuzzer] [Tests] [NFC] Change seed for reduce_inputs.testGeorge Karpenkov2018-06-281-1/+1
* [cmake][xcode-toolchain] add support for major Xcode version >= 10Alex Lorenz2018-06-281-1/+1
* [analyzer] Add support for pre-C++17 copy elision.Artem Dergachev2018-06-288-321/+286
* Fixup test to compile with -frtti when trying to use typeid() as the PS4 does...Douglas Yung2018-06-281-4/+7
* [CFG] [analyzer] Simplify lifetime-extended temporary construction contexts.Artem Dergachev2018-06-285-25/+25
* [CGProfile] Fix unused variable warning.Michael J. Spencer2018-06-281-1/+1
* [analyzer] Re-enable lifetime extension for temporaries without destructors.Artem Dergachev2018-06-283-28/+34
* [CFG] [analyzer] Add construction contexts that explain pre-C++17 copy elision.Artem Dergachev2018-06-2814-87/+285
* Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer2018-06-2713-7/+329
* [libFuzzer] [NFC] [Tests] Mark signal handling tests as UNSUPPORTED on DarwinGeorge Karpenkov2018-06-272-2/+2
* [analyzer] Add clangFrontend to target_link_librariesHeejin Ahn2018-06-271-0/+1
* [sanitizer] zx_cprng_draw no longer returns any valuePetr Hosek2018-06-271-1/+1
* Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner2018-06-276-83/+118
* [X86] Make folding table checking threadsafeBenjamin Kramer2018-06-271-4/+3
* [X86] In X86DAGToDAGISel::PreprocessISelDAG, make sure we don't access N afte...Craig Topper2018-06-271-0/+1
* [RISCV] Add machine function pass to merge base + offsetSameer AbuAsal2018-06-276-245/+334
* [llvm-objdump] Add -x --all-headers optionsFangrui Song2018-06-272-0/+10
* [ELF] Use %eiz after disassembler change in r335768Fangrui Song2018-06-271-2/+2
* [ScopHelper] Cache ScopExpander results.Eli Friedman2018-06-271-0/+12
* [www] Update cxx_dr_status for recent DR fixes.Richard Smith2018-06-271-4/+4
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-2713-74/+168
* [Modules][ObjC] Warn on the use of '@import' in framework headersBruno Cardoso Lopes2018-06-278-2/+45
* DR1213: Ignore implicit conversions when determining if an operand of anRichard Smith2018-06-272-5/+28
OpenPOWER on IntegriCloud