summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] added writelane intrinsicTim Renouf2018-02-289-22/+155
* Fixed spelling mistake in comments of LLVM Analysis passesVedant Kumar2018-02-284-14/+14
* [profile] Test the exported symbol set for empty programsVedant Kumar2018-02-281-2/+14
* [InstrProfiling] Emit the runtime hook when no counters are loweredVedant Kumar2018-02-285-23/+28
* [NVPTX] Removed always-true predicates in NVPTX.Artem Belevich2018-02-285-216/+132
* Add "%" operator to the linker script.Rui Ueyama2018-02-282-1/+12
* Inline a trivial function. NFC.Rui Ueyama2018-02-281-5/+1
* [RISCV] Force enable int128 for compiling long double routinesMandeep Singh Grang2018-02-281-0/+6
* Fix use after free in PDB linker.Zachary Turner2018-02-281-2/+13
* Simplify. NFC.Rafael Espindola2018-02-281-3/+3
* [GlobalISel] Print/Parse FailedISel MachineFunction propertyRoman Tereshin2018-02-287-13/+94
* [CUDA] Include single GPU binary, NFCI.Jonas Hahnfeld2018-02-285-93/+87
* [TLS] use emulated TLS if the target supports only this modeChih-Hung Hsieh2018-02-2832-15/+133
* [WebAssembly] Use toArrayRef. NFC.Rui Ueyama2018-02-281-6/+6
* Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.Rui Ueyama2018-02-2822-210/+134
* [OMPT] Fix ompt_get_task_info() and add tests for itJoachim Protze2018-02-283-88/+182
* [WebAssembly] Return a StringRef instead of std::string from getSectionName()...Rui Ueyama2018-02-282-8/+8
* [WebAssembly] Improve WasmSignatureDenseMapInfo.Rui Ueyama2018-02-281-4/+3
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-285-90/+90
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-2810-121/+120
* [ARM] Lower lower saturate to 0 and lower saturate to -1 using bit-operationsPablo Barrio2018-02-283-2/+221
* Test commit access: apply clang-format suggestionJoel E. Denny2018-02-281-2/+2
* [InstCombine] auto-generate complete checks; NFCSanjay Patel2018-02-281-26/+36
* [InstCombine] move invariant call out of loop; NFCSanjay Patel2018-02-281-4/+4
* [InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCISanjay Patel2018-02-286-34/+29
* [DEBUGINFO] Add flag for DWARF2 or less to use sections as references.Alexey Bataev2018-02-284-11/+104
* Rename a few checks from misc- to bugprone-.Alexander Kornienko2018-02-2824-80/+92
* [WebAssembly] Fix copy-paste error in debugging stringNicholas Wilson2018-02-281-1/+1
* [clangd] A few more fixes for STL header mapping.Eric Liu2018-02-281-1/+7
* [analyzer] Fix a compiler warningGabor Horvath2018-02-281-1/+2
* [analyzer] Support for naive cross translation unit analysisGabor Horvath2018-02-2823-51/+773
* [mips] Begin reworking instruction predicates for ISAs/encodings (1/N)Simon Dardis2018-02-283-22/+80
* [clang-tidy] Fix 'add_new_check.py --udpate-docs'Alexander Kornienko2018-02-281-0/+7
* [GlobalIsel][X86] Support G_INTTOPTR instruction.Alexander Ivchenko2018-02-287-1/+167
* Fix typo. NFCXin Tong2018-02-281-1/+1
* [MergeICmp] Fix a bug in MergeICmp that can lead to a block being processed m...Xin Tong2018-02-282-0/+70
* [IR] - Make User construction exception safeKlaus Kretzschmar2018-02-282-7/+30
* [Dominators] Remove verifyDomTree and add some verifying for Post Dom TreesDavid Green2018-02-2815-104/+73
* [clang-tidy] Add a test for readability-implicit-bool-conversion with bitfields.Alexander Kornienko2018-02-281-0/+6
* [clangd] Prefer the definition of a TagDecl (e.g. class) as CanonicalDeclarat...Eric Liu2018-02-284-86/+77
* [OMPT] Fix inconsistent testcasesJoachim Protze2018-02-282-31/+31
* [GlobalIsel][X86] Support G_PTRTOINT instruction.Alexander Ivchenko2018-02-287-10/+682
* [clangd] A few minor fixes for STL internal header mapping.Eric Liu2018-02-281-4/+4
* [RISCV] Update two tests after r326208Alex Bradbury2018-02-282-4/+4
* [X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32 result type when we nee...Craig Topper2018-02-287-54/+83
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-2827-97/+1917
* [X86] Change the masked FPCLASS implementation to use AND instead of OR to co...Craig Topper2018-02-282-10/+8
* [ELF] Process linker scripts deeper when declaring symbols.Igor Kudrin2018-02-283-15/+39
* [ARM] Cortex-A57 scheduler fix for ARM backend (missed 16-bit, v8.1/v8.2/v8.3...Andrew Zhogin2018-02-281-5/+33
* [SLP] Added new tests and updated existing for jumbled load, NFC.Mohammad Shahid2018-02-284-6/+468
OpenPOWER on IntegriCloud