summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring code around move/copy initialization. NFC.Richard Trieu2018-03-154-60/+94
* Remove unused variable; NFCGeorge Burgess IV2018-03-151-1/+0
* [sanitizer] Fix off type in mmap64 interceptorVitaly Buka2018-03-151-1/+1
* [test] cmake: Ensure liblldb builds before tests runVedant Kumar2018-03-151-0/+4
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-1519-145/+140
* [CFG] Allow CallExpr's to be looked up in CFG'sRichard Trieu2018-03-152-0/+27
* [Dictionary] Rewrite the test added in r327587 as an inline test.Davide Italiano2018-03-156-20/+13
* [analyzer] Explicitly set an -std level for the analyzer test.George Karpenkov2018-03-141-1/+1
* [clang-tidy] Add Zircon module to clang-tidyJulie Hockett2018-03-1412-0/+334
* [CleanUp] Remove NumInstructions field from LoopVectorizer's RegisterUsage st...Matt Davis2018-03-141-7/+0
* [X86][Btver2] Add support for multiple pipelines stages for fpu schedules. NFCI.Simon Pilgrim2018-03-141-98/+41
* [DataFormatters] Implement summary for __NSDictionary0.Davide Italiano2018-03-145-0/+24
* [test] Skip more lldb-mi tests which occasionally time out on DarwinVedant Kumar2018-03-141-1/+6
* [InstSimplify] add tests for frem and vectors with undef; NFCSanjay Patel2018-03-141-3/+88
* Update Error MessageRumeet Dhindsa2018-03-1413-15/+16
* [AMDGPU] Waitcnt pass: Modify the waitcnt pass to propagate info in the case ...Mark Searles2018-03-142-13/+55
* [X86][Btver2] Add ResourceCycles and NumMicroOps overrides to scalar instruct...Simon Pilgrim2018-03-141-2/+8
* [FastISel] Sink local value materializations to first useReid Kleckner2018-03-1437-407/+750
* [CodeGen] Use MIR syntax for MachineMemOperand printingFrancis Visoiu Mistrih2018-03-1420-318/+261
* [WebAssembly] Fix -Werror=extra failure due to enum in ternaryNicholas Wilson2018-03-141-1/+2
* Remove test deep-ast-tree.cppYaxun Liu2018-03-141-267/+0
* [EarlyCSE] Exploit open ended invariant.start scopesPhilip Reames2018-03-143-31/+303
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-1417-83/+112
* [InstSimplify] fix folds for (0.0 - X) + X --> 0 (PR27151)Sanjay Patel2018-03-142-32/+22
* [ELF] Add .eh_frame pieces to map fileRui Ueyama2018-03-144-3/+52
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-1414-231/+346
* [X86] Add haswell testing for PR35635 as well.Simon Pilgrim2018-03-141-16/+34
* [COFF] Fix LLD COFF tests as a follow-up to r327563Reid Kleckner2018-03-145-8/+11
* Reduce AST depth for test deep-ast-tree.cpp for atomYaxun Liu2018-03-141-2/+4
* [AArch64] Emit CSR loads in the same order as storesFrancis Visoiu Mistrih2018-03-142-14/+142
* [test] Skip some lldb-mi tests which time out on DarwinVedant Kumar2018-03-142-0/+11
* [test] Fix a temp filename in a test from SVN r327561. NFC.Martin Storsjo2018-03-141-1/+1
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-1417-112/+83
* Implement --cref.Rui Ueyama2018-03-148-3/+84
* [UpdateTestChecks] Handle IR variables with a '-' in the nameAlexander Richardson2018-03-141-1/+2
* [COFF] Enable per-function and data sections in LTOReid Kleckner2018-03-142-0/+32
* [MinGW] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-143-0/+7
* [COFF] Add support for the GNU ld flag --kill-atMartin Storsjo2018-03-145-1/+67
* [wasm] Fix wasm lld test on Windows, where the executable name ends in .exeReid Kleckner2018-03-141-1/+1
* [COFF] Add integration test for LTO + /guard:cfReid Kleckner2018-03-142-0/+50
* [Parser] (C++) Make -Wextra-semi slightly more usefulRoman Lebedev2018-03-144-2/+37
* [MC] Always emit relocations for same-section function referencesReid Kleckner2018-03-142-13/+24
* [libomptarget][nvptx] Bug fix: Correctly identify the warp master active thread.George Rokos2018-03-141-1/+2
* Separate sentences to clarify a comment.Rui Ueyama2018-03-141-7/+9
* [InstSimplify] add tests to show missing/broken fadd folds (PR27151, PR26958)...Sanjay Patel2018-03-141-27/+77
* [InstSimplify] regenerate checks; NFCSanjay Patel2018-03-141-24/+24
* [test] Delete some xfailed lldb-mi testsVedant Kumar2018-03-147-638/+0
* [LLVM-C] [bindings/go] Add C and Golang bindings for COMDATReid Kleckner2018-03-145-10/+186
* [clangd] Use Contents from inputs in codeComplete and signatureHelpSimon Marchi2018-03-141-13/+10
* Use GetItemAtIndexAsString overload for ConstString and move set rather than ...Tatyana Krasnukha2018-03-141-6/+3
OpenPOWER on IntegriCloud