]> granicus.if.org Git - clang/shortlog
clang
2015-02-12 Richard SmithFix typoo.
2015-02-12 David MajnemerSema: Semantically check _Atomic-qualified pointers
2015-02-12 Greg BedwellFix dependency generation crash test to run clang and...
2015-02-12 Vasileios Kalintiris[mips] Partially revert r223927: Removing __SIZEOF_INT1...
2015-02-12 Filipe CabecinhasFix tests so they work when the linker is gcc
2015-02-12 Steven WuAdd InlineAsmDiagnosticHandler for bitcode input
2015-02-12 Richard SmithMore for DR1467: In C++, when initializing an element...
2015-02-12 Richard SmithImprove the "braces around scalar init" warning to...
2015-02-11 Nico WeberWrap to 80 columns. No behavior change.
2015-02-11 Reid KlecknerAdd the 'noinline' attribute to call sites within __try...
2015-02-11 Pete CooperFix REQUIRES lines on tests from r228735. Thanks Krist...
2015-02-11 Benjamin KramerCXXInheritance: Modernize removal of hidden virtual...
2015-02-11 Reid KlecknerAdd a comdat to __clang_call_terminate
2015-02-11 Adrian PrantlFix PR19351. While building up a composite type it...
2015-02-11 Alex DenisovFix amount of diagnostic classes
2015-02-11 Justin BognerInstrProf: Add a test for PR22531
2015-02-11 Richard SmithAdd a warning for direct-list-initialization of a varia...
2015-02-11 Richard SmithPR21857: weaken an incorrect assertion.
2015-02-11 Reid KlecknerEmit landing pads for SEH even if nounwind is present
2015-02-10 Bill Schmidt[PowerPC] Remove the --no-tls-optimize workaround from...
2015-02-10 Anton Yartsev[analyzer] Pass actual state to alloc/dealloc handling...
2015-02-10 Pete CooperCheck for backtraces in tests which are verifying prett...
2015-02-10 Bradley Smith[ARM] Add tests for armv6s[-]m being an alias to armv6[-]m
2015-02-10 Samuel BenzaquenAdd translationUnitDecl matcher.
2015-02-10 James MolloyFix __ldrexd arm intrinsic.
2015-02-10 Bob WilsonDo not force "-static" for aarch64 iOS kernel/kext...
2015-02-10 Richard Smith[modules] When determining whether a name from a module...
2015-02-10 Larisse VoufoA temporary fix for backward compatibility breakages...
2015-02-09 Gabor Horvath[Static Analyzer] The name of the checker that reports...
2015-02-09 Ben LangmuirBe more conservative about gethostname()'s truncating...
2015-02-09 Ben LangmuirDiagnose timeouts in the LockFileManager and delete...
2015-02-09 Ben LangmuirUpdate r228592 for when gethostname() returns an error
2015-02-09 Ben LangmuirAdd missing include from r228592
2015-02-09 Ben LangmuirAdd the hostname to the module hash to avoid sharing...
2015-02-09 David BlaikieDebugInfo: Refactor default arg handling into a common...
2015-02-09 David BlaikieDebugInfo: Suppress the location of instructions in...
2015-02-09 David BlaikieDebugInfo: Suppress the location of instructions in...
2015-02-09 Benjamin KramerUpdate cxx_status to list features implemented in Clang...
2015-02-08 David MajnemerSema: Don't give attribute alias vars with struct type...
2015-02-08 Daniel Jasperclang-format: Correctly mark preprocessor lines in...
2015-02-07 Yaron KerenReplace DeclContext::getNextContext with DeclContext...
2015-02-07 Benjamin KramerCodeGen: Move DebugLocs.
2015-02-07 Richard Smith[modules] Treat friend declarations that are lexically...
2015-02-07 Nico Weberclang-format: Format Objective-C try blocks like all...
2015-02-07 Filipe CabecinhasMake the byte-shift SSE intrinsics emit vector shuffles...
2015-02-07 Richard Smith[modules] Don't accidentally trigger deserialization...
2015-02-06 Richard SmithPR22405: don't lose implicit-deleted-ness across AST...
2015-02-06 Eric ChristopherMake this test a little less specific by removing the...
2015-02-06 Benjamin KramerASTUnit: Fix a name clash in GCC builds.
2015-02-06 Eric ChristopherInline asm IR input register constraints don't have...
2015-02-06 Benjamin KramerASTUnit: Use range-based for loops.
2015-02-06 Steven Wu-iframework option should be forwarded to linker
2015-02-06 Ben LangmuirMake FileEntry::closeFile public
2015-02-06 Tom StellardRevert "OpenCL: handle shift operator with vector operands"
2015-02-06 Benjamin KramerUpdate APIs that return a pair of iterators to return...
2015-02-06 Bill Schmidt[PowerPC] Re-disable linker optimizations for now
2015-02-06 Andrea Di BiagioAdded a test to check that exception flags are not...
2015-02-06 Sameer SahasrabuddheOpenCL: handle shift operator with vector operands
2015-02-06 Richard Smith[modules] If a module declares an entity and then impor...
2015-02-06 Tim NorthoverPreprocessor: support __BIGGEST_ALIGNMENT__ macro
2015-02-05 NAKAMURA TakumiFix \param in r228276. [-Wdocumentation]
2015-02-05 Richard Smith[modules] Refactor: unify the code that picks which...
2015-02-05 Filipe CabecinhasForce an unknown target for the default case to make...
2015-02-05 Reid KlecknerRe-land r228258 and make clang-cl's /EHs- disable ...
2015-02-05 Daniel Jasperclang-format: Fix assert triggering on carriage returns.
2015-02-05 Richard SmithPR22465: when performing list-initialization for a...
2015-02-05 Alexey Bataev[OPENMP] Initial codegen for 'single' directive.
2015-02-05 Richard SmithVarious fixes to mangling of list-initialization.
2015-02-05 Alexey Bataev[OPENMP] Codegen for 'taskyield' directive
2015-02-05 Nico WeberRevert r228258.
2015-02-05 Sean SilvaSilence a warning.
2015-02-05 Bill Schmidt[PowerPC] Revert workaround for TLS linker bug
2015-02-05 Anna Zaks[analyzer] Relax an assertion in VisitLvalArraySubscrip...
2015-02-05 Anna Zaks[analyzer] Do not crash in the KeychainAPI checker...
2015-02-05 Anna Zaks[analyzer] Look for allocation site in the parent frame...
2015-02-05 Anna Zaks[analyzer] Don't skip analyzing the functions in prepro...
2015-02-05 NAKAMURA TakumiTweak clang/test/CodeGenCXX/debug-info-line.cpp for...
2015-02-05 Reid KlecknerFix crash on finally blocks that don't fall through
2015-02-05 Reid KlecknerFix build break, these builtins don't exist
2015-02-05 Reid KlecknerDo the same IRgen for __builtin_pow* as for pow*
2015-02-04 Reid KlecknerDriver: Stop forcing frame pointer usage on Windows
2015-02-04 Richard Smith[modules] When using -E, we may try to merge decls...
2015-02-04 Reid KlecknerImplement IRGen for SEH __finally and AbnormalTermination
2015-02-04 Josh MageeCatch more cases when diagnosing integer-constant-expre...
2015-02-04 DeLesley HutchinsThread Safety Analysis: support adopting of locks,...
2015-02-04 Reid KlecknerUpdate inaccurate comment about inalloca
2015-02-04 David BlaikieDebugInfo: Attribute cleanup code to the end of the...
2015-02-04 DeLesley HutchinsThread Safety Analysis: remove minor piece of unused...
2015-02-04 Jordan Rose[analyzer] RetainCountChecker: be forgiving when ivars...
2015-02-04 Ben LangmuirPort test/Driver/mg.c to use FileCheck instead of fgrep
2015-02-04 Ben LangmuirReplace isalnum with isAlphanumeric per review
2015-02-04 Steven WuUpdate darwin-version tests
2015-02-04 Alexey SamsonovAllow to specify multiple -fsanitize-blacklist= arguments.
2015-02-04 Nico Weberclang-format: Add support for SEH __try / __except...
2015-02-04 NAKAMURA TakumiTweak clang/test/CodeGenCXX/copy-constructor-elim.cpp...
2015-02-04 Daniel JasperRewrite r228138 to be somewhat saner.
2015-02-04 Daniel SandersPreserve early clobber flag when using named registers...
2015-02-04 Renato GolinTeaches the Clang driver to accept Cortex-A72
2015-02-04 Daniel JasperLet RecursiveASTVisitor walk both syntactic and semanti...
2015-02-04 David MajnemerParse: Handle __declspec in a lambda definition
next