]> granicus.if.org Git - clang/shortlog
clang
2014-04-17 Nico Weberclang-format.py: Don't omit the first two words from...
2014-04-17 Matt ArsenaultBug 18567: Fix constantexpr pointer casts with address...
2014-04-17 John ThompsonRevised per Dmitri's comments. My first exposure to...
2014-04-17 Alexander KornienkoFix alignment of trailing block comments.
2014-04-17 Aaron BallmanSince the object is new'ed in the enterCFG function...
2014-04-17 Keith WalkerFix Profile:cxx-lambda.cpp test for targets that do...
2014-04-17 James Molloy[ARM64] Fix __clear_cache - ensure it is predefined.
2014-04-17 James Molloy[ARM64] Add ARM64 RUN lines to a bunch of tests that...
2014-04-17 James Molloy[ARM64] Teach Targets.cpp about Cortex-A53 and Cortex...
2014-04-17 James Molloy[ARM64] Plumb in big-endian - add arm64_be to the many...
2014-04-17 James Molloy[ARM64] Default to the 'generic' CPU, unless -arch...
2014-04-17 Aaron BallmanPreventing future MSVC 2012 surprises with SimpleArray...
2014-04-17 Daniel Jasperclang-format: Respect BinPackParameters in Cpp11BracedL...
2014-04-17 Timur IskhodzhanovFix PR19408 - Missing static this adjustment in a vtord...
2014-04-17 Tim NorthoverARM64: remove holes from *all* HFAs on the stack.
2014-04-17 NAKAMURA TakumiSemaTemplate.cpp: Rework r206451. Removing an argument...
2014-04-17 NAKAMURA TakumiSemaTemplate.cpp: Appease msvc to get rid of default...
2014-04-17 Richard SmithPR19340: If we see a declaration of a member of an...
2014-04-17 Ben LangmuirWhen writing YAML in libclang, use yaml::escape instead...
2014-04-17 Richard SmithRefactor all the checking for missing 'template<>'s...
2014-04-17 Richard SmithDon't emit an ExtWarn on declarations of variable templ...
2014-04-17 Argyrios Kyrtzidis[Parser] Remove "add -fmodules" from the "use of '...
2014-04-17 Yunzhong GaoAdding type info for f16c floating-point type. This...
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
next