summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] simplify code for X * -1.0 --> -X; NFCSanjay Patel2018-02-282-9/+5
* [GlobalOpt] don't change CC of musttail calle(e|r)Jonas Devlieghere2018-02-282-1/+58
* [X86] Lower extract_element from k-registers by bitcasting from v16i1 to i16 ...Craig Topper2018-02-285-41/+33
* Add ability to collect memory limit.Han Ming Ong2018-02-286-6/+48
* [hwasan] update the asm snippet in the docs to match the current default beha...Kostya Serebryany2018-02-281-2/+0
* [X86][AVX512] Improve support for signed saturation truncation storesSimon Pilgrim2018-02-282-9/+23
* Make sure that clang-format doesn't reorder include files.Rui Ueyama2018-02-281-0/+2
* Attempt to fix cl-include.c on Windows.Nico Weber2018-02-281-2/+2
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-284-4/+7
* [OpenMP] Extend NVPTX SPMD implementation of combined constructsCarlo Bertolli2018-02-2816-52/+476
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-2813-505/+23
* [Hexagon] Add -ffixed-r19 driver option and translate it to +reserved-r19Krzysztof Parzyszek2018-02-283-8/+24
* [clangd] Try to fix failures on clang-x64-ninja-win7 build bot.Eric Liu2018-02-285-9/+9
* [Hexagon] Implement target feature +reserved-r19Krzysztof Parzyszek2018-02-283-0/+8
* Write some tests as linker scripts instead of assembly files.Rui Ueyama2018-02-286-83/+79
* CodeGenObjCXX: handle inalloca appropriately for msgSend variantSaleem Abdulrasool2018-02-282-1/+20
* [InstCombine] Split the FP constant code out of lookThroughFPExtensions and u...Craig Topper2018-02-281-15/+20
* Attempt to build breakage caused by r326339.Rui Ueyama2018-02-281-1/+1
* Losen time contraint to accommodate system loadsLei Huang2018-02-281-1/+1
* Fix llvm-config --system-libs output on FreeBSD and NetBSDDimitry Andric2018-02-281-2/+7
* [clang-cl] Implement /XNico Weber2018-02-282-2/+15
* [WebAssembly] Remove unneeded --no-gc-sections flag from tests. NFC.Sam Clegg2018-02-282-2/+2
* Fix gcc -Wreturn-type warnings after r326307.Nico Weber2018-02-281-0/+2
* [Documentation] Split Clang-tidy changes in Release Notes into sections: new ...Eugene Zelenko2018-02-283-31/+33
* [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
OpenPOWER on IntegriCloud