0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[C++11] Use 'nullptr'. Unittests edition. More... over 10 years ago
[C++11] Use 'nullptr'. Tools edition. More... over 10 years ago
Split out inline asm parsing into ParseStmtAsm.cpp More... over 10 years ago
Don't include llvm/MC/MCParser throughout all of Sema More... over 10 years ago
MS ABI: Simplify microsoft mangling of template instantiations More... over 10 years ago
DeclObjC: Fix comments about bad API More... over 10 years ago
Avoid dubious IdentifierInfo::getNameStart() uses More... over 10 years ago
StringRefize TargetInfo::getABI() More... over 10 years ago
Driver: add -m{,no-}long-calls support More... over 10 years ago
Unbreak release builds. More... over 10 years ago
[PPC64LE] Implement little-endian semantics for vec_unpack[hl] More... over 10 years ago
[PPC64LE] Update test for vec_sum2s interface More... over 10 years ago
Fix crash declaring global allocation function with zero parameters. Fixes PR19968! More... over 10 years ago
Fix my poor grammar from r210372 More... over 10 years ago
[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and PPC64LE More... over 10 years ago
Delay lookup of simple default template arguments under -fms-compatibility More... over 10 years ago
[MS-ABI] Implement dynamic_cast This patch implements call lower from dynamic_cast to __RTDynamicCast and __RTCastToVoid. Test cases are included. A feature of note is that helper function getPolymorphicOffset is placed in such a way that it can be used by EmitTypeid (to be implemented in a later patch) without being moved. Details are included as comments directly in the code. More... over 10 years ago
Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warnings to detect underfined behavior involving pointers. More... over 10 years ago
Fix DOS-style newlines. More... over 10 years ago
MS ABI: Update the thunk linkage computation More... over 10 years ago
test/SemaCXX/undefined-internal.cpp: Remove target triple. More... over 10 years ago
Defer codegen of inline method definitions to the end of current top level declaration More... over 10 years ago
Retain an expression pack expansion when the parameter pack expansion code asks us to. More... over 10 years ago
PR14841: If partial substitution of explicitly-specified template arguments results in a template having too many arguments, but all the trailing arguments are packs, that's OK if we have a partial pack substitution: the trailing pack expansions may end up empty. More... over 10 years ago
[PPC64LE] Implement little-endian semantics for vec_pack family More... over 10 years ago
Fix RecursiveASTVisitor to visit types in ObjCPropertyDecl More... over 10 years ago
Replacing r210333 with an improved solution; we should never reach this code with any other loop hint options. More... over 10 years ago
[PPC64LE] Implement little-endian semantics for vec_mul[eo] More... over 10 years ago
clang-format: Fix incorrect indentation. More... over 10 years ago
Quieting a false-positive which was causing the sanitizer bots to go red. More... over 10 years ago