summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expect Clang diagnostics in std::launder testEric Fiselier2018-12-171-0/+2
* Add missing include file.Zachary Turner2018-12-171-0/+1
* [CodeComplete] Fix test failure on different host and target configsIlya Biryukov2018-12-171-6/+21
* [PDB] Add some helper functions for working with scopes.Zachary Turner2018-12-174-2/+42
* [Clang AST Context] Add a few helper functions.Zachary Turner2018-12-174-14/+35
* [MS Demangler] Add a helper function to print a Node as a string.Zachary Turner2018-12-172-0/+10
* [libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne2018-12-173-4/+210
* Build ASTImporterTest.cpp with /bigobj on MSVC builds to keep llvm-clang-x86_...Simon Pilgrim2018-12-171-0/+4
* [MIPS GlobalISel] Remove switch statement (fix r349346 for MSVC)Petar Avramovic2018-12-171-6/+1
* ARM: use acquire/release instruction variants when available.Tim Northover2018-12-174-16/+162
* [MCA] Add support for BeginGroup/EndGroup.Andrea Di Biagio2018-12-174-10/+22
* Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...Eric Liu2018-12-179-26/+75
* [MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.Andrea Di Biagio2018-12-175-11/+91
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-179-124/+888
* Regenerate test in prep for SimplifyDemandedBits improvements.Simon Pilgrim2018-12-171-6/+12
OpenPOWER on IntegriCloud