summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-195-7/+40
* Initialize all fields in ABIArgInfo.Serge Guelton2019-09-191-6/+4
* [analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti...Kristof Umann2019-09-183-8/+40
* fix build, adjust test also for Windows path separatorLubos Lunak2019-09-182-2/+2
* On PowerPC, Secure-PLT by default for FreeBSD 13 and higherDimitry Andric2019-09-181-1/+2
* [OPENMP]Fix for PR43349: Crash for privatized loop bound.Alexey Bataev2019-09-182-2/+20
* actually also compile output in tests for -frewrite-includesLubos Lunak2019-09-1811-61/+74
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-182-1/+11
* make -frewrite-includes also rewrite conditions in #if/#elifLubos Lunak2019-09-184-129/+207
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-184-0/+67
* [clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...Paul Hoad2019-09-184-17/+99
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-1814-192/+446
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-189-125/+172
* Recommit -r372180Erich Keane2019-09-181-30/+179
* Revert r372082 "[Clang] Pragma vectorize_width() implies vectorize(enable)"Hans Wennborg2019-09-183-38/+9
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-184-9/+19
* [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim2019-09-182-7/+3
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-182-2/+4
* [X86] Prevent assertion when calling a function that returns double with -mno...Craig Topper2019-09-181-0/+20
* [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328.Volodymyr Sapsai2019-09-183-0/+3
* [ARM] Update clang for removal of vfp2d16 and vfp2d16spEli Friedman2019-09-174-27/+26
* Revert "Create UsersManual section entitled 'Controlling Floating Point"Erich Keane2019-09-171-159/+30
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-176-32/+156
* Create UsersManual section entitled 'Controlling Floating PointErich Keane2019-09-171-30/+159
* Ignore exception specifier mismatch when merging redeclarationsReid Kleckner2019-09-172-2/+34
* [clang-scan-deps] Add verbose modeJan Korous2019-09-171-2/+9
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-173-20/+20
* [OPENMP] Rework the test, NFC.Alexey Bataev2019-09-171-3/+1
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-1710-1/+334
* [OPENMP]Try to rework the test to pacify the buildbots, NFC.Alexey Bataev2019-09-171-8/+7
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-172-13/+25
* Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane2019-09-174-0/+16
* [OpenCL] Tidy up some comments; NFCSven van Haastregt2019-09-171-10/+4
* Hide implementation details in namespaces.Benjamin Kramer2019-09-171-0/+2
* [NFC] Updated testDavid Bolvansky2019-09-171-7/+7
* [Clang] Pragma vectorize_width() implies vectorize(enable)Sjoerd Meijer2019-09-173-9/+38
* [RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlowKito Cheng2019-09-172-0/+16
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-172-2/+28
* Fix reliance on -flax-vector-conversions in AVX intrinsics headers andRichard Smith2019-09-174-16/+16
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-178-15/+15
* Remove reliance on lax vector conversions from altivec.h in VSX mode.Richard Smith2019-09-175-23/+43
* Push lambda scope earlier when transforming lambda expressionNicholas Allegra2019-09-172-4/+19
* [OPENMP] Fix the test, NFCAlexey Bataev2019-09-171-3/+5
* [OPENMP]Fix the test, NFC.Alexey Bataev2019-09-161-2/+3
* [Modules][Objective-C] Use complete decl from module when diagnosing missing ...Bruno Cardoso Lopes2019-09-166-1/+28
* do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)Lubos Lunak2019-09-162-2/+6
* [Clang][Codegen] Disable arm_acle.c test.Roman Lebedev2019-09-161-0/+2
* [Clang][Codegen] Relax available-externally-suppress.c testRoman Lebedev2019-09-161-2/+0
* [OPENMP]Fix parsing/sema for function templates with declare simd.Alexey Bataev2019-09-162-1/+10
* Move some definitions from Sema to Basic to fix shared libs buildErich Keane2019-09-163-88/+91