]> granicus.if.org Git - clang/shortlog
clang
2014-01-02 Roman DivackyRemove a tab that snuck in.
2014-01-02 Roman DivackyIn the FreeBSD assembler driver, inform the sparc assem...
2014-01-02 Alexander KornienkoAdded an option to avoid splitting certain kinds of...
2014-01-02 Alp TokerVerify that clang TargetInfo descriptions match DataLay...
2014-01-02 Rafael EspindolaRemove the now unused 's' specifications.
2014-01-02 Rafael EspindolaPass the aapcs and apcs features down to llvm.
2014-01-02 Joey Gouly[OpenCL] The kernel attribute can only be used on funct...
2014-01-01 NAKAMURA TakumiUpdate the copyright credits -- Happy new year 2014!
2014-01-01 Alp TokerRemove an unused diag left over from r198046
2014-01-01 Alp TokerEliminate UnaryTypeTraitExpr
2014-01-01 Alp TokerExpectAndConsume: Diagnose errors automatically
2013-12-31 Joey Gouly[OpenCL] Produce an error, instead of a warning, for...
2013-12-31 Serge PavlovRecover from errors in enum definition
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-30 Alp TokerSwitch over more of the parser to err_expected
2013-12-30 DeLesley HutchinsUpdate DataRecursiveASTVisitor so that it visits attrib...
2013-12-30 Nick LewyckyFix two typos in comments. No functionality change.
2013-12-30 Reid KlecknerRemove linkage macro from the CXLanguageKind enum
2013-12-30 DeLesley HutchinsUpdate RecursiveASTVisitor so that it visits attributes...
2013-12-30 Alexander KornienkoChanged the test to avoid EXPECT_EQ(false, ...), which...
2013-12-30 NAKAMURA Takumi[CMake][VS][XCode] Restruct the output directory layout...
2013-12-30 Nico WeberPort r198088 (set NO_DEAD_STRIP for clang) from make...
2013-12-30 Jiangning LiuFor AArch64 Neon, simplify scalar dup by lane0 for fp.
2013-12-30 Alp TokerFix and reword some typos
2013-12-30 Alp TokerCleanup: Switch the preprocessor to err_pp_expected_after
2013-12-30 Nico WeberDon't use PrintFunctionNames.exports on Windows.
2013-12-29 Nico WeberFix typo in comment.
2013-12-29 Nico Weber[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionN...
2013-12-29 Nico WeberUse LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.
2013-12-29 Aaron BallmanFixing a compile error that recently started happening...
2013-12-28 Alp TokerBriefly document diag-build.sh
2013-12-28 Alp TokerRename isBuiltinCall() to getBuiltinCallee()
2013-12-28 Alp TokerTidy up CGCXXABI creation
2013-12-28 Bob WilsonPropagate "-arch x86_64h" setting to the linker. <rdar...
2013-12-28 Chandler CarruthSilence a dubious GCC warning about a set but unused...
2013-12-27 Nico WeberSet NO_DEAD_STRIP for clang after llvm r198087.
2013-12-27 Reid KlecknerMove MS header search test inputs to Inputs/
2013-12-27 Reid KlecknerReduce indentation of some VFTableBuilder code.
2013-12-27 Will WilsonSilence compile warning by removing unused SourceMgr...
2013-12-27 Will WilsonImplement MSVC header search algorithm in MicrosoftMode.
2013-12-27 Reid KlecknerFix incorrect copy-pasted method decl that MSVC allowed.
2013-12-27 Reid Kleckner[ms-cxxabi] Emit fewer trivial return adjusting thunks
2013-12-27 Aaron BallmanIn an effort to reduce the likelihood of text getting...
2013-12-27 Aaron BallmanRemoved a string literal for a diagnostic, and updated...
2013-12-27 Kostya SerebryanyBury leaked pointers in a global array to silence a...
2013-12-27 Daniel Jasperclang-format: Break default arguments less eagerly.
2013-12-26 Nico WeberWarn on mismatched parentheses in memcmp and friends.
2013-12-26 Warren Hunt[ms-abi] unix-line endings in lit test, no functional...
2013-12-26 Warren Hunt[ms-abi] Fixes improperly sized vfptrs with pragma...
2013-12-26 Aaron BallmanTeach the diagnostics engine about the Attr type to...
2013-12-26 Aaron BallmanRemoved a string literal for an attribute name, which...
2013-12-26 Aaron BallmanThis diagnostic did not accept arguments, and did not...
2013-12-26 Aaron Ballmans/getter_setter/accessor No functional changes intended.
2013-12-26 Aaron BallmanSimplifying some diagnostics so that they don't need...
2013-12-26 Aaron BallmanGetting rid of a string literal in favor of the general...
2013-12-26 Aaron BallmanParameterizing some MS property-related diagnostics...
2013-12-26 Aaron BallmanNo need for the manual quotes and extra getName() call...
2013-12-26 Aaron BallmanRemoving some unneeded code, and a diagnostic that...
2013-12-25 Alp TokerDon't reserve __builtin_types_compatible_p as a C+...
2013-12-25 Jiangning LiuAdd some missing test cases for ACLE intrinsics of...
2013-12-24 Nico WeberAdd a FIXME to a failing test.
2013-12-24 Daniel Jasperclang-format: (WebKit) Disallow 1-line constructors...
2013-12-24 Alp TokerSupport and use token kinds as diagnostic arguments
2013-12-23 Alp TokerDocument the Message parameter of getCustomDiagID()
2013-12-23 Adrian Prantlremove dead code.
2013-12-23 Alp TokerFix another misuse of getCustomDiagID()
2013-12-23 NAKAMURA Takumiclang/Analysis/FlowSensitive/DataflowSolver.h: <functio...
2013-12-23 Aaron BallmanConsolidating some mode attribute diagnostics. No funct...
2013-12-23 Daniel Jasperclang-format: Fix invalid write discovered by ASAN.
2013-12-23 Alp TokerAdd a missing pipe in the test from r197896
2013-12-23 Alp TokerTextDiagnosticBuffer: Fix copy-paste mistake in r197856
2013-12-23 Daniel Jasperclang-format: Fix various problems in formatting ObjC...
2013-12-23 Hao Liu[AArch64]The compare to zero intrinsics should be imple...
2013-12-22 Alp TokerMake some f_Group definitions anonymous and test an...
2013-12-21 Aaron BallmanRemoving the alloc_size attribute. The attribute was...
2013-12-21 Aaron BallmanThe const and nothrow attributes can be handled by...
2013-12-21 Alp TokerFix getCustomDiagID() usage in CodeGen and TextDiagnost...
2013-12-21 Alp TokerFix getCustomDiagID() usage in example code
2013-12-21 Richard TrieuAdd -Winfinite-recursion to Clang
2013-12-21 NAKAMURA Takumi[CMake] clang/lib/Headers: Install just-generated ...
2013-12-21 Alp TokerAssert that tag decls are never marked (in)valid after...
2013-12-21 Richard TrieuUse this one little trick to prevent optimizers from...
2013-12-21 Nico WeberDon't mark record decls invalid when one of its methods...
2013-12-20 Reid KlecknerEliminate the ItaniumVTableContext object from CodeGenV...
2013-12-20 David BlaikieDebugInfo: Do not include implicit members (implicit...
2013-12-20 Alp TokerRemove obsolete preamble FIXME
2013-12-20 Rafael EspindolaOverride the datalayout in a module with -triple.
2013-12-20 Reid KlecknerCompare canonical return types when generating MS C...
2013-12-20 Alp TokerMove the TargetMachine instance into EmitAssemblyHelper
2013-12-20 Hans Wennborgclang-cl: Support /P and /E (preprocess to file or...
2013-12-20 Adrian PrantlRemove an outdated statement about debugging optimized...
2013-12-20 Adrian PrantlDocument the -fno-limit-debug-info switch in the man...
2013-12-20 Daniel JasperEnable layering check in unavailable modules.
2013-12-20 Daniel Jasperclang-format: Better support for multi-line wide string...
2013-12-20 Argyrios Kyrtzidis[analyzer] Use DataRecursiveASTVisitor for the Analysis...
2013-12-20 Argyrios KyrtzidisMove tools/libclang/RecursiveASTVisitor.h -> include...
2013-12-20 Argyrios Kyrtzidis[libclang/python] Add CompilationDatabase.getAllCompile...
2013-12-20 Jordan RoseSerialize source range info for TypeTraitExpr.
2013-12-20 Dmitri GribenkoCorrectly compute the size in bytes of PreambleFileHash.MD5
2013-12-20 Dmitri GribenkoAdd a test I forgot to svn add in r197755
next