summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner2018-12-174-17/+32
* hwasan: Move ctor into a comdat.Peter Collingbourne2018-12-173-14/+25
* [OpenMP] version the affinity format tests and fix one testJonathan Peyton2018-12-172-1/+15
* [OpenMP] Add affinity format testsJonathan Peyton2018-12-1715-0/+940
* [VFS] Add isLocal to ProxyFileSystem and add unit tests.Michael J. Spencer2018-12-172-0/+40
* Document the DBGSourcePathRemapping dictionary that may be Jason Molenda2018-12-171-0/+27
* [libcxx][NFC] Properly indent nested #ifdefs and #definesLouis Dionne2018-12-171-7/+7
* [X86][SSE] Improve immediate vector shift known bits handling.Simon Pilgrim2018-12-175-98/+99
* Add PdbAstBuilder.cpp.Jason Molenda2018-12-171-0/+6
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-178-62/+105
* [X86] Add T1MSKC and TZMSK to isDefConvertible used by optimizeCompareInstr.Craig Topper2018-12-172-4/+4
* [codeview] Flush labels before S_DEFRANGE* fragmentsReid Kleckner2018-12-174-4/+169
* Don't trigger sanitizer initialization from `sysctlbyname` and `sysctl` inte...Dan Liew2018-12-171-0/+4
* [lit] Detect unexpected passes in lldbtest.Jonas Devlieghere2018-12-171-0/+4
* [X86][SSE] Split SimplifyDemandedBitsForTargetNode X86ISD::VSRLI/VSRAI handling.Simon Pilgrim2018-12-171-3/+16
* Fix case of source file in CMakeLists.txtZachary Turner2018-12-171-1/+1
* Reflow readmeAdrian Prantl2018-12-171-46/+55
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
* [AggressiveInstCombine] convert rotate with guard branch into funnel shift (P...Sanjay Patel2018-12-173-47/+381
* DebugInfo: Update gold plugin tests due to CU attribute reordering in r349207David Blaikie2018-12-171-2/+2
* [analyzer] MoveChecker: Squash the bit field because it causes a GCC warning.Artem Dergachev2018-12-171-5/+3
* Make test/Driver/darwin-sdk-version.c pass on hosts < macOS10.14Alex Lorenz2018-12-171-2/+2
* [Sanitizer] capsicum variadic api subsetDavid Carlier2018-12-172-0/+78
* [SDAG] Clarify the origin of chain in REG_SEQUENCE in comment, NFCKrzysztof Parzyszek2018-12-171-1/+3
* [SelectionDAG] Fix noop detection for vectors in AssertZext/AssertSext in get...Craig Topper2018-12-171-2/+2
* [InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)Sanjay Patel2018-12-175-49/+48
* Fix build after r349380Alex Lorenz2018-12-171-1/+1
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-175-30/+66
* ELF: AArch64: Fix errata patch address calculation.Peter Collingbourne2018-12-172-1/+21
* Convert (CMP (srl/shl X, C), 0) to (CMP (and X, C'), 0) when only the zero fl...Craig Topper2018-12-172-24/+51
* [NFC] Test commit: tweak whitespace in commentTan S. B.2018-12-171-2/+2
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-1710-814/+1374
* [darwin][arm64] use the "cyclone" CPU for Darwin even when `-arch`Alex Lorenz2018-12-175-14/+28
* [Driver] Don't override '-march' when using '-arch x86_64h'Francis Visoiu Mistrih2018-12-173-10/+7
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-1716-37/+256
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-1731-0/+103
* [test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny2018-12-171-5/+0
* NFC: remove unused variableJF Bastien2018-12-171-1/+0
* AsmParser: test .double NaN and .double infJF Bastien2018-12-171-0/+9
* [AMDGPU][MC][DOC] A fix for build failure in r349370Dmitry Preobrazhensky2018-12-1722-61/+61
* [TargetLowering] Add DemandedElts mask to SimplifyDemandedBits (PR40000)Simon Pilgrim2018-12-175-64/+145
* Unbreak green dragon bots w/o __builtin_launderEric Fiselier2018-12-171-2/+2
* Fix lldb's macosx/heap.py cstr command.Davide Italiano2018-12-173-1/+28
* [Driver] Fix --repl argument.Jonas Devlieghere2018-12-172-8/+19
* [AMDGPU][MC][DOC] A fix for build failure in r349368Dmitry Preobrazhensky2018-12-171-2/+0
* [InstSimplify] Simplify saturating add/sub + icmpNikita Popov2018-12-172-42/+80
* [AMDGPU][MC][DOC] Updated AMD GPU assembler descriptionDmitry Preobrazhensky2018-12-17279-5600/+12955
* Make crashlog.py work or binaries with spaces in their namesAdrian Prantl2018-12-172-21/+109
* Make crashlog.py work when a .dSYM is present, but a binary is missingAdrian Prantl2018-12-171-15/+37
* FastIsel: take care to update iterators when removing instructions.Tim Northover2018-12-176-7/+47
OpenPOWER on IntegriCloud