summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove dead CHECK lines for a test. NFCCraig Topper2019-04-031-217/+0
* [X86] Autogenerate checks. NFCCraig Topper2019-04-031-19/+31
* llvm-undname: Fix a crash-on-invalidNico Weber2019-04-032-1/+6
* llvm-undame: Fix an assert-on-invalidNico Weber2019-04-032-1/+9
* llvm-undname: Fix an assert-on-invalidNico Weber2019-04-032-0/+10
* llvm-undname: Fix a crash-on-invalidNico Weber2019-04-032-1/+10
* llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber2019-04-033-14/+26
* [x86] fold shuffles of h-ops that have an undef operandSanjay Patel2019-04-032-3/+2
* add periodsAmy Huang2019-04-031-6/+6
* [x86] eliminate movddup of horizontal opSanjay Patel2019-04-032-6/+11
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-0312-275/+360
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-0364-93/+203
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-0318-27/+25
* Cleanup test failures in no discard tests.Eric Fiselier2019-04-032-0/+26
* [x86] add another test for disguised h-op; NFCSanjay Patel2019-04-031-0/+38
* [libc++abi] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-59/+39
* AMDGPU: Split block for si_end_cfMatt Arsenault2019-04-037-73/+227
* Re-enable most lldb-vscode tests on Linux.Jorge Gorbe Moya2019-04-034-20/+5
* Attempt to upgrade compiler used by appveyor buildsEric Fiselier2019-04-031-1/+1
* disable appveyor config for MSVC 2015Eric Fiselier2019-04-031-5/+6
* [x86] add test for disguised horizontal op; NFCSanjay Patel2019-04-031-0/+48
* [OPENMP]Add codegen for reduction vars with allocate clause, NFC.Alexey Bataev2019-04-031-3/+15
* [dwarfdump] Remove bogus verifier errorJonas Devlieghere2019-04-032-18/+1
* [ProfileSummary] Count callsite samples when computing total samples.Taewook Oh2019-04-036-7/+29
* Fix and simplify PrepareCommandsForSourcingAdrian McCarthy2019-04-031-75/+44
* [OPENMP]Add codegen for lastprivate vars with allocate clause, NFC.Alexey Bataev2019-04-031-11/+25
* gn build: Add build file for dexpNico Weber2019-04-032-2/+14
* AMDGPU/NFC: Add offset field to arg metadata (required for code object v3)Konstantin Zhuravlyov2019-04-031-0/+4
* [OpenMP][Stats] Fix stats gathering for distribute and team clauseJonathan Peyton2019-04-036-32/+107
* Revert "[analyzer] Toning down invalidation a bit".Artem Dergachev2019-04-036-27/+28
* libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functionsNico Weber2019-04-034-84/+536
* Ensure correct pthread flags and libraries are usedDimitry Andric2019-04-037-11/+22
* [OPENMP]Add codegen for firstprivate vars with allocate clause.Alexey Bataev2019-04-034-18/+76
* [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807Louis Dionne2019-04-033-5/+10
* [X86] Extend boolean arguments to inline-asm according to getBooleanTypeKrzysztof Parzyszek2019-04-032-2/+22
* Add more benchmarks for literal strings.Samuel Benzaquen2019-04-031-10/+42
* [pstl] Improve the parallel version of std::equalLouis Dionne2019-04-032-4/+62
* Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...Alexey Bataev2019-04-035-805/+0
* [X86][AVX] combineHorizontalPredicateResult - split any/allof v16i16/v32i8 re...Simon Pilgrim2019-04-033-30/+24
* Bug-40323: MS ABI adding template static member in the linker directive secti...Jennifer Yu2019-04-032-0/+63
* [pstl] Require C++17 when linking against pstlLouis Dionne2019-04-031-0/+1
* [X86][AVX] combineHorizontalPredicateResult - support v16i16/v32i8 reduction ...Simon Pilgrim2019-04-033-72/+50
* [DWARF] check whether the DIE is valid before querying for informationPaul Semel2019-04-032-0/+14
* [libunwind] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-37/+12
* [AArch64][GlobalISel] Legalize G_FEXP2Jessica Paquette2019-04-035-3/+269
* [x86] make stack folding tests immune to unrelated transforms; NFCSanjay Patel2019-04-031-21/+21
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-036-7/+116
* [DAGCombiner] Rename variables Demanded -> DemandedBits/DemandedElts. NFCI.Simon Pilgrim2019-04-031-9/+10
* Test commit: Remove double variable assignmentLewis Revill2019-04-031-1/+1
OpenPOWER on IntegriCloud