summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Fix the extensions implied by a cpu nameDiogo N. Sampaio2019-05-092-20/+26
* [SPIR] Simplified target checking.Anastasia Stulova2019-05-091-0/+5
* Fix LLVM_USE_PERF build after getPageSize changeSven van Haastregt2019-05-091-3/+3
* [ARM GlobalISel] Map DBG_VALUE for types != s32Diana Picus2019-05-092-17/+39
* X86WinAllocaExpander: Drop code looking through register copies (PR41786)Hans Wennborg2019-05-091-16/+4
* [MergeICmps][NFC] Re-generate tests with update_test_checks.Clement Courbet2019-05-0912-168/+243
* Make sub-registers index names case sensitive in the MIRParserMarkus Lavin2019-05-091-1/+1
* Bugfix for nullptr check by klocworkPengfei Wang2019-05-091-1/+2
* [LLD][NFC] Refactor: BuildID hash size now computed in one place.Ben Dunbobbin2019-05-092-25/+19
* [CodeGen] Use "DL.getPointerSizeInBits" instead of "8 * DL.getPointerSize". NFCBjorn Pettersson2019-05-091-1/+1
* [NFC] Fix typo.Clement Courbet2019-05-091-1/+1
* [NewPM] Setup Passes for KASan and KMSanPetr Hosek2019-05-092-9/+24
* Fix up lldb after clang r360311.Richard Smith2019-05-091-2/+6
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-0945-361/+1653
* [cxx_status] Mark support for std::is_constant_evaluated as done.Richard Smith2019-05-091-1/+1
* [cxx_dr_status] Update links to use wg21.link, and list "extension"Richard Smith2019-05-092-2414/+2418
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-0952-267/+791
* lit config: disable LSan for Apple clang compiler in addition to Apple LLVMAlex Lorenz2019-05-091-2/+2
* force the bots to cycleEric Fiselier2019-05-091-1/+0
* [ELF] Initialize Target before it may be dereferenced by findAux when reporti...Fangrui Song2019-05-092-5/+9
* Fix the output file dependency for Options.inc.Jim Ingham2019-05-091-1/+1
* [SelectionDAG] Expand ADD/SUBCARRYLeonard Chan2019-05-092-0/+86
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-095-13/+29
* Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...Eric Christopher2019-05-086-464/+35
* [AMDGPU] gfx1010 tests. NFC.Stanislav Mekhanoshin2019-05-087-33/+157
* [OpenMP] Workaround gfortran bugzilla build bug 41755Jonathan Peyton2019-05-082-2/+8
* [Reproducers] Fix reproducer unittestJonas Devlieghere2019-05-081-1/+3
* Try to restore some clang test headers lost in r360291Reid Kleckner2019-05-0810-0/+63
* [SelectionDAG] fold 'fneg undef' to undefSanjay Patel2019-05-082-80/+30
* [lld-link] initialize targets and asmparsers before invoking libBob Haarman2019-05-082-7/+28
* AMDGPU: Mark scheduler classes as finalMatt Arsenault2019-05-081-2/+2
* AMDGPU: Select VOP3 form of addMatt Arsenault2019-05-089-71/+204
* Fix bug in ArchSpec::MergeFromGreg Clayton2019-05-082-1/+27
* Revert Include corecrt.h in stddef.h and vcruntime.h in stdarg.h to improve M...Reid Kleckner2019-05-0817-90/+2
* [scudo][standalone] Introduce the chunk headerKostya Kortchinsky2019-05-086-3/+249
* [FileCheck, NFC] Split defines.txt in twoThomas Preud'homme2019-05-083-48/+78
* [FileCheck] Fix code style of method commentsThomas Preud'homme2019-05-082-81/+78
* [AMDGPU] gfx1010 exp modificationsStanislav Mekhanoshin2019-05-086-2/+99
* [Reproducers] Flush files to disk periodicallyJonas Devlieghere2019-05-082-1/+4
* [Reproducers] Fix unitialized pointerJonas Devlieghere2019-05-081-1/+1
* [InstCombine] When turning sext into zext due to known bits, return the new Z...Craig Topper2019-05-081-4/+2
* AMDGPU: Fix a mis-placed bracketChangpeng Fang2019-05-081-1/+1
* [X86] Add a non-ambiguous check prefix to lwp-intrinsics.ll for the case when...Craig Topper2019-05-081-2/+19
* Precommit FNeg InstCombine testsCameron McInally2019-05-081-24/+162
* [SCEV] Suppress hoisting insertion point of binops when unsafeWarren Ristow2019-05-083-20/+385
* Fix new reassociate-catchswitch.ll testReid Kleckner2019-05-081-0/+5
* [RegAllocFast] Scan physcial reg definitions before assigning virtual reg def...Quentin Colombet2019-05-082-4/+35
* [clang-tidy] Update documentation on ReSharper integration.Artem Dergachev2019-05-081-1/+1
* [NewPassManager] Add tuning option: SLPVectorization [NFC].Alina Sbirlea2019-05-085-5/+14
* [InstSimplify] add tests for fcmp+minnum; NFCSanjay Patel2019-05-081-0/+157
OpenPOWER on IntegriCloud