]> granicus.if.org Git - clang/shortlog
clang
2014-04-17 Richard SmithImplement [over.match.oper]p3 properly, by filtering...
2014-04-17 Richard SmithPR19452: Implement more of [over.match.oper]p3's restri...
2014-04-17 Adrian PrantlFurther simplify r206430.
2014-04-17 Ben LangmuirRename lib/Headers/module.map to module.modulemap
2014-04-17 Adrian PrantlDebug info: When collecting the parameters of C++ parti...
2014-04-16 Aaron BallmanAttempting to unbreak the MSVC 2012 build a second...
2014-04-16 John ThompsonAdded dump method for global module index.
2014-04-16 Joerg SonnenbergerHandle -m32 for NetBSD/sparc64 correctly. Extend test...
2014-04-16 Reid KlecknerRevert "Move -fms-extensions predefined macros into...
2014-04-16 Aaron BallmanAttempting to unbreak the MSVC 2012 build.
2014-04-16 Reid KlecknerMove -fms-extensions predefined macros into InitPreproc...
2014-04-16 Diego NovilloFix check failure on hexagon targets.
2014-04-16 Argyrios KyrtzidisFix indentation, NFC.
2014-04-16 Argyrios Kyrtzidis[objc] -[NSObject init] is documented to not do anythin...
2014-04-16 Argyrios Kyrtzidis[objc] Consider new initializers inside @implementation...
2014-04-16 Aaron BallmanMore minor refactoring. Updated for const-correctness...
2014-04-16 Aaron BallmanMinor cleanups for deleted functions to ensure they...
2014-04-16 Fariborz JahanianObjective-C rewriter. Use _WIN64 instead of __LLP64__
2014-04-16 Diego NovilloAdd support for optimization reports.
2014-04-16 Duncan P. N... InstrProf: Calculate a better function hash
2014-04-16 James Molloy[ARM64] Plumb in the -mfpu= flag.
2014-04-16 James Molloy[ARM64] Allow the disabling of NEON and crypto instruct...
2014-04-16 James Molloy[ARM64] Fix up predefines, including adding big endian...
2014-04-16 Aaron BallmanMinor formatting cleanups -- no functional changes...
2014-04-16 Daniel Jasperclang-format: Add special case to reduce indentaiton...
2014-04-16 Aaron BallmanAdding a move constructor (due to CopyOnWriteVector...
2014-04-16 Chandler CarruthHopefully avoid a warning on some GCCs (but not all...
2014-04-16 Richard SandifordSema: Factor out argument range checks for builtin...
2014-04-16 Evgeniy StepanovRe-enable several builtins in non-gnu modes.
2014-04-16 Ted Kremenek-Wunreachable-code: refine recognition of unreachable...
2014-04-16 Justin BognerLex: Fix __has_feature(cxx_exceptions) for objective C++
2014-04-16 NAKAMURA TakumithreadSafety::SExprBuilder::BlockInfo: Non-static membe...
2014-04-16 NAKAMURA TakumiReformat.
2014-04-16 NAKAMURA TakumithreadSafety::CopyOnWriteVector: Use LLVM_DELETED_FUNCT...
2014-04-16 John ThompsonFixed problem with exclude header. The exclude header...
2014-04-15 Duncan P. N... Fix build after r206338
2014-04-15 Richard TrieuMake -Wabsolute-value C++-aware.
2014-04-15 NAKAMURA TakumiFormat.cpp: Don't use initializer list.
2014-04-15 DeLesley HutchinsThread Safety Analysis: rewrite SSA pass to use the...
2014-04-15 Chandler Carruth[Allocator] Make the ContentCache object actually carry...
2014-04-15 Justin BognerCodeGen: Emit warnings for out of date profile data...
2014-04-15 Justin BognerCodeGen: Remove a comment that isn't in the right place
2014-04-15 Richard SmithMove comment back to being next to the thing it's descr...
2014-04-15 Justin BognerAST: Respect alignment attributes on typedef'd arrays
2014-04-15 Quentin Colombet[ARM64] Update tests to reflect the change of the defau...
2014-04-15 Ben LangmuirHonour -ivfsoverlay in ASTUnit to match clang
2014-04-15 Eli BenderskyReplace push_back()s by initializer list for shorter...
2014-04-15 Eli BenderskyAdd test case for r206302
2014-04-15 Eli BenderskyAdd support for CUDA __launch_bounds__ attribute to...
2014-04-15 Duncan P. N... verify-di: Call debug info verifier from clang
2014-04-15 Alp TokerFix a comment to match the implementation
2014-04-15 Tim NorthoverARM64: track alignment padding registers on AAPCS targets
2014-04-15 Alexander KornienkoFix assertion when breaking string literals with tab...
2014-04-15 NAKAMURA TakumiMark clang/test/Index/pch-with-errors.c as XFAIL:mingw...
2014-04-15 Fraser CormackAllow address space qualifiers on OpenCL array parameters
2014-04-15 Nikola SmiljanicPR19178 __is_constructible returns true for abstract...
2014-04-15 Daniel Jasperclang-format: Understand proto text format without...
2014-04-15 Daniel Jasperx
2014-04-15 Fraser CormackTest commit: minor formatting
2014-04-15 Daniel Jasperclang-format: Basic support for C++1y.
2014-04-15 Daniel Jasperclang-format: Early cut-off for inlining nested blocks.
2014-04-15 Daniel Jasperclang-format: Cache results of formatting nested blocks.
2014-04-15 David MajnemerAST: Elaborated type specifier mangling occurs before...
2014-04-15 Aaron BallmanPartial revert of r206229, to get the build bots green...
2014-04-15 Richard TrieuFix typo from r206232
2014-04-15 Richard TrieuFix a bad interaction between -Wtautological-overlap...
2014-04-15 Justin BognerCodeGen: Handle CapturedStmt in instrumentation based...
2014-04-15 Aaron BallmanFixing a typo, updating the diagnostic wording and...
2014-04-15 Quentin Colombet[Driver][ARM64] Make sure the default CPU is passed...
2014-04-14 Reid KlecknerFix warning in ms-x86-vtordisp test case
2014-04-14 Richard SmithEnsure we evaluate VLA bounds if a variably-modified...
2014-04-14 Nick LewyckyMake sure these two files are distinct, or else the...
2014-04-14 Ben LangmuirAdd module name and module map file to -module-file...
2014-04-14 Richard SmithPR19415: Converting 'constexpr' to 'const' in a non...
2014-04-14 Richard SmithPR19411: Walk lexical parents, not semantic parents...
2014-04-14 Ben LangmuirFix find command in test/Modules/prune.m broken by...
2014-04-14 Ben LangmuirAdd clang:: qualifier back to Module
2014-04-14 Ben LangmuirAllow multiple modules with the same name to coexist...
2014-04-14 Aaron BallmanProperly diagnose Microsoft __declspec attributes which...
2014-04-14 Justin BognerOnDiskHashTable: Make the iterable version separate.
2014-04-14 Justin BognerOnDiskHashTable: clang-format and consistent naming
2014-04-14 Aaron BallmanProperly diagnose standard C++ attributes which have...
2014-04-14 Samuel BenzaquenAdd support for named values in the parser.
2014-04-14 Daniel Jasperclang-format: Fix regression caused by r206165.
2014-04-14 Daniel Jasperclang-format: Fix incorrect &&-detection in macros.
2014-04-14 Daniel Jasperclang-format: Improve array literal formatting fix...
2014-04-14 Daniel Jasperclang-format: With ColumnLimit=0, keep short array...
2014-04-14 Daniel Jasperclang-format: Don't allow hanging indentation for opera...
2014-04-14 Manuel KlimekFormat code around VCS conflict markers.
2014-04-14 Daniel Jasperclang-format: Improve formatting of annotated variables.
2014-04-13 Serge PavlovImprove error recovery around colon.
2014-04-13 Logan ChienFix diagnostics for C-style cast to function type.
2014-04-13 David MajnemerMS ABI: Bitfields FielDecls only align if they allocate
2014-04-13 Richard SmithPR19339: Disambiguate lambdas with init-captures from...
2014-04-13 David Majnemer[-fms-extensions] Add tests for __FUNCDNAME__
2014-04-13 David MajnemerMS ABI: #pragma vtordisp(0) only disables new vtordisps
2014-04-13 Richard SmithTests for DR501-525.
2014-04-12 Benjamin KramerReplace llvm::array_endof with C++11's std::end.
2014-04-12 Hal FinkelFix test/Modules/cxx-irgen.cpp for PPC64
2014-04-12 Yunzhong GaoAdd description about the __is_identifier() macro
next