]> granicus.if.org Git - clang/shortlog
clang
2011-06-14 Bruno Cardoso... Update the prefetch intrinsic usage. Now the last argum...
2011-06-14 Chris Lattnerfix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn...
2011-06-14 Peter CollingbourneMove GlobalDecl to AST
2011-06-14 Jordy Rose[analyzer] CStringChecker checks functions in the C...
2011-06-14 Eli FriedmanThe LLVM IR representation of byval arguments has a...
2011-06-14 Jordy Rose[analyzer] Change large if body to early return. No...
2011-06-14 Jordy Rose[analyzer] Fix modeling of strnlen to be more conservat...
2011-06-13 Eli FriedmanMake __gnu_inline__ functions in gnu99 mode work the...
2011-06-13 Devang PatelPut local variables in appropriate debug info scope.
2011-06-13 Devang PatelRemote this unreliable test case because it did not...
2011-06-13 Eli FriedmanUpdate extensions section of the docs to account for...
2011-06-13 Eli FriedmanWhack a bunch of tests in CodeGenCXX to work on ARM...
2011-06-13 Benjamin KramerPut classes into anonymous namespaces.
2011-06-13 Douglas GregorEliminate the -f[no]objc-infer-related-result-type...
2011-06-13 Fariborz JahanianUpdate Indexer test for new 'atomic' keyword.
2011-06-13 Douglas GregorDocument CheckObjCMethodOverrides
2011-06-13 David MajnemerGive a diagnostic when using non-POD types in a va_arg
2011-06-13 David MajnemerImprove the diagnostics generated for switch statements...
2011-06-13 Chandler CarruthFix a broken index left over from before this function...
2011-06-13 David MajnemerCorrect the spelling of instantiation
2011-06-12 Benjamin KramerMy calendar says it's 2011.
2011-06-12 Richard SmithDon't assert on initialized typedef declarations in...
2011-06-12 Richard SmithTest for C++11 [class]p6 (trivial classes).
2011-06-11 Fariborz JahanianAdded 'atomic' for objc properties.
2011-06-11 Richard SmithImplement support for C++11 in-class initialization...
2011-06-11 Fariborz JahanianAdd code completetion code for the new 'atomic' attribute
2011-06-11 Douglas GregorExtra test for related result type inference
2011-06-11 Douglas GregorFix order of operands for the warning about incompatibl...
2011-06-11 Douglas GregorImplement Objective-C Related Result Type semantics.
2011-06-11 Fariborz JahanianRestore 'atomic' as an attribute of objc
2011-06-10 Eli FriedmanPR10120: Make CodeGenModule::getVTableLinkage use Named...
2011-06-10 Nick Lewycky__OBJC__ is also a standard predefined macro.
2011-06-10 Sean HuntThis change is breaking selfhost. Revert it until I...
2011-06-10 Sean HuntUncomment this testcase now that we pass it.
2011-06-10 Sean HuntImplement caching of copy assignment operator lookup.
2011-06-10 Jordy Rose[analyzer] PR8962 again. Ban ParenExprs (and friends...
2011-06-10 Sean HuntImplement caching for copy constructors in similar...
2011-06-10 Sean HuntImplement caching of default constructors on the resolu...
2011-06-10 Richard TrieuMade changes to how 'struct'/'class' mismatches are...
2011-06-09 Fariborz JahanianAdd few missing files in AST directory to xcode project.
2011-06-09 Fariborz JahanianDon't add objc method name mangling to locally declared...
2011-06-09 Hans WennborgHandle overloaded operators in ?: precedence warning
2011-06-09 Bob WilsonAdd isVCVT_N flag to identify Neon VCVT_N intrinsics...
2011-06-09 Jordy Rose[analyzer] Ignore parentheses around block-level expres...
2011-06-08 Jordy Rose[analyzer] Look through __extension__ expressions in...
2011-06-08 Ted KremenekRemove stale reference to libIndex.
2011-06-08 Fariborz JahanianRemove 'atomic' as a property attribute keyword.
2011-06-08 Stuart HastingsFollowup to 132737; make two-character string explicit...
2011-06-08 Peter CollingbourneModify a diagnostic introduced in r132612 to emit QualT...
2011-06-08 Chandler CarruthFix a bunch more notes that were emitted even when...
2011-06-08 Chandler CarruthRevert "hack in my new variables for GCC"
2011-06-08 Chandler CarruthFix a regression in the two-phase lookup diagnostics...
2011-06-08 Chandler Carruthhack in my new variables for GCC
2011-06-07 Stuart HastingsClang support for ARM Uv/Uy/Uq inline-asm constraints.
2011-06-07 Joerg SonnenbergerSort -lgcc after -lgcc_s for NetBSD, otherwise shared...
2011-06-07 Fariborz JahanianMore coherent diagnostic when a stack variable is
2011-06-07 Nick LewyckyThe macros defined by the language standard are still...
2011-06-07 Douglas GregorDowngrade the warning about the use of typedefs for...
2011-06-07 Sean HuntCatch the memory leak in a bucket
2011-06-06 Eli FriedmanSecond try at fixing this test, this time without break...
2011-06-06 Eli FriedmanStart fixing up clang tests to work on the clang-native...
2011-06-06 Sean HuntDon't put a note in the DiagGroup
2011-06-06 Jonathan D... Touchup to comments that weren't quite in sync with...
2011-06-06 Douglas GregorDiagnose the condition in C++ [temp.expl.spec]p16 that...
2011-06-06 Francois Pichetok now, let's fix that MSVC warning for real.
2011-06-06 Francois PichetFix MSVC warning:
2011-06-05 Chandler CarruthRichard Smith was correct about how the sets should...
2011-06-05 Richard SmithFix PR10053: Improve diagnostics and error recovery...
2011-06-05 Benjamin KramerToolchain support for Ubuntu Oneiric. Patch by Michael...
2011-06-05 Sebastian RedlDrop most of InitializationSequence::SequenceKind's...
2011-06-05 Sebastian RedlRemove more references to FailedSequence.
2011-06-05 Sebastian RedlRemove all references to InitializationSequence::Failed...
2011-06-05 Sebastian RedlMore std::initializer_list tests.
2011-06-05 Sebastian RedlParse C++0x generalized initializers.
2011-06-05 Sebastian RedlExpand on braced init list tests.
2011-06-05 Douglas GregorIdentity and non-identity standard conversion sequences...
2011-06-05 Douglas GregorAdd name mangling for expr .* expr. Fixes PR9983 /...
2011-06-05 Douglas GregorAllow block returns in C++ with the form
2011-06-05 Douglas GregorWhen inferring the result type of a block based on...
2011-06-04 Rafael EspindolaFix cmake build.
2011-06-04 Richard SmithRemove the old implementation of -verify, which has...
2011-06-04 Nick LewyckyRevert r132630. GCC passes everything down, we aren...
2011-06-04 Roman DivackyAdjust the linker for PowerPC64/-m32 on FreeBSD too.
2011-06-04 Roman DivackyMake -m32 work on FreeBSD/PowerPC64.
2011-06-04 Nick LewyckyGCC passes -z foo directly through to the linker (and...
2011-06-04 Nick LewyckyOn linux, -nostdlib was causing a --start-group with...
2011-06-04 Nick LewyckyIdentifiers with _CapitalLetter are reserved, so don...
2011-06-04 Galina KistanovaThese tests require particular registered targets....
2011-06-04 Sean HuntReimplement r132572 on top of a FoldingSet, thus hopefu...
2011-06-04 Nick LewyckyRemove extraneous "virtual" keyword and non-virtual...
2011-06-04 Jordy Rose[analyzer] Change an indent-if to an early return....
2011-06-04 Jordy Rose[analyzer] Don't crash when copying an unknown number...
2011-06-04 Jordy Rose[analyzer] Remove extra assignment that actually lost...
2011-06-04 Tanya LattnerAdd support for builtin astype:
2011-06-04 Devang PatelRework r132576.
2011-06-04 Jordy Rose[analyzer] Fix comment for (still-disabled) evalStrncpy
2011-06-04 Jordy Rose[analyzer] Fix handling of "copy zero bytes" for memcpy...
2011-06-03 Jordy Rose[analyzer] __mempcpy_chk is the same as mempcpy (at...
2011-06-03 Jonathan D... Improvements to abbreviations for PCH which add support...
2011-06-03 Douglas GregorExpose @synthesize and @dynamic via their own cursor...
next