summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement P0777: Treating unnecessay decayMarshall Clow2018-02-064-14/+12
* [TargetLowering] use local variables to reduce duplication; NFCISanjay Patel2018-02-061-6/+6
* Pass --build-dir to dotest in the Xcode projectAdrian Prantl2018-02-061-1/+1
* [InferAddressSpaces] Update uses of IRBuilder memory intrinsic creation to ne...Daniel Neilson2018-02-061-5/+7
* [DWARFv5] Emit .debug_line_str (in a non-DWO file).Paul Robinson2018-02-067-35/+150
* [Hexagon] Extract HVX lowering and selection into HVX-specific files, NFCKrzysztof Parzyszek2018-02-066-581/+572
* [Hexagon] Lower concat of more than 2 vectors into build_vectorKrzysztof Parzyszek2018-02-063-15/+59
* [clangd] Make the premble tremble.Benjamin Kramer2018-02-061-3/+3
* [SLP] Update test checks, NFC.Alexey Bataev2018-02-063-64/+1127
* Revert "[clangd] The new threading implementation" (r324356)Ilya Biryukov2018-02-0611-533/+279
* Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...Nico Weber2018-02-061-4/+29
* [InlineFunction] Update deprecated use of IRBuilder CreateMemCpy (NFC)Daniel Neilson2018-02-061-1/+1
* [AMDGPU] removed dead code handling rmw in memory legalizerStanislav Mekhanoshin2018-02-061-66/+3
* [clangd] Attempt to unbreak windows buildbots.Ilya Biryukov2018-02-061-1/+1
* [Hexagon] Don't form new-value jumps from floating-point instructionsKrzysztof Parzyszek2018-02-062-0/+35
* More correct handling of error cases C++ name parserEugene Zemtsov2018-02-062-2/+3
* Fix misleading indentation; replace a couple of NULLs with nullptr. Resolves ...Marshall Clow2018-02-062-7/+7
* Pass around function pointers as CGCallees, not bare llvm::Value*s.John McCall2018-02-065-58/+77
* Add vstore_half_rte implementationJan Vesely2018-02-062-1/+46
* Add vstore_half_rtp implementationJan Vesely2018-02-062-1/+12
* Add vstore_half_rtn implementationJan Vesely2018-02-062-1/+43
* Add vstore_half_rtz implementationJan Vesely2018-02-062-1/+36
* vstore_half: Consolidate declarationsJan Vesely2018-02-061-39/+26
* vstore_half: Add support for custom rounding functionsJan Vesely2018-02-061-23/+39
* vstore_half: Make sure the helper function is always inlineJan Vesely2018-02-061-1/+1
* [InstCombine][ValueTracking] Match non-uniform constant power-of-two vectorsSimon Pilgrim2018-02-063-11/+33
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-0613-148/+131
* [X86] Auto-generate checks. NFCCraig Topper2018-02-061-102/+121
* Hide the --full-shutdown option.Rafael Espindola2018-02-062-1/+2
* [clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton2018-02-062-1/+11
* [clangd] Fixed a bug in the new threading implementation.Ilya Biryukov2018-02-061-4/+5
* [analyzer] [tests] Show function name in CmpRuns outputGeorge Karpenkov2018-02-061-3/+9
* [clangd] Fixed compilation on Windows buildbot.Ilya Biryukov2018-02-061-2/+6
* [ARM] f16 conversionsSjoerd Meijer2018-02-062-16/+68
* [DAG, X86] Improve Dependency analysis when doing multi-nodeNirav Dave2018-02-0618-985/+645
* [clangd] Use URIs in index symbols.Eric Liu2018-02-068-81/+144
* Regenerate vector-urem test. NFCI.Simon Pilgrim2018-02-061-2/+2
* [clangd] The new threading implementationIlya Biryukov2018-02-0611-280/+529
* [COFF] LTO does not require a disassembler.Benjamin Kramer2018-02-061-1/+0
* [clangd] Remove unused variable. NFCEric Liu2018-02-061-1/+0
* AMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALUMarek Olsak2018-02-062-2/+42
* [Hexagon] Remove leftover assertKrzysztof Parzyszek2018-02-061-3/+1
* [clangd] Don't try pthread, just use thread_local. Reverts r323949.Sam McCall2018-02-061-41/+5
* [Hexagon] Split HVX operations on vector pairsKrzysztof Parzyszek2018-02-067-70/+342
* [Hexagon] Add helper functions to identify single/pair vector types, NFCKrzysztof Parzyszek2018-02-062-3/+17
* [Hexagon] Handle lowering of SETCC via setCondCodeActionKrzysztof Parzyszek2018-02-066-132/+112
* [X86][SSE] Add PACKUS support for truncation of clamped valuesSimon Pilgrim2018-02-062-51/+20
* [AMDGPU] do not generate .AMDGPU.config for amdpal os typeTim Renouf2018-02-062-18/+14
* [Solaris] Silence -pthread warning on SolarisFedor Sergeev2018-02-061-0/+5
* [AArch64][SVE] Asm: Add AND_ZI instructions and aliasesSander de Smalen2018-02-066-0/+244
OpenPOWER on IntegriCloud