summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[test] Use system locale for mri-utf8.test"Thomas Preud'homme2019-10-102-22/+23
* Revert "[AMDGPU] Run `unreachable-mbb-elimination` after isel to clean up PHIs."Jay Foad2019-10-101-3/+0
* Fix OCaml/core.ml fneg checkSimon Pilgrim2019-10-101-1/+1
* [DAG][X86] Add isNegatibleForFree/GetNegatedExpression override placeholders....Simon Pilgrim2019-10-102-0/+27
* [llvm-readelf] - Do not enter an infinite loop when printing histogram.George Rimar2019-10-102-25/+80
* [Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).Kai Nacke2019-10-1011-1300/+1300
* Fix the unwinding plan augmentation from x86 assemblyPavel Labath2019-10-102-16/+106
* Fix some dangling else warningsPavel Labath2019-10-101-9/+10
* [DAGCombine] Match more patterns for half word bswapAmaury Sechet2019-10-102-47/+32
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-106-4138/+4202
* [LV][NFC] Factor out calculation of "best" estimated trip count.Florian Hahn2019-10-101-28/+26
* MinidumpYAML: Add support for the memory info list streamPavel Labath2019-10-105-5/+141
* [ARM] VQADD instructionsDavid Green2019-10-103-74/+42
* [lldb] Make sure import-std-module/sysroot actually passes for the right reasonsRaphael Isemann2019-10-106-9/+16
* [AArch64][x86] add tests for (v)select bit magic; NFCSanjay Patel2019-10-102-0/+245
* [Sanitizers] Fix getrandom testDavid Carlier2019-10-101-1/+1
* Make nullptr check more robustRui Ueyama2019-10-101-6/+4
* File: Handle more cases in GetOptionsFromModePavel Labath2019-10-101-9/+11
* [Alignment][NFC] Make VectorUtils uas llvm::AlignGuillaume Chatelet2019-10-103-25/+23
* [lld] getErrPlace(): don't perform arithmetics on maybe-null pointerRoman Lebedev2019-10-101-1/+6
* [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran...Roman Lebedev2019-10-101-1/+1
* [ADR] ArrayRefTest: disable SizeTSizedOperations test - it's UB.Roman Lebedev2019-10-101-1/+3
* Fix -Wparentheses warning. NFCI.Simon Pilgrim2019-10-101-2/+2
* [Windows] Introduce a switch for the `lldb-server` mode on WindowsAleksandr Urakov2019-10-101-6/+17
* Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings"Kadir Cetinkaya2019-10-103-40/+9
* TestFileHandle.py: relax exception type checksPavel Labath2019-10-101-3/+3
* Fix sanitizer lint check after r374315Russell Gallop2019-10-101-1/+2
* [Mips] Fix 374055Mirko Brkusanin2019-10-102-11/+17
* [test] Use system locale for mri-utf8.testThomas Preud'homme2019-10-102-23/+22
* [UBSan] Appease linterRoman Lebedev2019-10-101-2/+4
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-103-5/+26
* [COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song2019-10-107-50/+63
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-1023-80/+60
* [lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...Raphael Isemann2019-10-102-19/+63
* [UBSan] Split nullptr-and-nonzero-offset-variable.c in another directionRoman Lebedev2019-10-102-51/+12
* Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop2019-10-107-90/+6
* [lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfigurationRaphael Isemann2019-10-101-3/+3
* [UBSan] Split nullptr-and-nonzero-offset-variable.cpp into C and C++ variantsRoman Lebedev2019-10-102-13/+42
* [IfCvt][ARM] Optimise diamond if-conversion for code sizeOliver Stannard2019-10-105-17/+724
* s/@expectedFailure/@expectedFailureAll in TestFileHandlePavel Labath2019-10-101-12/+11
* [UBSan] Revisit nullptr-and-nonzero-offset-variable.cpp test to hopefully mak...Roman Lebedev2019-10-101-7/+7
* Use error instead of fatal to report usage errorsRui Ueyama2019-10-102-6/+22
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-102-3/+6
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-1022-254/+1387
* [LLD] [MinGW] Look for other library patterns with -lMartin Storsjo2019-10-102-3/+38
* [LLD] [MinGW] Add a testcase for -l:name style library options. NFC.Martin Storsjo2019-10-101-0/+7
* Improve error message for bad SHF_MERGE sectionsRui Ueyama2019-10-104-8/+11
* [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownershipRaphael Isemann2019-10-104-52/+61
* Recommit "[Clang] Pragma vectorize_width() implies vectorize(enable)"Sjoerd Meijer2019-10-103-9/+38
* [update_cc_test_checks] Support 'clang | opt | FileCheck'Simon Tatham2019-10-101-6/+38
OpenPOWER on IntegriCloud