summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3065-8946/+384
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-3028-362/+408
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3065-384/+8946
* [x86] add tests for shift-logic-shift; NFCSanjay Patel2019-08-301-0/+174
* [AArch64] add tests for shift-logic-shift; NFCSanjay Patel2019-08-301-0/+150
* Make add_new_check.py's insertion of registerCheck<> match the sort orderDaniel Sanders2019-08-301-20/+39
* [test] Make sure PROMPT is a stringJonas Devlieghere2019-08-301-1/+1
* [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturnReid Kleckner2019-08-3021-38/+145
* [IFS][NFC] llvm-ifs: Fixing build bot build break: revert r370517 and r370510.Puyan Lotfi2019-08-301-5/+13
* [Thumb2] tighten CHECK lines in test; NFCSanjay Patel2019-08-301-2/+4
* [IFS][NFC] llvm-ifs: Fixing build bot error due to commit conflicts.Puyan Lotfi2019-08-301-8/+0
* gn build: Merge r370512Nico Weber2019-08-301-0/+1
* [X86] Fix mul test cases in avx512-broadcast-unfold.ll to not get canonicaliz...Craig Topper2019-08-301-239/+37
* [clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidyDaniel Sanders2019-08-3010-0/+340
* [IFS][NFC] llvm-ifs: Fixing build errors for bots using GCC.Puyan Lotfi2019-08-301-5/+5
* [lld][WebAssembly] Fix spurious signature mismatch warningsSam Clegg2019-08-302-2/+17
* [DFAPacketizer] Allow namespacing of automata per-itineraryJames Molloy2019-08-302-24/+52
* [X86] Regenerate the test cases added in r370506.Craig Topper2019-08-301-21/+22
* [X86] Add test caes for opportunities for machine LICM to unfold broadcasted ...Craig Topper2019-08-301-0/+1844
* [PowerPC][NFC] Avoid checking non-relevant .cfi instructionsJinsong Ji2019-08-3016-612/+146
* Fix compilation warnings. NFC.Michael Liao2019-08-301-1/+10
* [lldb][NFC] More tests for invalid register command invocationsRaphael Isemann2019-08-301-0/+15
* Make `vector` unconditionally move elements when exceptions are disabled.Eric Fiselier2019-08-303-10/+82
* gn build: Merge r370500Nico Weber2019-08-301-0/+1
* [MachinePipeliner] Separate schedule emission, NFCJames Molloy2019-08-305-1200/+1496
* [llvm-ifs][IFS] llvm Interface Stubs merging + object file generation tool.Puyan Lotfi2019-08-3017-1/+793
* [DAGCombine] ReduceLoadWidth - remove duplicate SDLoc. NFCI.Simon Pilgrim2019-08-301-3/+2
* [TargetLowering] SimplifyDemandedBits ADD/SUB/MUL - correctly inherit SDNodeF...Simon Pilgrim2019-08-301-4/+2
* GlobalISel: Fix missing pass dependencyMatt Arsenault2019-08-301-0/+1
* [X86] Pass v32i16/v64i8 in zmm registers on KNL target.Craig Topper2019-08-3069-4175/+4427
* [ValueTypes] Add v16f16 and v32f16 to EVT::getEVTString and Tablegen's getEnu...Craig Topper2019-08-302-0/+4
* [clang-scan-deps] NFC, remove outdated implementation commentAlex Lorenz2019-08-301-1/+0
* gn build: Merge r370490Nico Weber2019-08-301-0/+1
* [LLD] [COFF] Add a missing REQUIRES line to a recently added test. NFC.Martin Storsjo2019-08-301-0/+2
* MemTag: unchecked load/store optimization.Evgeniy Stepanov2019-08-308-1/+389
* [DAGCombine] visitVSELECT - remove equivalent getValueType() call. NFCI.Simon Pilgrim2019-08-301-1/+0
* FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-303-11/+4
* [lld-link] implement -start-lib and -end-libBob Haarman2019-08-3015-70/+316
* [INSTRUCTIONS] Add support of const for getLoadStorePointerOperand() andWhitney Tsang2019-08-301-2/+9
* [Attributor] Fix: do not pretend to preserve the CFGJohannes Doerfert2019-08-301-1/+0
* [X86] Merge X86InstrInfo::loadRegFromAddr/storeRegToAddr into their only call...Craig Topper2019-08-302-50/+21
* [lit] Fix my earlier bogus fix to not set DYLD_LIBRARY_PATH with Asan.Jonas Devlieghere2019-08-301-1/+1
* [clangd] Add highlighting for macro expansions.Johan Vikstrom2019-08-304-29/+42
* Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3064-8945/+384
* [Attributor] Use existing function information for the call siteJohannes Doerfert2019-08-3016-30/+278
* [Attributor] Manifest load/store alignment generallyJohannes Doerfert2019-08-302-25/+27
* [DAGCombine] visitVSELECT - remove duplicate getOperand calls. NFCI.Simon Pilgrim2019-08-301-4/+3
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-08-3064-384/+8945
* [InstCombine][AMDGPU] Simplify tbuffer loadsPiotr Sobczak2019-08-302-0/+661
* [llvm-nm] Small fix to Exected<StringRef>Sid Manning2019-08-301-1/+1
OpenPOWER on IntegriCloud