summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko2018-02-2830-94/+104
* Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.Rafael Espindola2018-02-287-26/+27
* Rename more checks from misc- to bugprone-.Alexander Kornienko2018-02-2823-75/+87
* [libcxx] Fix last_write_time test for filesystems that don't support very sma...Volodymyr Sapsai2018-02-281-10/+32
* Use DenseMap::lookup() instead of find() and a hand-written null check.Rui Ueyama2018-02-282-8/+2
* build: add the ability to create a symlink for dsymutilSaleem Abdulrasool2018-02-283-2/+14
* [X86] Regenerate cmpxchg testsSimon Pilgrim2018-02-283-23/+131
* [WebAssembly] Reduce code repetition. NFC.Rui Ueyama2018-02-283-21/+14
* Fix up the gtest targets for changes in the UnwindAssembly tests.Jim Ingham2018-02-281-20/+34
* [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
OpenPOWER on IntegriCloud