]> granicus.if.org Git - clang/history - lib
Fix the rececl chain for redeclarations of predefined decls
[clang] / lib /
2014-08-18 Ben LangmuirFix the rececl chain for redeclarations of predefined...
2014-08-18 Rafael EspindolaStore std::unique_ptr in InMemoryBuffers. NFC.
2014-08-18 Rafael Espindolareturn a std::unique_ptr from getMainBufferWithPrecompi...
2014-08-18 Rafael EspindolaUse std::unique_ptr to simplify this code a bit.
2014-08-18 Rafael EspindolaInline function into only use.
2014-08-18 Rafael EspindolaSimplify ASTUnit::Parse a bit by passing a std::unique_...
2014-08-18 Pavel Chupin[x32] Handle -m64/-m32 switches by Driver in x32 mode
2014-08-18 Sylvestre LedruAdd the break in the switch case (even if there is...
2014-08-18 Sylvestre LedruUpdate the call to llvm::sys::fs::UniqueID to match...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-17 Rafael EspindolaUse the pointer-like API of ErrorOr.
2014-08-17 Rafael EspindolaUse std::unique_ptr in a few methods that take ownership.
2014-08-17 Rafael EspindolaUpdate for llvm api changes.
2014-08-17 Rafael EspindolaConvert a few ownership comments with std::unique_ptr.
2014-08-17 Olivier GoffartFix assertion on asm register that are "%"
2014-08-16 Abramo BagnaraUniformed parsing of GNU attributes at line beginnning...
2014-08-16 Ben LangmuirWhen loading a module with no local entities, still...
2014-08-15 Nico WeberMake sure that vtables referenced from delay-parsed...
2014-08-15 Nico WeberAdd a RAII class for saving and restoring instantiation...
2014-08-15 Nico WeberWrap to 80 columns, no behavior change.
2014-08-15 David BlaikieDebugInfo: While loop backedge should be attribute...
2014-08-15 David BlaikieDebugInfo: Fix PR19864 better - attribute the jump...
2014-08-15 James DennettTypo fix in comments: definintion -> definition
2014-08-15 Samuel BenzaquenAdd missing matchers to the dynamic registry.
2014-08-15 Reid KlecknerMS ABI: Virtual member pointer thunks are not unnamed_addr
2014-08-15 Matt ArsenaultR600: Add ldexp intrinsic
2014-08-15 Fariborz JahanianObjective-C. Do not warn if user is using property...
2014-08-15 Rafael EspindolaMove some code into a helper function. NFC.
2014-08-15 Samuel BenzaquenAdd isDeleted() matcher for FunctionDecl nodes.
2014-08-15 Aaron BallmanConst-correctness, return-after-else, and formatting...
2014-08-15 Aaron BallmanAdding const-qualifiers to auto declarations. NFC.
2014-08-15 Yi Kongarm_acle.h: Small cleanup
2014-08-15 Daniel Jasperclang-format: Prefer breaking after return type over...
2014-08-15 Daniel Jasperclang-format: [proto] Understand text-format nesting...
2014-08-15 Keno FischerMake sure CallExpr::getLocStart doesn't segfault
2014-08-14 Reid KlecknerLimit our MSVC compat hack for nested names from depend...
2014-08-14 Brad SmithUse a switch statement for IsIntegratedAssemblerDefault().
2014-08-14 DeLesley HutchinsThread safety analysis: add -Wthread-safety-verbose...
2014-08-14 Richard Smith[modules] Turn off a broken optimization: we need to...
2014-08-14 Reid KlecknerDon't Lex past EOF when lexing _Pragma
2014-08-14 DeLesley HutchinsThread Safety Analysis: fix to improve handling of...
2014-08-14 Joerg SonnenbergerUse the big endian emulations for NetBSD/arm in EB...
2014-08-14 Adam Nemet[AVX512] Add FMA intrinsics
2014-08-14 Artyom SkrobovUse the proper post-order traversal in LiveVariables...
2014-08-14 Justin BognerRevert "CodeGen: When bitfields fall on natural boundar...
2014-08-14 Rafael EspindolaDelete support for AuroraUX.
2014-08-14 Daniel Jasperclang-format: Fix AlwaysBreakAfterDefinitionReturnType...
2014-08-14 Daniel Jasperclang-format: Support chained dereferenced assignments.
2014-08-14 Daniel Jasperclang-format: Support breaking arguments of function...
2014-08-14 Pekka JaaskelainenFix a crash when compiling blocks in OpenCL with multiple
2014-08-14 David MajnemerParse: Don't attempt to act on #pragma init_seg when...
2014-08-14 Richard Smith[modules] Don't assert if the same imported class templ...
2014-08-14 Justin BognerCodeGen: When bitfields fall on natural boundaries...
2014-08-14 Richard Smith[modules] When we merge together multiple class templat...
2014-08-14 David MajnemerSema: Permit nullptr template args in MSVC compat mode
2014-08-13 Alexey SamsonovSimplify some CodeGenTypes::arrangeXXX functions. No...
2014-08-13 Fariborz JahanianObjective-C. Handle case of multiple class methods
2014-08-13 Yi KongARM: Add mappings for ACLE prefetch intrinsics
2014-08-13 Fariborz JahanianObjective-C. Minor refactoring of my last patch.
2014-08-13 Richard Smith[modules] Fix a rejects-valid resulting from emitting...
2014-08-13 Fariborz JahanianObjective-C. This patch is to resolve the method used...
2014-08-13 Alexey SamsonovSimplify a few loops over CallArgList/FunctionArgList...
2014-08-13 Yi KongAArch64: Prefetch intrinsic
2014-08-13 Yi KongARM: Prefetch intrinsics
2014-08-13 Rafael EspindolaRevert what looks like an unintended change in r215557.
2014-08-13 Rafael EspindolaSmall cleanup: Don't duplicate default behavior.
2014-08-13 Rafael EspindolaUse std::unique_ptr to simplify memory management a...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-13 Manuel KlimekWork around missing handling of temporaries bound to...
2014-08-13 Simon Atanasyan[Driver] Support -muclibc / -mglibc command line option...
2014-08-13 Joerg SonnenbergerFor NetBSD, use the same settings for PPC64 as for...
2014-08-13 Manuel KlimekFix crasher bug in clang-format.
2014-08-13 Manuel KlimekDefault getFile() to use the last accessed name in...
2014-08-13 Oliver StannardEmit diagnostic for -munaligned-access on v6m targets
2014-08-13 Daniel Jasperclang-format: Format long lists in columns if without...
2014-08-13 Daniel Jasperclang-format: Understand #defines defining system includes.
2014-08-13 Richard SmithPR20634: add some more cases that can legitimately...
2014-08-13 Richard Smith[modules] When performing a lookup into a namespace...
2014-08-13 Adam Nemet[AVX512] Add intrinsics for FP scalar broadcasts
2014-08-13 Alexey Samsonov[UBSan] Add returns-nonnull sanitizer.
2014-08-12 Fariborz JahanianObjective-C [qoi]. Patch to not do Fix-It for fixing
2014-08-12 Samuel BenzaquenSupport named values in the autocomplete feature.
2014-08-12 Richard TrieuImprove -Wuninitialized to catch const classes being...
2014-08-12 David MajnemerMS ABI: Mangle this qualifiers on function types
2014-08-12 Jordan Rose[analyzer] Check for negative values used as the size...
2014-08-12 Ben LangmuirVerify all the module map files for a pcm are the same...
2014-08-12 Jordan RoseAllow @synchronized to contextually convert a C++ objec...
2014-08-12 Fariborz JahanianObjective-C. Fixes an assert where because of captured
2014-08-12 Rafael EspindolaUse StringRef instead of MemoryBuffer&.
2014-08-12 Daniel Jasperclang-format: Avoid bad line break.
2014-08-12 Manuel KlimekCorrectly implement -include search logic.
2014-08-12 Frederic RissDebuginfo: Correctly tag variadic ObjC methods with...
2014-08-12 Richard SmithReject virt-specifiers on friend declarations. Give...
2014-08-11 Richard SmithReject varargs '...' in function prototype if there...
2014-08-11 Richard SmithModify behavior of -ast-dump-lookups: if -ast-dump...
2014-08-11 David BlaikieChange MemoryBuffer* to MemoryBuffer& parameter to...
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-08-11 David Blaikieunique_ptr-ify the MemoryBuffer parameter of GlobalModu...
2014-08-11 Richard SmithAdd some FIXMEs.
2014-08-11 David MajnemerSema: Properly perform lookup when acting on fields...
next