summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.Volodymyr Sapsai2019-10-111-3/+1
* Fix assertion failure for a cv-qualified array as a non-type templateRichard Smith2019-10-112-4/+23
* AMDGPU: Move SelectFlatOffset back into AMDGPUISelDAGToDAGMatt Arsenault2019-10-113-62/+43
* Get ClangdXPC.framework building (barely) with CMake's Xcode generatorJordan Rose2019-10-111-2/+2
* [Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS.Volodymyr Sapsai2019-10-113-63/+76
* Include whether the destructor is constexpr in -ast-dump output for aRichard Smith2019-10-111-0/+1
* [X86] Improve the AVX512 bailout in combineTruncateWithSat to allow pack inst...Craig Topper2019-10-115-198/+97
* [X86] Update trunc_packus_v32i32_v32i8 test in min-legal-vector-width.ll to u...Craig Topper2019-10-111-12/+19
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-116-424/+273
* Clean up format in cmake fileHaibo Huang2019-10-111-64/+64
* gn build: Merge r374476GN Sync Bot2019-10-101-0/+1
* [tsan,msan] Insert module constructors in a module passVitaly Buka2019-10-109-55/+102
* [msan, NFC] Move option parsing into constructorVitaly Buka2019-10-102-16/+17
* Fix compilation warning due to typo.Michael Liao2019-10-101-1/+1
* [tooling] Fix assertion on MacOSX.Michael Liao2019-10-101-1/+6
* [JITLink] Add an initial implementation of JITLink for MachO/AArch64.Lang Hames2019-10-106-0/+1138
* [JITLink] Move MachO/x86 got test further down in the data section.Lang Hames2019-10-101-12/+12
* docs/DeveloperPolicy: Add instructions for requesting GitHub commit accessTom Stellard2019-10-101-0/+20
* Change test case so that it accepts backslashes in file path, in the case tha...Amy Huang2019-10-101-2/+2
* Fix check-interception link error in compiler-rt debug modeReid Kleckner2019-10-101-1/+4
* [MemorySSA] Update Phi simplification.Alina Sbirlea2019-10-102-5/+62
* [tooling] Teach Tooling to understand compilation with offloading.Michael Liao2019-10-102-1/+27
* [lldb-test] Remove unused headerAlex Langford2019-10-101-1/+0
* Fix help message for -ffp-contractYaxun Liu2019-10-101-1/+2
* PR43629: Fix crash evaluating constexpr placement new on a subobject ofRichard Smith2019-10-103-2/+13
* [GISel] Simplifying return from else in function. NFCMarcello Maggioni2019-10-101-2/+1
* [Make] Remove spurious line breakJonas Devlieghere2019-10-101-1/+1
* [test] Reduce inconsistency between lit configuration files.Jonas Devlieghere2019-10-103-9/+17
* [X86] Guard against leaving a dangling node in combineTruncateWithSat.Craig Topper2019-10-101-4/+13
* [X86] Add test cases for packus/ssat/usat 32i32->v32i8 test cases. NFCCraig Topper2019-10-104-0/+332
* [GISel] Allow getConstantVRegVal() to return G_FCONSTANT values.Marcello Maggioni2019-10-104-38/+220
* Fix some errors in <arm_neon.h> tests that cause them to fail with laxRichard Smith2019-10-102-10/+10
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-109-28/+31
* [AMDGPU] Handle undef old operand in DPP combineStanislav Mekhanoshin2019-10-102-2/+15
* [ValueTracking] Improve pointer offset computation for cases of same baseRong Xu2019-10-102-9/+116
* [InstCombine] Add test case for PR43617 (NFC)Evandro Menezes2019-10-102-3/+11
* [lit] Break main into smaller functionsJulian Lettner2019-10-101-181/+199
* TestMTCSimple: Make Makefile portable.Frederic Riss2019-10-101-1/+6
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-109-31/+28
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-1014-105/+190
* Add a missing include in test.Evgeniy Stepanov2019-10-101-0/+1
* [MemorySSA] Additional handling of unreachable blocks.Alina Sbirlea2019-10-102-0/+44
* [System Model] [TTI] Move default cache/prefetch implementationsDavid Greene2019-10-103-30/+35
* Fix a documentation warning from GSYM commit.Greg Clayton2019-10-101-1/+1
* Fix process launch failure on FreeBSD after r365761Dimitry Andric2019-10-102-26/+32
* [MSVC] Automatically add atlmfc folder to include and libpath.Zachary Turner2019-10-102-3/+16
* [PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner2019-10-109-22/+50
* [lit] Add comment explaining the LIT_OPTS env var overrides command line optionsJulian Lettner2019-10-101-2/+4
* ADT: Save a word in every StringSet entryJordan Rose2019-10-105-20/+43
* [ScanDeps] clang-format, 80 cols.Michael J. Spencer2019-10-101-4/+7
OpenPOWER on IntegriCloud