OSDN Git Service

[ORC] Remove commented out methods accidentally left in in 069919c9ba3.
[android-x86/external-llvm-project.git] / clang /
2020-10-20 Richard SmithEnsure that checkInitIsICE is called exactly once for...
2020-10-20 Volodymyr SapsaiRevert "Reland "[Modules] Add stats to measure performa...
2020-10-20 Douglas YungAdd option to use older clang ABI behavior when passing...
2020-10-20 Duncan P. N. Exon... clang/Lex: Stop using SourceManager::getBuffer
2020-10-19 Volodymyr Sapsai[hmaptool] Fix `NameError: global name 'num_buckets...
2020-10-19 Duncan P. N. Exon... Lexer: Update the Lexer to use MemoryBufferRef, NFC
2020-10-19 Volodymyr SapsaiReland "[Modules] Add stats to measure performance...
2020-10-19 Yaxun (Sam) LiuRecommit "[CUDA][HIP] Defer overloading resolution...
2020-10-19 Yaxun (Sam) Liu[NFC] Refactor DiagnosticBuilder and PartialDiagnostic
2020-10-19 Martin Storsjö[clang] Automatically link against oldnames just as...
2020-10-19 Duncan P. N. Exon... clang/{Format,Rewrite}: Stop using SourceManager::getBu...
2020-10-19 Joseph Huber[OpenMP] Fixing OpenMP/driver.c failing on 32-bit hosts
2020-10-19 Mikhail Maltsev[clang] Use SourceLocation as key in std::map, NFCI
2020-10-19 Tony[AMDGPU] Extend hip-toolchin-features.hip test
2020-10-19 David Carlier[clang] update of the DragonFlyBSD's driver for the...
2020-10-19 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-10-19 Hans WennborgRevert "[PM/CC1] Add -f[no-]split-cold-code CC1 option...
2020-10-19 Haojian Wu[clang-rename] Fix rename on variable templates.
2020-10-19 Haojian Wu[clang-rename] Fix rename on function template speciali...
2020-10-18 Richard SmithPR47893: Synthesis of a comparison operator from an...
2020-10-18 Richard SmithPR47870: Properly mangle placeholders for deduced class...
2020-10-18 Alex Richardson[clang-format] Add a SpaceAroundPointerQualifiers style...
2020-10-18 Mark de Wever[NFC] Make non-modifying members const.
2020-10-18 Hubert Tong[PowerPC][AIX] Make `__vector [un]signed long` an error
2020-10-18 Mark de Wever[NFC] Fixes a documentation typo.
2020-10-18 Mark de Wever[Sema, CodeGen] Implement [[likely]] and [[unlikely...
2020-10-17 Sylvestre LedruRevert "[clang-format] Fix AlignConsecutive on PP blocks"
2020-10-17 Dave LeeRevert "Register TargetCXXABI.def as a textual header"
2020-10-16 Richard SmithMake the check for whether we should memset(0) an aggregate
2020-10-16 Albion Fung[PowerPC] Implementation of 128-bit Binary Vector Rotat...
2020-10-16 Richard SmithPR44406: Follow behavior of array bound constant foldin...
2020-10-16 Ben Hamilton[Format/ObjC] Correctly handle base class with lightwei...
2020-10-16 Richard SmithTreat constant contexts as being in the default roundin...
2020-10-16 Richard SmithExtend memset-to-zero optimization to C++11 aggregate...
2020-10-16 Richard Smith[docs] Fix some out-of-date / inaccurate text and missi...
2020-10-16 Scott Linder[AMDGPU][HIP] Switch default DWARF version to 5
2020-10-16 Matt ArsenaultReapply "OpaquePtr: Add type to sret attribute"
2020-10-16 Duncan P. N. Exon... clang-format: Assert in-memory file created in createIn...
2020-10-16 Caroline Concatto[SVE][CodeGen]Use getFixedSize() function for TypeSize...
2020-10-16 Florian HahnRecommit "[DSE] Switch to MemorySSA-backed DSE by default."
2020-10-16 Konstantin SchwarzFix hidden-redecls.m test for some environments
2020-10-16 Mikael HolmenRemove dead variable to silence compiler warning [NFC]
2020-10-16 Kito Cheng[RISCV] Add -mtune support
2020-10-15 Richard SmithSwitch the default of VerifyIntegerConstantExpression...
2020-10-15 Vedant Kumar[PM/CC1] Add -f[no-]split-cold-code CC1 option to toggl...
2020-10-15 Fangrui Song[CGBuiltin] Respect asm labels and redefine_extname...
2020-10-15 Reid Kleckner[MS] Apply `inreg` to AArch64 sret parms on instance...
2020-10-15 Yaxun (Sam) LiuRevert "[HIP] Change default --gpu-max-threads-per...
2020-10-15 Leonard ChanRevert "[clang] Add -fc++-abi= flag for specifying...
2020-10-15 Thomas Lively[WebAssembly] Prototype i8x16.popcnt
2020-10-15 Yitzhak Mandelbaum[libTooling] Change `after` range-selector to operate...
2020-10-15 Richard SmithPR47864: Fix assertion in pointer-to-member emission...
2020-10-15 Stanislav Mekhanoshin[AMDGPU] gfx1032 target
2020-10-15 Thomas LivelyReland "[WebAssembly] v128.load{8,16,32,64}_lane instru...
2020-10-15 Erik Pilkington[SemaObjC] Fix composite pointer type calculation for...
2020-10-15 Konstantin ZhuravlyovMake sure both cc1 and cc1as process -m[no-]code-object-v3
2020-10-15 Thomas LivelyRevert "[WebAssembly] v128.load{8,16,32,64}_lane instru...
2020-10-15 Thomas Lively[WebAssembly] v128.load{8,16,32,64}_lane instructions
2020-10-15 Caroline Concatto[SVE]Fix implicit TypeSize casts in EmitCheckValue
2020-10-15 Simon Pilgrim[CodeGen][X86] Emit fshl/fshr ir intrinsics for shiftle...
2020-10-15 Tyker[NFC] Correct name of profile function to Profile in...
2020-10-15 Richard SmithPerform lvalue conversions on the left of a pseudo...
2020-10-15 Duncan P. N. Exon... clang-{tools,unittests}: Stop using SourceManager:...
2020-10-15 Duncan P. N. Exon... clang/StaticAnalyzer: Stop using SourceManager::getBuffer
2020-10-15 Duncan P. N. Exon... clang/CodeGen: Stop using SourceManager::getBuffer...
2020-10-15 Duncan P. N. Exon... clang/Frontend: Mostly stop using SourceManager::getBuf...
2020-10-15 Duncan P. N. Exon... clang/Basic: Stop using SourceManager::getBuffer, NFC
2020-10-15 Richard SmithPR47805: Use a single object for a function parameter...
2020-10-15 Dave LeeRevert "[ASTImporter] Fix crash caused by unset Attribu...
2020-10-14 Reid Kleckner[ADT] Use alignas + sizeof for inline storage, NFC
2020-10-14 Leonard Chan[clang][NFC] Change diagnostic to start with lowercase...
2020-10-14 Ben Hamilton[Format/ObjC] Add NS_SWIFT_NAME() and CF_SWIFT_NAME...
2020-10-14 Adrian PrantlRegister TargetCXXABI.def as a textual header
2020-10-14 Benjamin KramerMake header self-contained. NFC.
2020-10-14 Duncan P. N. Exon... clang/Basic: Replace ContentCache::getBuffer with Optio...
2020-10-14 Leonard Chan[clang] Add -fc++-abi= flag for specifying which C...
2020-10-14 Christopher Di Bella[Driver]: fix compiler-rt path when printing libgcc...
2020-10-14 Konstantin ZhuravlyovAMDGPU: Update AMDHSA code object version handling
2020-10-14 Simon Pilgrim[CodeGen] Move x86 specific ms intrinsic tests into...
2020-10-14 jasonliu[AIX] Turn -fdata-sections on by default in Clang
2020-10-14 Michael LiaoFix `-Wparentheses` warnings. NFC.
2020-10-14 Haojian WuFix a broken build for gcc <= 7.1
2020-10-14 Gabor Marton[ASTImporter] Fix crash caused by unset AttributeSpelli...
2020-10-14 Gabor Marton[ASTImporter] Fix crash caused by unimported type of...
2020-10-14 Eduardo Caldas[SyntaxTree][NFC] Nit on `replaceChildRangeLowLevel`
2020-10-14 Eduardo Caldas[SyntaxTree] Bug fix in `MutationsImpl::addAfter`.
2020-10-14 Eduardo Caldas[SyntaxTree] Improve safety of `replaceChildRangeLowLevel`
2020-10-14 Haojian Wu[clang-rename] Simplify the code of handling class...
2020-10-14 Jonas PaulssonRevert "[clang] Improve handling of physical registers...
2020-10-14 Liu, Chen3[X86][NFC] Fix RUN line bug in the testcase
2020-10-14 Petr Hosek[CMake][Fuchsia] Start building arm64 Darwin runtimes
2020-10-14 Richard SmithRevert "PR47805: Use a single object for a function...
2020-10-14 Richard SmithPR47805: Use a single object for a function parameter...
2020-10-14 Erik Pilkington[SemaObjC] Fix a crash on an invalid ternary with ARC...
2020-10-13 Richard SmithRevert "PR47805: Use a single object for a function...
2020-10-13 Richard SmithPR47805: Use a single object for a function parameter...
2020-10-13 Duncan P. N. Exon... Basic: Simplify SourceManager::getBuffer overload, NFC
2020-10-13 Xiangling Liao[AIX] Support two itanium alignment LIT testcases for...
2020-10-13 Reid KlecknerRevert "DirectoryWatcher: add an implementation for...
2020-10-13 Artem DergachevRevert "[analyzer] NFC: Separate PathDiagnosticConsumer...
next