]> granicus.if.org Git - clang/shortlog
clang
2012-10-26 Douglas GregorMatch up anonymous structs/unions in the ASTImporter...
2012-10-26 Ted KremenekAdd comments for RemoveRedundantMsgs, rename it to...
2012-10-26 Douglas GregorEliminate some longstanding FIXMEs regarding variadic...
2012-10-26 Douglas GregorIn the ASTImporter, don't try to emit a diagnostic...
2012-10-26 Daniel JasperRemove clang-fixit from tools page as it is currently...
2012-10-26 David TweedThese tests require an actual x86 registered target...
2012-10-26 Bill WendlingFix grammar-o.
2012-10-26 Alexey SamsonovFix test suppressed in r166683 on 32-bit Linux
2012-10-26 Fariborz JahanianDeclare type of flags to be used in a __block (byref)
2012-10-26 Quentin ColombetOz optimization level sets ForceSizeOpt attribute for...
2012-10-26 Manman RenX86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss...
2012-10-25 Bill WendlingRecommit Eric's code to validate ASM string's constrain...
2012-10-25 Richard SmithFix the other occurrence of the problem fixed by r166731.
2012-10-25 Fariborz JahanianChanging name of enum for block literal flags to represent
2012-10-25 Richard SmithLLVM's hashing routines produce a size_t, and thus...
2012-10-25 Ted KremenekTrackConstraintBRVisitor and ConditionBRVisitor can...
2012-10-25 Richard SmithAdd a more direct test for r166661.
2012-10-25 Chad Rosier[ms-inline asm] Add a test case for r166723 and r166724.
2012-10-25 Chad Rosier[ms-inline asm] Add support for field lookup in the...
2012-10-25 Fariborz JahanianAdd some new types in preparation of encoding of captur...
2012-10-25 Joerg SonnenbergerDon't require exception handling for clang-tblgen.
2012-10-25 Kaelyn UhrainMove the input files for test/PCH/badpch.c under test...
2012-10-25 Douglas GregorWhen capturing 'this' in a lambda, make sure to update...
2012-10-25 Dmitri GribenkoComment to XML conversion: avoid memory allocation...
2012-10-25 Dmitri GribenkoCommentDumper: reorder members and add a comment.
2012-10-25 Fariborz JahanianProvide comment describing what buildBlockDescriptor...
2012-10-25 Joerg SonnenbergerDon't throw exceptions in clang-tblgen by switching...
2012-10-25 Micah VillmowCleanup some clang code to use new type functions inste...
2012-10-25 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-thunk.cpp: Suppress...
2012-10-25 David TweedCorrect test inovocations to use %clang_cc1 rather...
2012-10-25 David TweedModify the targets to set appropriate calling conventio...
2012-10-25 Alexey SamsonovInitialize debug info for special cases of functions...
2012-10-25 NAKAMURA Takumiunittests/ToolingTest.cpp: Suppress newFrontendActionFa...
2012-10-25 Manuel KlimekAdds the possibility to inject a callback that's called...
2012-10-25 Richard Smith-fcatch-undefined-behavior checking for appropriate...
2012-10-25 Argyrios KyrtzidisTake into account that there may be a BOM at the beginn...
2012-10-25 Douglas GregorUpdate warning-flag test
2012-10-25 Bill WendlingRevert r166647 to rethink the patch...
2012-10-25 Douglas GregorRemove the old predefines-buffer diffing code completel...
2012-10-25 Douglas GregorFix computation of predefines buffer from the preproces...
2012-10-25 Eli FriedmanWhen we're devirtualizing a method call, make sure...
2012-10-25 Douglas GregorASTUnit doesn't actually care about the predefines...
2012-10-25 Douglas GregorThe the preprocessor option validator to compute suggested
2012-10-25 Bill WendlingAdd some support for diagnosing possibly mismatched...
2012-10-25 Richard Smith'constexpr' and 'friend' are both declaration specifier...
2012-10-24 Richard SmithPR14171: Don't crash if we hit one of the paths where...
2012-10-24 Douglas GregorTeach the PCH validator to check the preprocessor optio...
2012-10-24 NAKAMURA Takumic-index-test.c: Split a format string. [-Woverlength...
2012-10-24 Chad Rosier[ms-inline asm] Test case for r166632.
2012-10-24 David BlaikieFix false positive in -Wunused-variable when a ctor...
2012-10-24 Eli FriedmanUpdate regression tests for r166617.
2012-10-24 Eli FriedmanDon't print scope qualifiers for references to a type...
2012-10-24 Eli FriedmanAdd an additional test for namespaces and -Wmissing...
2012-10-24 Douglas Gregor(De-)serialize the preprocessor options, including...
2012-10-24 Rafael EspindolaAdd a test showing that nodebug is accepted in methods...
2012-10-24 Argyrios Kyrtzidis[libclang] Add "-index-file-full" option that recursive...
2012-10-24 Douglas GregorExplicitly specify C++98 when building the C++ precompi...
2012-10-24 Chad Rosier[ms-inline asm] Add test cases for r166451.
2012-10-24 Douglas GregorTeach the preprocessor to hold onto the preprocessor...
2012-10-24 Chad Rosier[ms-inline asm] Add test cases for r166592. The test...
2012-10-24 Douglas GregorMove PreprocessorOptions into the Lex library, and...
2012-10-24 Douglas Gregor(De-)serialize header search options.
2012-10-24 Douglas GregorUpdate unit tests for HeaderSearch change
2012-10-24 Douglas GregorMove HeaderSearchOptions into the Lex library, make...
2012-10-24 Douglas GregorUndef SEMANTIC_VALUE_DIAGOPT appropriately
2012-10-24 Douglas Gregor(De-)serialize the file system options.
2012-10-24 Douglas GregorSerialize DiagnosticOptions to the AST file.
2012-10-24 Mahesha SRemoved an extra blank line.
2012-10-24 Manuel KlimekAdds the possibility to run ASTMatchFinder over arbitra...
2012-10-24 Douglas GregorAdd a simple test involving decltype on Objective-C...
2012-10-24 Douglas GregorRemove the HiddenWeakTemplateVTables CodeGen option...
2012-10-24 Evgeniy StepanovPass LLVM_ANDROID_TOOLCHAIN_DIR if set.
2012-10-24 Alexey SamsonovUpdate docs about TSan availability in CMake build
2012-10-24 Alexey SamsonovFix some wordings in AddressSanitizer docs.
2012-10-24 Ulrich WeigandA number of test cases assume that an "int" parameter...
2012-10-24 NAKAMURA TakumiRevert r166541, "clang/test: Add appropriate requiremen...
2012-10-24 Nadav RotemClang now attempts to create a TargetMachine whenever...
2012-10-24 NAKAMURA Takumiclang/test: Add appropriate requirements as REQUIRES...
2012-10-24 Nico WeberAdd a test for -Warc-abi as requested by Fariborz.
2012-10-24 Rafael EspindolaAdd padding inreg registers to cause llvm to skip ecx...
2012-10-24 Rafael EspindolaAdd inreg markers with the x86_fastcallcc calling conve...
2012-10-24 Matt Beaumont-GayAddress feedback from Eli Friedman on r166522.
2012-10-24 Nadav RotemChange EmitAssemblyHelper to create the target machine...
2012-10-23 Jordan Rose[analyzer] Handle 'SomeVar.SomeEnumConstant', which...
2012-10-23 Jordan Rose[analyzer] Replace -analyzer-no-eagerly-trim-egraph...
2012-10-23 Chad Rosier[ms-inline asm] Test case for r166526.
2012-10-23 Chad Rosier[ms-inline asm] Update the triple to test r166523.
2012-10-23 Matt Beaumont-GayDon't emit -Wunused-value warnings from macro expansions.
2012-10-23 Douglas GregorTweak include order
2012-10-23 Douglas GregorUse a .def file for most of the diagnostic options.
2012-10-23 Fariborz JahanianObjective-C: check that when a category method is being...
2012-10-23 Douglas GregorBuildbot debugging is fun
2012-10-23 Douglas GregorOne last unit-test fix
2012-10-23 Douglas GregorMore unit-test fixes
2012-10-23 Douglas GregorUpdate clang-interpreter example
2012-10-23 Douglas GregorFixup unit tests for DiagnosticOptions change
2012-10-23 Douglas GregorMake DiagnosticOptions intrusively reference-counted...
2012-10-23 Jordan RoseCMake: Fix public header search for generating Xcode...
2012-10-23 Eli FriedmanFix pretty-printing pseudo-destructor calls. Patch...
2012-10-23 Eli FriedmanDelete junk that snuck into r166498.
next