summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make sure macro information exists before increasing usage count.Eric Liu2018-07-091-6/+4
* [Utils] Fix gdb pretty printers to work with Python 3.Philip Pfaffe2018-07-091-0/+4
* [Power9] Add __float128 builtins for Round To OddStefan Pintilie2018-07-092-0/+53
* [Power9] Add __float128 builtins for Round To OddStefan Pintilie2018-07-096-9/+138
* [DebugInfo] Change default value of FDEPointerEncodingMaksim Panchenko2018-07-091-1/+1
* [SelectionDAG] Add VT consistency checks to the creation of ISD::FMA.Craig Topper2018-07-091-0/+3
* [OpenMP] Fix a few formatting issuesJonathan Peyton2018-07-093-3/+5
* Add bitcode compatibility test for 6.0Steven Wu2018-07-092-0/+1716
* [ASan] Minor ASan error reporting cleanupAlex Shlyapnikov2018-07-093-100/+84
* [LoopInfo] Port loop exit interfaces from Loop to LoopBaseDiego Caballero2018-07-093-77/+82
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-0911-56/+1522
* [InstCombine] correct test comments; NFCSanjay Patel2018-07-091-2/+2
* [OPENMP, NVPTX] Support several images in the executable.Alexey Bataev2018-07-091-5/+6
* [OpenMP] Restructure loop code for hierarchical schedulingJonathan Peyton2018-07-093-1329/+1434
* [OPENMP, NVPTX] Do not globalize local variables in parallel regions.Alexey Bataev2018-07-095-29/+33
* [X86] In combineFMA, make sure we bitcast the result of isFNEG back the expec...Craig Topper2018-07-092-1/+30
* [X86][AVX] Regenerate AVX1 fast-isel tests. Simon Pilgrim2018-07-091-1900/+1181
* Retrieve a function PDB symbol correctly from nested blocksStella Stamenova2018-07-091-1/+1
* [OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton2018-07-0917-280/+433
* [InstCombine] avoid extra poison when moving shift above shuffleSanjay Patel2018-07-092-11/+8
* [dsymutil] Add support for outputting assemblyJonas Devlieghere2018-07-096-17/+54
* [BitcodeReader] Infer the correct runtime preemption for GlobalValueSteven Wu2018-07-093-0/+14
* [PPC64] Add TLS local dynamic to local exec relaxationZaara Syeda2018-07-095-8/+152
* [InstCombine] generalize safe vector constant utilitySanjay Patel2018-07-093-30/+23
* [X86] Remove some patterns that include a bitcast of a floating point load to...Craig Topper2018-07-092-10/+0
* [X86] Remove some patterns that seems to be unreachable.Craig Topper2018-07-092-12/+0
* [X86] Remove some seemingly unnecessary AddedComplexity lines.Craig Topper2018-07-091-8/+4
* [VPlan][LV] Introduce condition bit in VPBlockBaseDiego Caballero2018-07-096-25/+73
* [clangd] Support indexing MACROs.Eric Liu2018-07-093-25/+147
* [AArch64][SVE] Asm: Support for CNT(B|H|W|D) and CNTP instructions.Sander de Smalen2018-07-0912-13/+519
* [CVP] Handle calls with void return value. No need to create CVPLattice state...Xin Tong2018-07-091-0/+10
* [clangd] Mark "Document Symbols" as implemented in the docsMarc-Andre Laperle2018-07-091-1/+1
* [clangd] Remove JSON library in favor of llvm/Support/JSONSam McCall2018-07-0914-1675/+245
* [Power9] Add __float128 support for compare operationsStefan Pintilie2018-07-094-2/+300
* [AArch64][SVE] Asm: Support for remaining shift instructions.Sander de Smalen2018-07-0916-74/+1014
* [InstCombine] fix shuffle-of-binops transform to avoid poison/undef Sanjay Patel2018-07-092-68/+110
* [mips] Addition of the [d]rem and [d]remu instructionsStefan Maksimovic2018-07-098-28/+853
* [AArch64][SVE] Asm: Support for TBL instruction.Sander de Smalen2018-07-094-0/+102
* [llvm-mca] report an error if the assembly sequence contains an unsupported i...Andrea Di Biagio2018-07-094-25/+52
* [Support] Allow JSON serialization of Optional<T> for supported T.Sam McCall2018-07-092-0/+8
* [Support] Make JSON handle doubles and int64s losslesslySam McCall2018-07-093-33/+129
* [clangd] Do not write comments into Preamble PCHIlya Biryukov2018-07-092-32/+12
* [PCH] Add an option to not write comments into PCHIlya Biryukov2018-07-092-1/+9
* [clangd] Wait for first preamble before code completionIlya Biryukov2018-07-093-0/+61
* [Support] Fix GCC compile after r336534Sam McCall2018-07-091-3/+4
* [PM/Unswitch] Fix a nasty bug in the new PM's unswitch introduced inChandler Carruth2018-07-092-92/+499
* Lift JSON library from clang-tools-extra/clangd to llvm/Support.Sam McCall2018-07-095-0/+1563
* [AArch64][SVE] Asm: Support for ADR instruction.Sander de Smalen2018-07-096-16/+275
* Try to fix build bot after r336524Eric Liu2018-07-091-1/+1
* [AArch64][SVE] Asm: Support for UZP and TRN instructions.Sander de Smalen2018-07-099-0/+404
OpenPOWER on IntegriCloud