summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] pr38668: Do not attempt to cast loaded values of non-scalar types.Artem Dergachev2018-12-193-10/+34
* Simplify code for readability. (NFC)Adrian Prantl2018-12-191-6/+3
* [sanitizer] Support running without fd 0,1,2.Evgeniy Stepanov2018-12-198-10/+76
* [analyzer] GenericTaint: Fix formatting to prepare for incoming improvements.Artem Dergachev2018-12-191-107/+107
* Simplify. NFC.Rui Ueyama2018-12-191-7/+12
* [analyzer] Improve modeling for returning an object from the top frame with RVO.Artem Dergachev2018-12-192-19/+108
* [X86] Remove TLI variable from ReplaceNodeResults. NFCCraig Topper2018-12-191-3/+2
* AMDGPU: Add patterns for v4i16/v4f16 -> v4i16/v4f16 bitcastsRhys Perry2018-12-192-0/+37
* [CodeGenPrepare] Fix bad IR created by large offset GEP splitting.Eli Friedman2018-12-192-6/+14
* Fix line endings.Zachary Turner2018-12-191-2/+2
* Disable -faddsig by default for PS4 target.Douglas Yung2018-12-192-0/+2
* Fix test commitRhys Perry2018-12-191-1/+1
* Test commitRhys Perry2018-12-191-1/+1
* [llvm-mca] Rename directory for the Cortex tests (NFC)Evandro Menezes2018-12-192-0/+0
* [llvm-mca] Update Exynos test cases (NFC)Evandro Menezes2018-12-192-108/+0
* [AArch64] Improve Exynos predicatesEvandro Menezes2018-12-191-3/+10
* [AArch64] Use canonical copy idiomEvandro Menezes2018-12-191-3/+1
* Revert "[BDCE][DemandedBits] Detect dead uses of undead instructions"Nikita Popov2018-12-194-72/+23
* [analyzer] CStringChecker: Add the forgotten test file.Artem Dergachev2018-12-191-0/+28
* [analyzer] CStringChecker: Fix a crash on C++ overloads of standard functions.Artem Dergachev2018-12-191-34/+56
* [llvm-ar] Simplify string table get-or-insert pattern with .insert, NFCReid Kleckner2018-12-191-6/+4
* [x86] add test to show ddup hole; NFC (PR37502)Sanjay Patel2018-12-191-0/+65
* [gn build] Add build file for clang/lib/Basic and dependencies, 2nd tryNico Weber2018-12-1910-3/+350
* Revert 349677, it contained a whole bunch of stuff I did not mean to commitNico Weber2018-12-1915-424/+19
* [gn build] Add build file for clang/lib/Basic and dependenciesNico Weber2018-12-1915-19/+424
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-195-22/+193
* [NativePDB] Enable function-level-linking.test in native mode.Zachary Turner2018-12-191-1/+2
* [BDCE][DemandedBits] Detect dead uses of undead instructionsNikita Popov2018-12-194-23/+72
* [NativePDB] Fix a use after free and enable corresponding native test.Zachary Turner2018-12-192-2/+3
* Re-land "Fix MSVC dependency issue between Clang-tablegen and LLVM-tablegen"Alexandre Ganea2018-12-191-0/+6
* [X86] Remove a bunch of 'else' after returns in reduceVMULWidth. NFCCraig Topper2018-12-191-76/+75
* llvm-dwarfdump: Improve/fix pretty printing of array dimensionsDavid Blaikie2018-12-196-69/+169
* PR40096: Forwards-compatible with C++20 rule regarding aggregates not having ...David Blaikie2018-12-192-5/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-1912-20/+1
* [ThinLTO] Remove dllimport attribute from locally defined symbolsMatthew Voss2018-12-192-1/+37
* [sanitizer] Remove spurious semi-colonKostya Kortchinsky2018-12-191-1/+1
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-1910-37/+1
* [GlobalISel][AArch64] Add support for @llvm.ceilJessica Paquette2018-12-199-0/+163
* Work around GCC 9.0 regressionEric Fiselier2018-12-191-1/+2
* [llvm-mca] Rename an error variable.Matt Davis2018-12-191-2/+2
* [X86] Don't match TESTrr from (cmp (and X, Y), 0) during isel. Defer to post ...Craig Topper2018-12-194-45/+42
* [X86] Fix assert fails in pass X86AvoidSFBPassCraig Topper2018-12-192-13/+108
* [llvm-mca] Add an error handler for error from parseCodeRegionsMatt Davis2018-12-191-10/+14
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-193-3/+35
* [OPENMP]Mark the loop as started when initialized.Alexey Bataev2018-12-192-1/+13
* Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea2018-12-193-21/+0
* [CodeComplete] Properly determine qualifiers of 'this' in a lambdaIlya Biryukov2018-12-192-5/+24
* Revert r349517 "[CMake] Default options for faster executables on MSVC"Alexandre Ganea2018-12-191-6/+0
* Initial PSTL commitJF Bastien2018-12-19101-0/+18755
* [AArch64] Improve the Exynos M3 pipeline modelEvandro Menezes2018-12-192-5/+5
OpenPOWER on IntegriCloud