summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.Alexey Bataev2019-08-232-10/+19
* Fix a bug in just submitted rL369789Philip Reames2019-08-232-1/+30
* RegScavenger: Use RegisterMatt Arsenault2019-08-232-29/+29
* [X86] Automatically generate load-local-v3i1.ll . NFCAmaury Sechet2019-08-231-35/+97
* [X86] Mark VPDPWSSD and VPDPWSSDS as commutable. Add stack folding tests.Craig Topper2019-08-234-11/+161
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-236-11/+25
* Revert r369233.Manoj Gupta2019-08-238-90/+170
* [InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, nullPhilip Reames2019-08-232-0/+205
* Windows: explicitly cast constants to `DWORD`Saleem Abdulrasool2019-08-231-2/+2
* [AMDGPU] Automatically generate various tests. NFCAmaury Sechet2019-08-236-748/+2521
* [BasicAA] Use dereferenceability to reason about aliasingJohannes Doerfert2019-08-232-4/+175
* [Attributor] Manifest constant return valuesJohannes Doerfert2019-08-232-1/+34
* [Attributor] Deal with shrinking dereferenceability in a loopJohannes Doerfert2019-08-232-8/+50
* Fix clang-tidy warning in clang-tidyBenjamin Kramer2019-08-231-1/+1
* Allow Compiler.h to be included in C files and fix fallthrough warningsNathan Huckleberry2019-08-232-23/+29
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-234-2/+45
* [SelectionDAG][X86] Enable iX SimplifyDemandedBits to vXi1 SimplifyDemandedVe...Craig Topper2019-08-232-3/+21
* [OpenCL] Renamed value of std flag in C++ mode.Anastasia Stulova2019-08-232-2/+2
* [DebugInfo] Remove invalidated locations during LiveDebugValuesJeremy Morse2019-08-234-5/+65
* Fixed a typo.Artem Belevich2019-08-231-1/+1
* [SLP] use range-for loops, fix formatting; NFCSanjay Patel2019-08-231-32/+32
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-2325-97/+647
* Fix target for new X86 testTeresa Johnson2019-08-231-2/+2
* [NFC] Move some variable declarations into their 'if' conditions.Erich Keane2019-08-231-9/+7
* [Reassoc] Small fix to support unary FNeg in NegateValue(...)Cameron McInally2019-08-232-1/+25
* [Attributor][Fix] Deal with "growing" dereferenceabilityJohannes Doerfert2019-08-232-0/+36
* [Attributor][NFCI] Avoid lookups when resolving returned valuesJohannes Doerfert2019-08-231-3/+16
* [SLP] fix formatting; NFCSanjay Patel2019-08-231-4/+3
* [Attributor] FIX: Treat new attributes as changed onesJohannes Doerfert2019-08-232-5/+48
* [Attributor][NFCI] Try to avoid potential non-deterministic behaviorJohannes Doerfert2019-08-232-17/+15
* [ThinLTO] Fix handling of weak interposable symbolsTeresa Johnson2019-08-237-42/+135
* [MustExec] Add a generic "must-be-executed-context" explorerJohannes Doerfert2019-08-237-2/+693
* [libc++] Improve Python 3 compatibility for merge_archives.pyLouis Dionne2019-08-231-1/+2
* [clang-tidy] Possibility of displaying duplicate warningsKristof Umann2019-08-232-2/+18
* [ELF] Mention contents of reproduce archive and add help description.Peter Smith2019-08-232-3/+6
* [llvm-objcopy] Strip debug sections when running with --strip-unneeded.Jordan Rupprecht2019-08-232-1/+31
* [analyzer] Avoid unnecessary enum range check on LValueToRValue castsKristof Umann2019-08-233-1/+59
* clang-format: Disable across-block include reordering.Nico Weber2019-08-231-0/+21
* libcxx: Make gen_link_script.py print contents only in --dryrun modeNico Weber2019-08-231-2/+3
* [mips] Reduce number of instructions used for loading a global symbol's valueSimon Atanasyan2019-08-233-39/+41
* [mips] Do not include offset into `%got` expression for global symbolsSimon Atanasyan2019-08-233-30/+38
* [PowerPC] Automatically generate various tests. NFCAmaury Sechet2019-08-233-457/+508
* Use VT::getHalfNumVectorElementsVT helpers in a few places. NFCI.Simon Pilgrim2019-08-232-10/+6
* [X86][BtVer2] Add a read-advance to every implicit register use of CMPXCHG8B/...Andrea Di Biagio2019-08-232-4/+314
* [Docs][OpenCL] Several corrections to C++ for OpenCLAnastasia Stulova2019-08-232-63/+74
* [X86][BtVer2] Fix latency of ALU RMW instructions.Andrea Di Biagio2019-08-232-225/+227
* [llvm-dlltool] Make sure to strip decorations from ExtName for renamed exportsMartin Storsjo2019-08-232-0/+4
* [DAGCombine] GetNegatedExpression - add FMA\FMAD supportSimon Pilgrim2019-08-232-13/+64
* [AMDGPU] gfx10 atomic optimizer changes.Jay Foad2019-08-239-290/+621
* [yaml2obj] - Allow setting the symbol st_other field to any integer.George Rimar2019-08-233-20/+104
OpenPOWER on IntegriCloud