summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reapply llvm-reduce: Add pass to reduce parameters""David Blaikie2019-09-126-0/+188
* [clang-scan-deps] Add dependency targetsJan Korous2019-09-128-10/+53
* PR43278: llvm-reduce: Use temporary file names (and ToolOutputFile) rather th...David Blaikie2019-09-127-57/+40
* [X86] Enable -mprefer-vector-width=256 by default for Skylake-avx512 and late...Craig Topper2019-09-114-2/+20
* [AArch64][GlobalISel] Fall back on attempts to allocate split types on the st...Amara Emerson2019-09-113-6/+37
* [GlobalISel][AArch64] Check caller for swifterror params in tailcall eligibilityJessica Paquette2019-09-113-47/+16
* [dfsan] Revert dfsan_set_label removalVitaly Buka2019-09-111-0/+5
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-113-48/+53
* [NFC] Reformat SBDebugger before making changesJonas Devlieghere2019-09-111-31/+14
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-1192-398/+402
* [Reproducer] Move GDB Remote Provider into Reproducer (NFC)Jonas Devlieghere2019-09-113-44/+45
* [TableGen] Skip CRLF conversion when writing outputReid Kleckner2019-09-111-2/+2
* [InstCombine] rename variable for readability; NFCSanjay Patel2019-09-111-21/+21
* Add some missing changes to GSYM that was addressing a gcc compilation error ...David Blaikie2019-09-113-14/+14
* Fix mac buildVitaly Buka2019-09-111-4/+4
* PR43278: Temporarily disable llvm-reduce tests due to exhausting temp filesDavid Blaikie2019-09-113-6/+6
* [X86] Fix latent bugs in 32-bit CMPXCHG8B inserterReid Kleckner2019-09-113-7/+72
* [ConstantFolding] Refactor math functions to use LLVM ones (NFC)Evandro Menezes2019-09-111-37/+42
* Revert [llvm-nm] Add tapi file supportCyndy Ishida2019-09-1115-298/+20
* Update compiler-rt cpplint.pyVitaly Buka2019-09-1121-2726/+4953
* Revert [Object][TextAPI] NFC, fix tapi lit testsCyndy Ishida2019-09-112-6/+6
* [X86] Add test case for v16i64->v16i32 truncate on min-legal-vector-width=256.Craig Topper2019-09-111-0/+19
* [X86] Move x86_64 fp128 conversion to libcalls from type legalization to DAG ...Craig Topper2019-09-115-42/+177
* AMDGPU: Move m0 initializations earlierAustin Kerbow2019-09-113-25/+131
* gn build: Merge r371661Nico Weber2019-09-112-1/+1
* gn build: Merge r371657Nico Weber2019-09-111-0/+1
* [DWARF] Evaluate DW_OP_entry_valueVedant Kumar2019-09-119-8/+557
* [Status] Add a LLDB_ERRORF macro for error reporting (similar to LLDB_LOGF)Vedant Kumar2019-09-111-0/+7
* [DWARF] Emit call site parameter info when tuning for lldbVedant Kumar2019-09-112-28/+65
* Fix up a test updated in r371655 - require case-insensitive file system.Volodymyr Sapsai2019-09-111-0/+1
* [clang-scan-deps] cast Result to ErrorOr<unique_ptr<vfs::File>> explicitly to...Alex Lorenz2019-09-111-1/+2
* Start porting ivfsoverlay tests to WindowsReid Kleckner2019-09-1122-51/+81
* All Errors must be checkedChris Bieneman2019-09-111-3/+7
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-1120-21/+22
* [analyzer] NFC: Move resetDiagnosticLocationToMainFile() to BugReporter.Artem Dergachev2019-09-113-75/+79
* [analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.Artem Dergachev2019-09-1119-195/+204
* [analyzer] NFC: Re-implement stack hints as a side map in BugReport.Artem Dergachev2019-09-1110-174/+178
* Add a LineTable class to GSYM and test it.Greg Clayton2019-09-116-24/+660
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-1118-15/+311
* Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai2019-09-116-14/+38
* [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford2019-09-111-11/+21
* [llvm-reduce] Fix a bug, improve error handling when running testReid Kleckner2019-09-112-4/+9
* Update link to the DWARF spec.Adrian Prantl2019-09-111-6/+6
* [AMDGPU] Fix crash in phi-elimination hook.Michael Liao2019-09-112-2/+30
* Update documentation.Adrian Prantl2019-09-111-6/+6
* [libFuzzer] Remove hardcoded number of new features in merge_two_step.test.Max Moroz2019-09-111-2/+2
* [NFC] Added triple to test file to avoid arm buildbots failuresDavid Bolvansky2019-09-111-1/+2
* Fix test failures after r371640Matt Arsenault2019-09-112-7/+6
* [ConstantHoisting] Fix non-determinism.Eli Friedman2019-09-112-16/+16
* [IRMover] Don't map globals if their types are the samePirama Arumuga Nainar2019-09-113-1/+84
OpenPOWER on IntegriCloud