]> granicus.if.org Git - clang/shortlog
clang
2009-01-28 Ted KremenekTweak doxygen comment. No functionality change.
2009-01-28 Steve NaroffName change (isTypeName->getTypeName).
2009-01-28 Daniel DunbarFix test case (for -### printing version)
2009-01-28 Daniel Dunbarccc: Support -v; invent a version number for ccc for...
2009-01-28 Steve NaroffChange Parser::ParseFunctionDeclarator() to annotate...
2009-01-28 Fariborz JahanianSome refactoring of common code. No change in functiona...
2009-01-28 Sebastian RedlImplement pointer to member handling in static_cast.
2009-01-28 Douglas GregorComplete semantic checking for typedef redeclarations...
2009-01-28 Steve NaroffRemove 'NamespaceNameOnly' argument to Sema::LookupDecl...
2009-01-28 Steve NaroffRemove 'enableLazyBuiltinCreation' argument to Sema...
2009-01-28 Ted KremenekUpdated checker build.
2009-01-28 Ted KremenekUpdate comment.
2009-01-28 Chris Lattnerlong long and double have 64-bit alignment on x86-64.
2009-01-28 Chris Lattneradd some basic file headers
2009-01-28 Ted Kremenekretain/release checker: Improve diagnostics to indicate...
2009-01-28 Ted Kremenekretain/release checker: Indicate whether a tracked...
2009-01-28 Chris Lattneradd diagnostics files to xcode proj
2009-01-28 Ted Kremenekretain/release checker: More diagnostic refactoring.
2009-01-28 Ted Kremenekretain/release checker: Embed an "object type" into...
2009-01-28 Chris Lattnerfix a crash I introduced, thanks to Ted for the awesome...
2009-01-28 Ted Kremenekretain/release checker: More cleanups (no real function...
2009-01-28 Ted KremenekFix diagnostic truncated by my last patch.
2009-01-28 Ted Kremenekretain/release checker: More diagnostic refactoring.
2009-01-28 Ted Kremenekretain/release checker: Output the name of the function...
2009-01-28 Ted KremenekRefactor some diagnostic code to use raw_string_ostream...
2009-01-28 Ted KremenekRemove '#if 0' code.
2009-01-28 Ted KremenekPatch by Alexei Svitkine: Refactor Sema::ParseAST API...
2009-01-28 Mike StumpAdd a preliminary version number.
2009-01-28 Daniel DunbarABITest: Support --test-layout option for generating
2009-01-28 Fariborz JahanianSet visibility of ivar offset symbols according to
2009-01-28 Fariborz JahanianGeneration of ivar-offset symbols in objc2's non-fragil...
2009-01-28 Ted KremenekOn Windows use a BumpPtrAllocator for the UniqueFileCon...
2009-01-28 Nuno Lopesadd test for PR2502, which was already fixed some time ago
2009-01-28 Ted KremenekFileManager: Use a BumpPtrAllocator for the StringMaps...
2009-01-28 Nuno Lopesfix PR3427: fix debuginfo for incomplete array types
2009-01-28 Ted KremenekAdd a some comments to designate Windows-specific/Unix...
2009-01-27 Steve NaroffFinish making AST BumpPtrAllocation runtime configurabl...
2009-01-27 Sebastian RedlAdd handling of member pointers to reinterpret_cast.
2009-01-27 Fariborz JahanianAfter talking to our runtime guru, I added a comment.
2009-01-27 Ted KremenekUpdated checker build.
2009-01-27 Steve NaroffConvert types over to placement new() that takes an...
2009-01-27 Steve NaroffRemove many references to ASTContext::getAllocator...
2009-01-27 Daniel Dunbarccc/Darwin/clang: Fix a mistranslation for the llvm...
2009-01-27 Anders CarlssonIf an input constraint refers to an output constraint...
2009-01-27 Fariborz Jahanianivar meta-data generation for nonfragile-abi.
2009-01-27 Daniel Dunbarccc: Normalize machine name to i386 for platforms which...
2009-01-27 Chris Lattnereliminate some random .ll file outputs
2009-01-27 Fariborz JahanianFixed a typo in getPreferredTypeAlign method.
2009-01-27 Chris Lattneradd new headers
2009-01-27 Chris LattnerAdd the new .def files
2009-01-27 Chris LattnerSplit the single monolithic DiagnosticKinds.def file...
2009-01-27 Ted KremenekFix bug in BasicStore::getLValueElement where if the...
2009-01-27 Chris Lattneradd a new "getPreferredTypeAlign" method to return...
2009-01-27 Eli FriedmanSupport CodeGen for __extension__ operator on aggregates.
2009-01-27 Eli FriedmanFix for PR3418: make sure to handle the RHS of expressi...
2009-01-27 Chris LattnerIntroduce a new PresumedLoc class to represent the...
2009-01-27 Chris Lattnerrename getFullFilePos -> getFileOffset.
2009-01-27 Ted KremenekUse string comparison rather than '=='.
2009-01-27 Chris LattnerFix a bug that I noticed by inspection.
2009-01-27 Chris Lattnermake -print-stats print stats about the amount of the...
2009-01-27 Chris Lattnerimprovements for GNU objc runtime support, patch by...
2009-01-27 Daniel Dunbarx86_64: Classify __m64 and __m128 "correctly".
2009-01-27 Chris Lattneradd SparcV8 asm register info support. Patch by Ben...
2009-01-27 Ted KremenekPathDiagnostics:
2009-01-27 Daniel DunbarImplement support for coercion to wider types during...
2009-01-27 Ted KremenekHave 'Analyzer Failures' files be named to reflect...
2009-01-27 Ted KremenekPTH: Use Token::setLiteralData() to directly store...
2009-01-26 Fariborz JahanianAdded a FIXME.
2009-01-26 Daniel DunbarFix definition of __builtin_ia32_vec_set_v2di and de...
2009-01-26 Daniel DunbarPull EmitReturnBlock out of FinishFunction and catch...
2009-01-26 Fariborz JahanianBuild method-description-list for category meta-data
2009-01-26 Douglas GregorSome micro-optimizations for DISABLE_SMART_POINTERS:
2009-01-26 Chris Lattnerrename getSpelledCharacterAt to getSpellingOfSingleChar...
2009-01-26 Chris LattnerFix a bug I introduced in my changes, which caused...
2009-01-26 Sebastian RedlAdd support for member pointers to const_cast.
2009-01-26 Ted KremenekSilence warning.
2009-01-26 Ted KremenekAdd version number to PTH files.
2009-01-26 Ted KremenekAdd version number checking to PTH files.
2009-01-26 Ted KremenekEmbed the offset of the PTH table inside the prologue...
2009-01-26 Fariborz JahanianMethod decription meta-data and its setting in class_ro_t
2009-01-26 Daniel DunbarAdd Ignore ABIArgInfo kind, for handling void & empty...
2009-01-26 Daniel DunbarSkip emission of final return block if possible (e...
2009-01-26 Chris Lattnerremove my hacks that aggressively threw away multiple
2009-01-26 Chris Lattnerallow _Pragmas formed from #defines to keep their full...
2009-01-26 Chris Lattnernow that everything properly handles multiply instantiated
2009-01-26 Chris Lattnermake getInstantiationLoc and getSpellingLoc handle...
2009-01-26 Sebastian RedlRemove an implemented FIXME and extend test cases....
2009-01-26 Sebastian RedlCorrect size assumption; fixes a crash on amd64.
2009-01-26 Chris Lattnerfix a negated conditional in getDecomposedInstantiation...
2009-01-26 Chris Lattnerminor speedups/cleanups for -E mode.
2009-01-26 Chris LattnerThis change refactors some of the low-level lexer inter...
2009-01-26 Daniel DunbarABITestGen: Add generation of vector types.
2009-01-26 Fariborz JahanianMeta-data for nonfragile-abi's categories
2009-01-26 Chris Lattnermake sure we have a definition of uintptr_t.
2009-01-26 Steve NaroffMany updates to Windows project files.
2009-01-26 Daniel DunbarComment fix.
2009-01-26 Daniel Dunbarccc: -o should not be automatically forwarded to generi...
2009-01-26 Daniel Dunbarccc: Recognize -emit-llvm [-S].
2009-01-26 Chris Lattnerstart plumbing together the line table information...
2009-01-26 Chris LattnerLazily paging in file contents is a big win for PTH...
next