summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [asan] Disable test on powerpc64beVitaly Buka2018-12-201-0/+3
* Revert "[driver] [analyzer] Fix a backward compatibility issue after r348038."Artem Dergachev2018-12-203-95/+3
* [ObjC] Messages to 'self' in class methods that return 'instancetype' shouldAlex Lorenz2018-12-203-29/+88
* cmake: Remove uses of add_llvm_loadable_module macroTom Stellard2018-12-203-3/+3
* cmake: Remove add_llvm_loadable_module()Tom Stellard2018-12-207-44/+17
* [gn check] Unbreak check-lld if llvm_install_binutils_symlinks is falseNico Weber2018-12-202-6/+8
* [driver] [analyzer] Fix redundant test output.Artem Dergachev2018-12-202-2/+4
* [gn build] Add build file for clang/lib/CodeGen and llvm/lib/ProfileData/Cove...Nico Weber2018-12-203-0/+103
* [gn build] Add build files for clang/lib/{Frontend,Frontend/Rewrite,Serializa...Nico Weber2018-12-205-0/+131
* [gn build] Add build file for clang/lib/DriverNico Weber2018-12-204-0/+99
* [gn build] Add build file for clang/lib/ParseNico Weber2018-12-203-0/+52
* [gn build] Add build files for clang-format and lib/{Format,Rewrite,Tooling/C...Nico Weber2018-12-206-6/+88
* [driver] [analyzer] Fix buildbots after r349824.Artem Dergachev2018-12-202-2/+2
* [llvm-objcopy] [COFF] Avoid memcpy() with null parameters in more places. NFC.Martin Storsjo2018-12-201-4/+4
* Declares __cpu_model as dso localHaibo Huang2018-12-203-0/+14
* [driver] [analyzer] Fix a backward compatibility issue after r348038.Artem Dergachev2018-12-203-3/+93
* [CodeGen] Generate llvm.loop.parallel_accesses instead of llvm.mem.parallel_l...Michael Kruse2018-12-2017-262/+326
* [GlobalISel][AArch64] Add G_FCEIL to isPreISelGenericFloatingPointOpcodeJessica Paquette2018-12-202-0/+17
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-2021-104/+97
* Make the "too many braces in scalar initialization" extension causeRichard Smith2018-12-202-1/+24
* DebugInfo: Fix for missing comp_dir handling with r349207David Blaikie2018-12-202-9/+42
* [dotest] Consider unexpected passes as failures.Jonas Devlieghere2018-12-202-6/+7
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-207-9/+75
* Fix the example checker plugin after r349812.Aaron Ballman2018-12-201-1/+3
* Fix build failures from r349812 due to a missing argument.Aaron Ballman2018-12-201-1/+2
* [NFC][pstl] Re-run Clang-format on the whole repositoryLouis Dionne2018-12-201-2/+2
* [lldbsuite] Un-xfail several tests in TestInferiorCrashing on WindowsStella Stamenova2018-12-201-21/+4
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-2012-421/+635
* [Sema] Don't try to account for the size of an incomplete type in CheckArrayA...Bruno Ricci2018-12-202-2/+19
* [llvm-objcopy] [COFF] Don't call memcpy() with a null argument. NFC.Martin Storsjo2018-12-201-1/+2
* [ConstantFolding] Consolidate and extend bitcount intrinsic tests; NFCNikita Popov2018-12-204-57/+187
* [ConstantFolding] Add undef tests for overflow intrinsics; NFCNikita Popov2018-12-201-0/+71
* [ConstantFolding] Regenerate test checks; NFCNikita Popov2018-12-201-78/+58
* [ConstantFolding] Add tests for funnel shifts with undef operands; NFCNikita Popov2018-12-201-0/+167
* [ConstantFolding] Add tests for sat add/sub with undefs; NFCNikita Popov2018-12-201-0/+218
* [ConstantFolding] Split up saturating add/sub tests; NFCNikita Popov2018-12-201-97/+158
* [MC] [AArch64] Correctly resolve ":abs_g1:3" etc.Eli Friedman2018-12-202-13/+38
* [MC] [AArch64] Support resolving fixups for abs_g0 etc.Eli Friedman2018-12-203-8/+85
* Revert "[analyzer] pr38668: Do not attempt to cast loaded values..."Artem Dergachev2018-12-203-34/+10
* [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim2018-12-204-81/+133
* [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generic funnel shift int...Simon Pilgrim2018-12-2012-1204/+1086
* [LAA] Avoid generating RT checks for known deps preventing vectorization.Florian Hahn2018-12-203-13/+23
* Add missing -oso-prepend-path to dsymutil test.Adrian Prantl2018-12-201-1/+1
* [CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTSLouis Dionne2018-12-201-1/+1
* [lit] Skip stop-hook test on WindowsStella Stamenova2018-12-201-1/+5
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-202-2/+0
* Use @llvm.objc.clang.arc.use intrinsic instead of clang.arc.use function.Pete Cooper2018-12-208-22/+19
* [lldbsuite] Un-xfail TestEvents on WindowsStella Stamenova2018-12-201-3/+0
* [libcxx] Fix order checking in unordered_multimap tests.Louis Dionne2018-12-206-152/+379
* Add PLATFORM constants for iOS, tvOS, and watchOS simulatorsMichael Trent2018-12-204-7/+19
OpenPOWER on IntegriCloud