summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-071-7/+7
* AST - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-076-14/+11
* [LLVM-C] Add bindings to create macro debug infowhitequark2019-10-074-39/+137
* Fix sphinx warnings.Kevin P. Neal2019-10-071-2/+2
* Test commitMirko Brkusanin2019-10-071-1/+1
* [FPEnv] Add constrained intrinsics for lrint and lroundKevin P. Neal2019-10-0716-28/+516
* gn build: use better triple on windowsNico Weber2019-10-071-1/+1
* Revert r373888 "[IA] Recognize hexadecimal escape sequences"Nico Weber2019-10-072-21/+1
* [clangd] Catch an unchecked "Expected<T>" in HeaderSourceSwitch.Haojian Wu2019-10-074-3/+12
* [ASTImporter][NFC] Enable disabled but passing testGabor Marton2019-10-071-4/+1
* [ASTImporter][NFC] Update ASTImporter internals docsGabor Marton2019-10-071-11/+2
* [ASTImporter][NFC] Fix typo in user docsGabor Marton2019-10-071-1/+1
* [AMDGPU] Fix test checksJay Foad2019-10-071-2/+4
* [clangd] If an undocumented definition exists, don't accept documentation fro...Sam McCall2019-10-072-1/+14
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-0715-8/+481
* [llvm-readelf/llvm-objdump] - Improve/refactor the implementation of SHT_LLVM...George Rimar2019-10-074-28/+143
* [clangd] Collect missing macro references.Haojian Wu2019-10-072-2/+38
* [IA] Recognize hexadecimal escape sequencesBill Wendling2019-10-072-1/+21
* clang-cl: Ignore the new /ZH optionsHans Wennborg2019-10-072-0/+6
* [ELF][MIPS] De-template writeValue. NFCFangrui Song2019-10-071-23/+20
* [ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song2019-10-0737-341/+439
* [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{re...Fangrui Song2019-10-071-70/+68
* [TableGen] Pacify gcc-5.4 moreJames Molloy2019-10-071-2/+2
* Revert "[SLP] avoid reduction transform on patterns that the backend can load...Martin Storsjo2019-10-074-179/+55
* [llvm-locstats] Fix a typo in the documentation; NFCDjordje Todorovic2019-10-071-1/+1
* [X86] Autogenerate checks in leaFixup32.mir and leaFixup64.mir. NFCCraig Topper2019-10-072-156/+294
* [X86] Support LEA64_32r in processInstrForSlow3OpLEA and use INC/DEC when pos...Craig Topper2019-10-074-95/+125
* [NFC][CGP] Tests for making ICMP_EQ use CR result of ICMP_S(L|G)T dominatorsYi-Hong Lyu2019-10-073-232/+1434
* [c++20] Check for a class-specific operator delete when deleting anRichard Smith2019-10-072-0/+38
* Fix behavior of __builtin_bit_cast when the From and To types are theRichard Smith2019-10-074-7/+24
* gn build: no-op style tweak in sync scriptNico Weber2019-10-071-1/+0
* [Docs] Removes Subsystem Documentation pageDeForest Richards2019-10-064-177/+171
* [X86][AVX] Access a scalar float/double as a free extract from a broadcast lo...Simon Pilgrim2019-10-064-42/+47
* Fix signed/unsigned warning. NFCISimon Pilgrim2019-10-061-1/+1
* [NFC][PowerPC] Reorganize CRNotPat multiclass patterns in PPCInstrInfo.tdAmy Kwan2019-10-061-84/+91
* [X86][SSE] Remove resolveTargetShuffleInputs and use getTargetShuffleInputs d...Simon Pilgrim2019-10-061-42/+22
* [X86][SSE] Don't merge known undef/zero elements into target shuffle masks.Simon Pilgrim2019-10-061-30/+50
* Implements CWG 1601 in [over.ics.rank/4.2]Richard Smith2019-10-064-6/+65
* [X86] Add custom type legalization for v16i64->v16i8 truncate and v8i64->v8i8...Craig Topper2019-10-065-68/+173
* [LegalizeTypes][X86] When splitting a vselect for type legalization, don't sp...Craig Topper2019-10-064-93/+122
* [Sema] Avoids an assertion failure when an invalid conversion declaration is ...Richard Smith2019-10-062-0/+10
* gn build: make windows build less brokenNico Weber2019-10-061-0/+3
* [LOOPGUARD] Remove asserts in getLoopGuardBranchWhitney Tsang2019-10-062-3/+94
* [Docs] Removes Programming Documentation pageDeForest Richards2019-10-065-60/+48
* [X86][SSE] resolveTargetShuffleInputs - call getTargetShuffleInputs instead o...Simon Pilgrim2019-10-061-5/+4
* [Docs] Adds new Getting Started/Tutorials pageDeForest Richards2019-10-066-155/+160
* Revert [DAGCombine] Match more patterns for half word bswapSanjay Patel2019-10-062-32/+47
* [NFC] Replace 'isDarwin' with 'IsDarwin'Xiangling Liao2019-10-067-38/+38
* [InstCombine] fold fneg disguised as select+fmul (PR43497)Sanjay Patel2019-10-062-30/+65
* [DAGCombine] Match more patterns for half word bswapAmaury Sechet2019-10-062-47/+32
OpenPOWER on IntegriCloud