summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-1025-28/+54
* [RISCV] Make -march=rv{32,64}gc the default in RISC-V LinuxRoger Ferrer Ibanez2019-09-104-10/+27
* [clangd] some tweaks on the vscode readme, NFCHaojian Wu2019-09-101-3/+3
* [RISCV] Default to ilp32d/lp64d in RISC-V LinuxRoger Ferrer Ibanez2019-09-104-11/+13
* [LegalizeTypes] Teach SoftenFloatOp_SELECT_CC to handle operand 2 or 3 being ...Craig Topper2019-09-103-3/+113
* [RISCV] Move architecture parsing code into its own functionRoger Ferrer Ibanez2019-09-101-140/+150
* [LLDB] FreeBSD fix new SetFile call.David Carlier2019-09-101-1/+1
* gn build: Merge r371488Nico Weber2019-09-101-1/+0
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Petr Hosek2019-09-1040-1704/+26
* [X86] Add broadcast load unfolding support for VCMPPS/PD.Craig Topper2019-09-102-25/+36
* [X86] Add broadcast load unfold tests for VCMPPS/PD.Craig Topper2019-09-101-0/+221
* gn build: Merge r371484Nico Weber2019-09-101-0/+1
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-1040-26/+1704
* [PowerPC][NFC] Update test assertions using update_llc_test_checks.pyKai Luo2019-09-101-42/+82
* Revert [git-llvm] Do not reinvent `@{upstream}`Mehdi Amini2019-09-101-2/+12
* gn build: Merge r371466Nico Weber2019-09-101-0/+1
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-1025-54/+28
* gn build: (manually) merge r371429Nico Weber2019-09-102-0/+3
* Fix crash mangling an explicit lambda non-type template parameter packRichard Smith2019-09-102-1/+8
* [llvm][ADT][NFC] Add test for makeArrayRef(std::array)Jan Korous2019-09-101-0/+10
* [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit`Jonas Devlieghere2019-09-108-120/+41
* Remove some unnecessary REQUIRES: shell linesReid Kleckner2019-09-109-28/+28
* [Expression] Remove unused header from LLVMUserExpressionAlex Langford2019-09-091-1/+0
* AMDGPU/GlobalISel: Fix insert point when lowering fminnum/fmaxnumMatt Arsenault2019-09-093-207/+207
* [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford2019-09-093-8/+6
* Fix incorrect demangling of call operator of lambda with explicitRichard Smith2019-09-093-9/+6
* PR43242: Fix crash when typo-correcting to an operator() that should notRichard Smith2019-09-092-10/+5
* AMDGPU/GlobalISel: Rename MIRBuilder to B. NFCAustin Kerbow2019-09-094-139/+136
* [Windows] Replace TrapUnreachable with an int3 insertion passReid Kleckner2019-09-0920-39/+344
* [GlobalISel]: Fix a bug where we could dereference NoneAditya Nandakumar2019-09-091-0/+2
* Simplify demangler rule for lambda-expressions to match discussion onRichard Smith2019-09-093-89/+35
* LangRef: mention MSan's problem with speculative conditional branches.Evgeniy Stepanov2019-09-091-0/+11
* Revert "[Reproducer] Add a `cont` to ModuleCXX.test"Jonas Devlieghere2019-09-091-1/+0
* [Reproducer] Disconnect when the replay server is out of packets.Jonas Devlieghere2019-09-091-3/+3
* [mips] Make another set of test cases more tolerant to exact symbol addresses...Simon Atanasyan2019-09-0923-664/+463
* Fix ELF core file memory reading for PT_LOAD program headers with no p_fileszGreg Clayton2019-09-092-9/+24
* [Tests] Fix a typo in a testPhilip Reames2019-09-091-83/+96
* [Tests] Precommit test case for D67372Philip Reames2019-09-091-10/+302
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-09-091-0/+1
* [UBSan] Follow up fix for r371442.Max Moroz2019-09-091-1/+1
* [LoopVectorize] Leverage speculation safety to avoid masked.loadsPhilip Reames2019-09-093-22/+103
* [analyzer] NFC: Simplify bug report equivalence classes to not be ilists.Artem Dergachev2019-09-093-27/+19
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-0975-590/+784
* [Tests] Add anyextend tests for unordered atomicsPhilip Reames2019-09-091-0/+105
* Relax opcode checks in test to check for only a number instead of a specific ...Douglas Yung2019-09-091-4/+4
* [TSan] Add AnnotateIgnoreReadsBegin declaration to tsan/test.hJulian Lettner2019-09-096-31/+5
* [SDAG] Add a isSimple cover functon to MemSDNode, just as we have in IR/MI [NFC]Philip Reames2019-09-091-0/+3
* [Driver] Handle default case in refactored addOpenMPRuntimePirama Arumuga Nainar2019-09-091-0/+2
* [Remarks] Fix warning for uint8_t < 0 comparisonFrancis Visoiu Mistrih2019-09-091-4/+4
* [UBSan] Do not overwrite the default print_summary sanitizer option.Max Moroz2019-09-092-1/+11
OpenPOWER on IntegriCloud