]> granicus.if.org Git - clang/shortlog
clang
2014-01-23 Amara Emerson[AArch64] Add -mgeneral_regs_only option.
2014-01-23 NAKAMURA Takumi[CMake] Move LIBCLANG_BUILD_STATIC above. NFC.
2014-01-23 NAKAMURA Takumi[CMake] Parameterize MODULE and SHARED in add_clang_lib...
2014-01-23 NAKAMURA Takumi[CMake] Migrate LLVMParseArguments to CMakeParseArguments.
2014-01-23 Serge PavlovFix to PR8880 (clang dies processing a for loop)
2014-01-23 Tim NorthoverMachO embedded: default to soft float without issuing...
2014-01-23 David WoodhouseAdd documentation for -m16 option on X86, fix typo
2014-01-23 Anton Yartsev[analyzer] Strip trailing whitespace characters from...
2014-01-23 Alexey BataevImprove x86 android support, add x86_64 android target
2014-01-23 Justin Bognertest/CodeGenCXX: Be less strict about return types
2014-01-23 Jordan Rose[analyzer] Tighten up sanity checks on Objective-C...
2014-01-23 Jordan Rose[analyzer] Future-proof MallocChecker CFG dumping.
2014-01-23 Richard TrieuChange an absolute value function in a test from floati...
2014-01-23 Kevin Qin[AArch64 NEON] Fix a bug about vcles_f32 and vcled_f64.
2014-01-23 Justin BognerCodeGen: Fix tracking of PGO counters for the logical...
2014-01-23 Justin BognerCodeGen: Handle PGO counters for constructors and destr...
2014-01-23 Justin Bognertest/CodeGenCXX: Give instr-profile exception tests...
2014-01-23 Justin Bognertest/CodeGen: Fix a typo
2014-01-22 Ben LangmuirRequire a module.map file to load a module
2014-01-22 Richard SmithDon't forget about a builtin if we're about to redeclar...
2014-01-22 Aaron BallmanIf an attribute has a semantically meaningful spelling...
2014-01-22 Mark SeabornHandle va_arg on struct types for the le32 target ...
2014-01-22 Richard SmithWhen a special member is explicitly defaulted outside...
2014-01-22 Hans Wennborgclang-cl: Expose the -ferror-limit= option
2014-01-22 David BlaikieDriver: Suppression support for -Wa,--compress-debug...
2014-01-22 Fariborz JahanianObjectiveC. When issuing property implementation is
2014-01-22 Weiming ZhaoPR18465: [Thumbv8] add predefined macros
2014-01-22 Daniel Jasperclang-format: Fix incorrect lambda recognition.
2014-01-22 Anton Yartsev[analyzer] The patch prevents the analyzer from crashin...
2014-01-22 NAKAMURA Takumi[CMake][MS] libclang: Invalidate LLVM_EXPORTED_SYMBOL_F...
2014-01-22 Daniel Jasperclang-format: Treat "." in protos like namespace separa...
2014-01-22 Alp TokerChange a dyn_cast from r199794 to a straight cast
2014-01-22 Alp TokerIntroduce and use Decl::getAsFunction() to simplify...
2014-01-22 Ted KremenekAdd basic checking for returning null from functions...
2014-01-22 Hans Wennborgclang-cl: make /Zp a Joined option (PR18503)
2014-01-22 Richard SmithAdd a test file missed from r199782.
2014-01-22 Richard SmithEnforce restrictions that 'main' is not allowed to...
2014-01-22 Fariborz JahanianObjectiveC driver. change to reinstate -fno-objc-legacy...
2014-01-22 Richard SmithBuild an appropriate (albeit trivial) TypeSourceInfo...
2014-01-22 Richard SmithWhen formatting a C++-only declaration name, enable...
2014-01-21 Nico RieckDelay attribute checking until auto types are deduced
2014-01-21 Alp TokerCorrect various uses of 'argument' that in fact refer...
2014-01-21 Richard SmithFix regression in r197623: only diagnose a by-copy...
2014-01-21 Chandler CarruthTeach Clang to look in its installation libdir for...
2014-01-21 David MajnemerMSVC ABI: Support C++11's auto on variables
2014-01-21 David BlaikieCorrect the function name shown in diagnostics in warn...
2014-01-21 Adrian PrantlDebug info: use the file a typedef is defined in as...
2014-01-21 Adrian Prantlrevert 199757 for buildbot breakage.
2014-01-21 Adrian PrantlDebug info: use the file a typedef is defined in as...
2014-01-21 Alp TokerFix -Wsometimes-uninitialized in r199754
2014-01-21 David WoodhouseAdd -m16 option for using x86-*-*-code16 triple
2014-01-21 Daniel Jasperclang-format: Enable formatting for .proto and .protode...
2014-01-21 Tim NorthoverMacho-embedded: fix tests after last rename
2014-01-21 Tim NorthoverMacho-embedded: rename compiler-rt support from Darwin...
2014-01-21 Daniel Jasperclang-format: text following #if is likely an expression.
2014-01-21 Nick LewyckyNeither attribute overloadable nor enable_if are suppor...
2014-01-21 Rafael EspindolaUse private linkage for utf-16 objc strings too.
2014-01-21 Rafael EspindolaNow that r199688 avoids the real issue, use private...
2014-01-21 Nick LewyckySimplify expression, made possible by r199702.
2014-01-21 Justin BognerRevert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"
2014-01-21 Alp TokerUpdate FunctionTypeLoc and related names to match r199686
2014-01-21 Bob WilsonStop linking with crt1.o etc. for the iOS simulator...
2014-01-20 Rafael EspindolaGive explicit sections for string constants used in...
2014-01-20 Alp TokerRename FunctionProtoType accessors from 'arguments...
2014-01-20 Rafael EspindolaSimplify further.
2014-01-20 Fariborz JahanianObjectiveC driver. reinstate -fno-objc-legacy-dispatch...
2014-01-20 Aaron BallmanAdding a bit of documentation that was missed with...
2014-01-20 Aaron BallmanExposed a declarative way to specify that an attribute...
2014-01-20 Aaron BallmanRemove some hard-coded specialness for thread-safety...
2014-01-20 Daniel Jasperclang-format: Properly format custom options in protoco...
2014-01-20 Aaron BallmanFormatting cleanups; no functional changes.
2014-01-20 Rafael EspindolaAdd a triple. Should fix the 64 bit bots.
2014-01-20 Rafael EspindolaMake the test more strict.
2014-01-20 Aaron BallmanFixing a typo (turned out to be harmless since the...
2014-01-20 Rafael EspindolaRemove virtual methods that were added in 2009 and...
2014-01-20 Aaron BallmanSince the diagnostics engine understands Attr objects...
2014-01-20 Aaron BallmanMaking some minor improvements to r199626.
2014-01-20 Aaron BallmanHasFunctionProto is a more strict version of FunctionLi...
2014-01-20 Daniel Jasperclang-format: Leave 2 empty lines in Google's JavaScrip...
2014-01-20 Bradley Smith[ARM] Add ACLE enum/wchar size predefines
2014-01-20 NAKAMURA Takumi[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
2014-01-20 Chandler CarruthAdd the test trees that were supposed to be part of...
2014-01-20 Chandler CarruthMake the Linux support for finding libc++ somewhat...
2014-01-20 Alp TokerPR18551: accepts invalid strong enum to bool when opera...
2014-01-20 Ted KremenekWire up basic parser/sema support for attribute 'return...
2014-01-20 Ted KremenekThese attributes are no longer "checker-specific."
2014-01-20 Alp TokerMSVC 2013 type trait support
2014-01-20 Alp TokerFix nothrow trait with multiple default constructors
2014-01-19 Richard SmithPR18544: don't assert that 'operator new' is not declar...
2014-01-19 NAKAMURA Takumi[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG...
2014-01-19 NAKAMURA Takumi[CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR...
2014-01-19 NAKAMURA Takumi[CMake] Prune LLVM_TOOLS_DIR and LLVM_LIBS_DIR in clang...
2014-01-19 Daniel Jasperclang-format: Better support and testing for protocol...
2014-01-19 NAKAMURA Takumi[CMake] check-clang requires clang-tblgen. It is not...
2014-01-19 Daniel Jasperclang-format: Fix ObjC block as first call parameter...
2014-01-19 Ted KremenekHarden InitListExpr::isStringLiteralInit() against...
2014-01-18 Alp TokerFix comment typos
2014-01-18 Alp Tokerdocs: clarify the role of compiler-builtin type trait...
2014-01-18 Alp TokerMake unreferenced f-group options anonymous
2014-01-18 Nick LewyckyTry to fix this link.
next