summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [VPlan] Add moveAfter to VPRecipeBase.Florian Hahn2019-10-113-0/+36
* [AIX] Use .space instead of .zero in assemblyDavid Tenty2019-10-112-0/+18
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-1113-41/+46
* [AMDGPU][MC][GFX9][GFX10] Corrected number of src operands for ds_[read/write...Dmitry Preobrazhensky2019-10-115-63/+76
* gn build: Merge r374558GN Sync Bot2019-10-111-0/+1
* [AMDGPU][MC][GFX6][GFX7][GFX10] Added instructions buffer_atomic_[fcmpswap/fm...Dmitry Preobrazhensky2019-10-114-14/+152
* [libTooling] Move `RewriteRule` abstraction into its own header and impl.Yitzhak Mandelbaum2019-10-115-438/+473
* [AMDGPU][MC][GFX10] Enabled null for 64-bit dst operandsDmitry Preobrazhensky2019-10-115-1/+38
* [llvm] [ocaml] Support linking against dylibMichal Gorny2019-10-111-14/+18
* [DAGCombiner] fold vselect-of-constants to shiftSanjay Patel2019-10-113-28/+22
* Fix compilation warnings. NFC.Michael Liao2019-10-112-2/+2
* [AMDGPU][MC] Corrected parsing of optional operandsDmitry Preobrazhensky2019-10-112-12/+11
* [libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum2019-10-113-112/+15
* Updated add_new_check.py to create checker tests in the new directoryDmitri Gribenko2019-10-111-1/+1
* [ClangTidy] Separate tests for infrastructure and checkers, fixupDmitri Gribenko2019-10-111-0/+0
* [mips] Follow-up to r374544. Fix test case.Simon Atanasyan2019-10-111-2/+2
* [Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).Kai Nacke2019-10-1111-28/+28
* [lldb] Insert break to avoid unannotated fall-throughKadir Cetinkaya2019-10-111-0/+1
* [mips] Fix loading "double" immediate into a GPR and FPRSimon Atanasyan2019-10-112-18/+36
* [MS ABI]: Fix mangling function arguments for template types to be compatible...Nico Weber2019-10-112-1/+18
* [LLD][ELF] - Update test cases after llvm-readobj change.George Rimar2019-10-1112-182/+139
* [llvm-readobj] - Remove excessive fields when dumping "Version symbols".George Rimar2019-10-114-61/+42
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-11564-0/+0
* Dead Virtual Function EliminationOliver Stannard2019-10-1134-83/+1428
* [FileCheck] Implement --ignore-case option.Kai Nacke2019-10-116-2/+66
* [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...Martin Storsjo2019-10-111-0/+2
* [SCEV] Add stricter verification option.Florian Hahn2019-10-111-5/+8
* [X86] isFNEG - add recursion depth limitSimon Pilgrim2019-10-111-5/+9
* [llvm-exegesis] Show noise cluster in analysis output.Clement Courbet2019-10-113-19/+91
* minidump: Use llvm memory info list parserPavel Labath2019-10-114-123/+26
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-114-18/+57
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-1119-11/+1149
* Insert module constructors in a module passVitaly Buka2019-10-119-55/+102
* [LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on WindowsMartin Storsjo2019-10-111-17/+3
* [lldb] Fix crash in CxxModuleHandler when std module is emptyRaphael Isemann2019-10-117-4/+88
* [TableGen] Fix a bug that MCSchedClassDesc is interfered between different Sc...QingShan Zhang2019-10-113-1/+48
* [X86] Add v8i64->v8i8 ssat/usat/packus truncate tests to min-legal-vector-wid...Craig Topper2019-10-111-0/+103
* [ADT][Statistics] Fix test after rL374490Kadir Cetinkaya2019-10-111-0/+2
* Fix modules build for r374337Pavel Labath2019-10-111-0/+2
* [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.Craig Topper2019-10-113-130/+144
* [PowerPC] Remove assertion "Shouldn't overwrite a register before it is killed"Yi-Hong Lyu2019-10-112-8/+31
* [NFC] run specific pass instead of whole -O3 pipeline for popcount recoginzat...Chen Zheng2019-10-111-5/+5
* [InstCombine] recognize popcount.Chen Zheng2019-10-113-5/+271
* [libc++] Fix linker script generationPetr Hosek2019-10-111-1/+3
* [X86] Add a DAG combine to turn v16i16->v16i8 VTRUNCUS+store into a saturatin...Craig Topper2019-10-112-2/+14
* [X86] Add test case for trunc_packus_v16i32_v16i8_store to min-legal-vector-w...Craig Topper2019-10-111-1/+21
* [CVP] Remove a masking operation if range information implies it's a noopPhilip Reames2019-10-114-3/+155
* [X86] Add more packus/ssat/usat truncate tests from legal vectors to less tha...Craig Topper2019-10-113-3/+4134
* [Polly] Fix formatting violation. NFC.Volodymyr Sapsai2019-10-111-3/+1
* Revert 374481 "[tsan,msan] Insert module constructors in a module pass"Nico Weber2019-10-119-102/+55
OpenPOWER on IntegriCloud