]> granicus.if.org Git - clang/shortlog
clang
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
2015-02-04 David MajnemerSema: Add support for __declspec(restrict)
2015-02-04 Anna ZaksRegister parameters have local storage.
2015-02-04 Sameer SahasrabuddheOpenCL: handle ternary operator when the condition...
2015-02-04 Alexey Bataev[MSVC2012] Allow 'mutable' references
2015-02-04 Rafael EspindolaMake this test stricter. NFC.
2015-02-04 David MajnemerFix ARM buildbot
2015-02-04 Larisse VoufoFix typo in test case.
2015-02-04 Larisse VoufoFix typo in test case.
2015-02-04 Larisse VoufoGeneralize r228066 to give all implicit global allocati...
2015-02-04 Richard SmithAdd missing file from r228104.
2015-02-04 Richard Smith[modules] If we already have a fake definition for...
2015-02-04 NAKAMURA Takumiclang/test/CodeGenCXX/cxx14-implicit-sized-delete.cpp...
2015-02-04 NAKAMURA Takumiclang/test/CodeGenCXX/cxx14-implicit-sized-delete.cpp...
2015-02-04 NAKAMURA TakumiAdd LF to EOF.
2015-02-04 Akira Hatanaka[inlineasm] Fix an incorrect warning about register...
2015-02-04 David MajnemerUnbreak the MIPS buildbot
2015-02-04 David MajnemerHeaders: Don't use attribute keywords which aren't...
2015-02-03 Justin BognerInstrProf: Update for LLVM API change
2015-02-03 Larisse VoufoPR22419: Give implicit sized deallocation functions...
2015-02-03 David MajnemerUnbreak hexagon bot
2015-02-03 Nico WeberWrap to 80 columns. No behavior change.
2015-02-03 David MajnemerCodeGen: Copy-ctorm must obey the destination's alignme...
2015-02-03 Reid KlecknerSEH: Track users of __try so we can pick a per-func...
2015-02-03 David BlaikieDebugInfo: Ensure calls to functions with default argum...
2015-02-03 Weiming ZhaoDiagnose CXX 'this' pointer reference in funcs with...
2015-02-03 DeLesley HutchinsThread Safety Analysis: add support for before/after...
2015-02-03 Reid KlecknerFix Driver/mg.c test when fgrep is a shell Cygwin shell...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Duncan P. N... CodeGen: Update for LLVM API change in r228030
2015-02-03 Adrian PrantlAddress review feedback for r228003.
2015-02-03 Reid KlecknerRevert "Thread Safety Analysis: add support for before...
next