summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperato...Craig Topper2017-12-021-37/+29
* [WebAssembly] Pass through --undefined to Wasm LLDSam Clegg2017-12-021-0/+1
* CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT...Yaxun Liu2017-12-0215-72/+88
* Fix assume-filename handling in clang-format.elPhilipp Stephani2017-12-021-16/+29
* [cmake] Re-commit: Remove redundant call to cmake when building host tools.Don Hinton2017-12-021-28/+15
* [CodeGen] fix mapping from fmod calls to frem instructionSanjay Patel2017-12-023-32/+38
* [CodeGen] remove stale comment; NFCSanjay Patel2017-12-021-1/+1
* [llvm-readobj] Remove redundant local variables to reduce the code. NFCSimon Atanasyan2017-12-021-9/+5
* [llvm-readobj] Print static MIPS GOTSimon Atanasyan2017-12-023-31/+93
* [llvm-readobj] Delete unused method argument. NFCSimon Atanasyan2017-12-021-8/+9
* [X86][SSE] Cleanup float/int conversion scheduler itinerary classesSimon Pilgrim2017-12-021-41/+79
* [X86] Fix copy paste mistake in test case for r319612.Craig Topper2017-12-021-1/+1
* [X86] Teach the assembler to support %db8-%db15 as aliases for %dr8-%dr15.Craig Topper2017-12-022-13/+28
* [X86] Support %dr8-%dr15 in the assembler.Craig Topper2017-12-022-1/+4
* CMAKE: help CheckAtomic find check_library_existsMartell Malone2017-12-021-0/+1
* [ARC] Add instruction subset for the ARC backend.Tatyana Krasnukha2017-12-027-159/+1384
* [clangd] Avoid enum in bitfields, can't satisfy old GCC and new MSVCSam McCall2017-12-021-1/+5
* [DAG][AArch64] Disable post-legalization storeNirav Dave2017-12-026-23/+29
* [clangd] Fix FuzzyMatch tests on windows, NFCSam McCall2017-12-022-5/+5
* PR35456: Track definedness of variable template specializations separately fromRichard Smith2017-12-028-12/+35
* [clangd] Try to appease gcc constexpr bug (58541)Sam McCall2017-12-021-2/+2
* [WebAssembly] Revert r319592 "Add support for visibility flag"Heejin Ahn2017-12-0214-105/+47
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-027-52/+4
* Move comment back to being next to the code it's a comment for.Richard Smith2017-12-021-3/+3
* Cache modulo values for the .gnu.hash section.Rui Ueyama2017-12-022-11/+13
* Add a symbols subcommand to lldb-test.Zachary Turner2017-12-022-1/+36
* Don't use llvm::EnablePrettyStackTrace on macOS.Jim Ingham2017-12-021-0/+2
* Fix warning in DynamicLoaderDarwinKernel.cpp, NFCVedant Kumar2017-12-011-1/+1
* Fix warnings in JSON.cpp, NFCVedant Kumar2017-12-011-3/+0
* Fix warnings in DNBDataRef.cpp, NFCVedant Kumar2017-12-011-6/+6
* [AST] Try to fix build bot with modules broken r319589. However real fix may ...Eugene Zelenko2017-12-011-0/+1
* [CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsicsSanjay Patel2017-12-016-215/+294
* [WebAssembly] Add support for visibility flagSam Clegg2017-12-0114-47/+105
* Revert "[X86] Improvement in CodeGen instruction selection for LEAs."Matt Morehouse2017-12-0118-692/+163
* [libFuzzer] add a flag -malloc_limit_mbKostya Serebryany2017-12-016-2/+15
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-12-016-155/+260
* [MachineOutliner] NFC: Throw out self-intersections on candidates earlyJessica Paquette2017-12-011-11/+42
* [DAG][ARM] Revert "Reenable post-legalize store merge"Nirav Dave2017-12-014-389/+27
* [MC] Handle unknown literal register numbers in .cfi_* directivesJake Ehrlich2017-12-015-10/+59
* [OPENMP] Emit `__tgt_target_teams` for all teams directives.Alexey Bataev2017-12-0120-119/+119
* [c++17] When deducing the type of a non-type template parameter from the typeRichard Smith2017-12-012-2/+7
* [IndVars] Fix a bug introduced in r317012Philip Reames2017-12-012-3/+43
* [cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when build...Don Hinton2017-12-011-13/+28
* [opt-remarks] If hotness threshold is set, ignore remarks without hotnessAdam Nemet2017-12-014-9/+123
* Prevent vain lldb::user_id_t 0xffffffff lookupsJan Kratochvil2017-12-011-1/+1
* [clangd] Define constants in the right namespace. NFCSam McCall2017-12-011-1/+5
* Fix the second part of the broken comment from r306079Adam Nemet2017-12-011-2/+6
* Fix opt-remark with hotness testcase for sample-based PGOAdam Nemet2017-12-012-7/+7
* Partially fix comment in test broken in r306079 and r306948Adam Nemet2017-12-011-6/+6
* [ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev2017-12-0113-22/+68
OpenPOWER on IntegriCloud