]> granicus.if.org Git - clang/shortlog
clang
2014-01-11 Nick LewyckyUse the appropriate SourceLocation for the template...
2014-01-11 Richard SmithPR12208: Under -fno-elide-constructors, don't forget...
2014-01-11 Warren Hunt[ms-abi] Change the way alignment is tracked
2014-01-11 Richard SmithFix "regression" caused by updating our notion of POD...
2014-01-10 Warren Hunt[ms-abi] Adjusting Rules for Padding Between Bases
2014-01-10 Rafael EspindolaUse the simpler version of llvm::sys::fs::remove when...
2014-01-10 Richard SmithDowngrade bogus ExtWarn on duplicate 'friend' specifier...
2014-01-10 Jordan Rose[analyzer] Model getters of known-@synthesized Objectiv...
2014-01-10 Fariborz JahanianObjectiveC. Remove warning on mismatched methods
2014-01-10 Jakob Stoklund... Implement -m32 and -m64 with llvm::Triple functions.
2014-01-10 Alp TokerRemove unexpected code completion handling from Consume...
2014-01-10 Kristof BeylsEnable -fuse-init-array for all AArch64 ELF targets...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-10 Alp TokerUpdate LangOpt descriptions
2014-01-10 Alp TokerTryConsume parser cleanups
2014-01-10 Daniel Jasperclang-format: Slightly adapt line break in edge case.
2014-01-10 Jakob Stoklund... Use the right dynamic linker for SPARC Linux executables.
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-10 Daniel Jasperclang-format: Understand ObjC boxed expressions.
2014-01-10 Jakob Stoklund... Locate GCC installations on SPARC systems.
2014-01-10 Richard TrieuMake the tautological out of range warning use Sema...
2014-01-10 Jakob Stoklund... Give the linker the right ELF type for SPARC targets.
2014-01-10 Jakob Stoklund... Pass -32/-64 to the assembler when building for sparc...
2014-01-10 Warren Hunt[ms-abi] Handle __declspec(align) on bitfields "properly"
2014-01-10 NAKAMURA TakumiCGRecordLayoutBuilder.cpp: Clarify if-else. [-Wdangling...
2014-01-10 Fariborz JahanianObjectiveC. 1) Warn when @dynamic (as well as synthesize)
2014-01-10 Richard SmithReapply r198845, reverted in r198849, with a fix to...
2014-01-09 Warren Hunt[ms-abi] Fixing CGRecordLayoutBuilder w.r.t. MS NonViru...
2014-01-09 Aaron BallmanUpdating documentation for the __has_attribute changes...
2014-01-09 Aaron Ballman__has_attribute now understands target-specific attribu...
2014-01-09 Aaron BallmanRemoving the notion of TargetAttributesSema and replaci...
2014-01-09 Alp TokerFix ast-dump-color.cpp test following r198883
2014-01-09 Rafael EspindolaUse getPointerSizeInBits.
2014-01-09 Ben LangmuirPreserve -fretain-comments-from-system-headers in modules
2014-01-09 Ted KremenekHave attribute 'objc_precise_lifetime' suppress -Wunused.
2014-01-09 Aaron BallmanAttempting to appease the build bots on systems with...
2014-01-09 Alp TokerRevert "Disable LeakSanitizer in TableGen binaries...
2014-01-09 Aaron BallmanRemoving a bit of custom parsing functionality used...
2014-01-09 Daniel Jasperclang-format: Add @s when breaking NSString literals.
2014-01-09 Daniel Jasperclang-format: Understand #pragma mark
2014-01-09 Daniel Jasperclang-format: Some tweaks to braces list formatting:
2014-01-09 Pekka JaaskelainenThe OpenCL specification states that images are allocated
2014-01-09 NAKAMURA Takumicheck-clang: Add dependencies to PrintFunctionNames...
2014-01-09 Kostya SerebryanyDisable LeakSanitizer in TableGen binaries, see PR18325
2014-01-09 Kostya SerebryanyFix leak in lib/CodeGen/CGException.cpp, PR18318
2014-01-09 Argyrios KyrtzidisIn areVectorOperandsLaxBitCastable() allow bitcast...
2014-01-09 Argyrios KyrtzidisRevert "PR18427: Use an appropriately-aligned buffer...
2014-01-09 Richard SmithPR18427: Use an appropriately-aligned buffer in APValue...
2014-01-09 Chandler CarruthUpdate Clang's CFGBlock interface to conform to the...
2014-01-09 David BlaikieFix the clang -Werror build after r198818
2014-01-09 Richard SmithPR18401: Fix assert by implementing the current propose...
2014-01-09 Warren Hunt[ms-abi] Fixed failing lit test.
2014-01-09 Alp TokerAdd a test for Static Analyzer checker plugins
2014-01-09 Warren Hunt[ms-abi] Refactor Microsoft Record Layout
2014-01-09 Rafael EspindolaUsed the DataLayout methods instead of the Module methods.
2014-01-09 Alp TokerImplement isCXX11FinalKeyword() in terms of isCXX11Virt...
2014-01-08 Aaron BallmanAttempting a fix the build bots should be happier with...
2014-01-08 Aaron BallmanSilencing an MSVC warning about control reaching the...
2014-01-08 Alp TokerEnsure that ENABLE_SHARED is substituted for use in...
2014-01-08 Argyrios Kyrtzidis[Serialization] In ASTReader::getInputFile record it...
2014-01-08 Jordan Rose[analyzer] Warn about double-delete in C++ at the secon...
2014-01-08 Benjamin Kramerclang-format: Don't hang forever when encountering...
2014-01-08 Daniel Jasperclang-format: Fix spacing in Cpp11 braced lists:
2014-01-08 Aaron BallmanTreating the RegParmAttr as a TypeAttr because that...
2014-01-08 Alp TokerDefine ENABLE_CLANG_EXAMPLES instead of relying on...
2014-01-08 Alp TokerProspective build fix for the Makefile system
2014-01-08 Alp TokerBuild fix following r198747
2014-01-08 Rafael EspindolaUse -std=gnu89 in tools/c-index-test/CMakeLists.txt
2014-01-08 Alp TokerAdd tests for clang plugins
2014-01-08 Jiangning LiuFor AArch64, support builtin neon vector type with...
2014-01-08 Richard SmithRP18408: If a member template is used as a template...
2014-01-08 Richard SmithPR18400: ignore cv-qualifiers on the underlying type...
2014-01-08 Quentin Colombet[Driver] Fix a typo in the setting of the arch name...
2014-01-08 Richard SmithPR18234: Mark a tag definition as invalid early if...
2014-01-07 Adrian PrantlRe-applying r198699 after reverting r198461.
2014-01-07 Adrian PrantlRevert "Debug info: Ensure that the last stop point...
2014-01-07 Adrian PrantlRevert "Debug info: Implement a cleaner version of...
2014-01-07 Jordan Rose[analyzer] Files with .c extensions are still C++ files...
2014-01-07 Jordan Rose[analyzer] Pointers escape into +[NSValue valueWithPoin...
2014-01-07 Jordan Rose[analyzer] Remove unused ARCNotOwnedSymbol retain count...
2014-01-07 Aaron BallmanUpdating the documentation about how to add attributes...
2014-01-07 Nico Weber[cmake] Write Version.inc at cmake time, not at build...
2014-01-07 Adrian PrantlDebug info: Implement a cleaner version of r198461...
2014-01-07 Nico WeberShorten the output of `clang-format --version`, include...
2014-01-07 Rafael EspindolaRemove unused include.
2014-01-07 Chandler CarruthUpdate Clang for the move of headers in r198688.
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2014-01-07 Argyrios KyrtzidisFor areVectorOperandsLaxBitCastable(), only return...
2014-01-07 Chandler CarruthFix a -Wparentheses warning from GCC that caught a...
2014-01-07 Justin BognerCodeGen: Include llvm/Config/config.h for strtoll on...
2014-01-07 Alp TokerFix 'unkown' typo in test -target from r198321
2014-01-07 Adrian Prantlupdate comment.
2014-01-07 Alp TokerBring back magic constants in the digraph diagnostic
2014-01-07 Adrian PrantlImplement a new -fstandalone-debug option. rdar://probl...
2014-01-07 Fariborz JahanianObjectiveC. Computation of offsets when doing @encode...
2014-01-07 NAKAMURA Takumiclang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
2014-01-07 Justin BognerCodeGen: Sentences end with a period
2014-01-06 Ted KremenekProperly sort CMake list. NFC.
2014-01-06 Justin BognerCodeGen: Initial instrumentation based PGO implementation
2014-01-06 Justin BognerDriver: Accept -fprofile-instr-use and -fprofile-instr...
next