summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Attributor][FIX] Lookup of (call site) argument attributesJohannes Doerfert2019-07-131-2/+5
* [DirectoryWatcher][test][NFC] Add information to test failure reportsJan Korous2019-07-131-2/+25
* Re-land [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Sam McCall2019-07-122-4/+73
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-126-96/+102
* Fix non-conformance it `std::tuple`.Eric Fiselier2019-07-122-20/+47
* [AMDGPU] use v32f32 for 3 mfma intrinsicsStanislav Mekhanoshin2019-07-1211-60/+87
* isBytewiseValue checks ConstantVector element by elementVitaly Buka2019-07-122-7/+2
* [MemorySSA] Use SetVector to avoid nondeterminism.Alina Sbirlea2019-07-127-9/+133
* NFC: utils/perf-training: Python 3 compatibility for lit.cfgAlex Lorenz2019-07-121-1/+1
* [DirectoryWatcher][NFC] Silence warnings in release buildJan Korous2019-07-122-4/+14
* [clang-doc] Fix failing tests on WindowsJulie Hockett2019-07-121-8/+23
* [DirectoryWatcher][linux] Fix use of uninitialized valueJan Korous2019-07-121-2/+2
* [WebAssembly] refactored utilities to not depend on MachineInstrWouter van Oortmerssen2019-07-1211-261/+254
* [macCatalyst] Use macCatalyst pretty name in .build_version darwinAlex Lorenz2019-07-124-5/+5
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-1263-7281/+170
* Remove __VERSION__Sylvestre Ledru2019-07-127-15/+12
* [test][AArch64] Relax the opcode tests for FP min/max instructions.Douglas Yung2019-07-121-6/+6
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-128-93/+105
* [InstCombine] Disable fold from D64285 for non-integer typesDavid Bolvansky2019-07-121-0/+2
* Factor out resolveFrameOffsetReference (NFC).Evgeniy Stepanov2019-07-122-12/+26
* [builtins] Fix assembly in arm sync-ops.hNikita Popov2019-07-121-1/+1
* Revert driver: Don't warn about assembler flags being unused when not assemblingReid Kleckner2019-07-122-35/+0
* [clangd] Fix off-by-one in CodeComplete and assertion in DexSam McCall2019-07-122-4/+4
* Reland [clang] DirectoryWatcherJan Korous2019-07-1211-0/+1277
* AMDGPU: Drop remnants of byval support for shadersMatt Arsenault2019-07-1214-40/+31
* Fix missing use of defined() in include guardDavid Tenty2019-07-121-1/+1
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-1213-9/+23
* [ObjectContainerBSDArchive] Simplify a few things (NFC)Jonas Devlieghere2019-07-122-61/+70
* [SystemZ] Fix addcarry of addcarry of const carry (PR42606)Nikita Popov2019-07-122-2/+49
* Revert "Reland [clang] DirectoryWatcher"Jan Korous2019-07-1211-1277/+0
* Reland [clang] DirectoryWatcherJan Korous2019-07-1211-0/+1277
* [X86] Use MachineInstr::findRegisterDefOperand to simplify some code in optim...Craig Topper2019-07-121-9/+3
* [DebugInfo] Add column info for inline sitesJonas Devlieghere2019-07-125-9/+21
* [libcxxabi] Don't process exceptions in cxa_handlers when they're disabledPetr Hosek2019-07-123-1/+7
* The variable "Latch" is only used in an assert, which makes builds that use "...Sterling Augustine2019-07-121-2/+1
* [SystemZ] Fix build bot failure after r365932Ulrich Weigand2019-07-121-2/+2
* [x86] add test for bogus cmov (PR40483); NFCSanjay Patel2019-07-121-0/+29
* [AMDGPU] Extend MIMG opcode to 8 bitsStanislav Mekhanoshin2019-07-122-22/+28
* [Core] Generalize ValueObject::MaybeCalculateCompleteTypeAlex Langford2019-07-124-42/+52
* Addition to rL365925, removing remaining virtualsStefan Stipanovic2019-07-121-5/+5
* [clang-doc] Add html links to referencesJulie Hockett2019-07-1214-170/+361
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-128-48/+31
* [WebAssembly] Make pthread imply bulk-memory, mutable-globalsThomas Lively2019-07-122-3/+29
* Add explicit newline at end of `llvm-pdbutil dump`Nico Weber2019-07-121-0/+2
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-1218-4/+1214
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-1247-73/+9009
* Remove unused methods in Sancov.Leonard Chan2019-07-121-27/+6
* [WebAssembly] i32.const operands should be signedThomas Lively2019-07-122-13/+24
* [X86] Add NEG to isUseDefConvertible.Craig Topper2019-07-121-0/+5
* [X86][AVX] Add PR34359 shuffle test case.Simon Pilgrim2019-07-121-0/+12
OpenPOWER on IntegriCloud