]> granicus.if.org Git - clang/shortlog
clang
2011-07-29 Argyrios KyrtzidisMake DiagnosticErrorTrap keep a count of the errors...
2011-07-29 Douglas GregorThis patch makes the string/character literal tests...
2011-07-29 Douglas GregorRemove unused debug function
2011-07-29 Douglas GregorIn the ASTReader, replace the continuous range maps...
2011-07-29 Peter CollingbourneFix assertion failure in CodeGen where the input operan...
2011-07-29 Peter CollingbourneFix an inconsistency in Sema::ConvertArgumentsForCall...
2011-07-29 Douglas GregorMove the base type ID from the ASTReader's global type...
2011-07-29 Chandler CarruthRemove an unused function (found by Clang's -Wunused...
2011-07-28 Fariborz Jahanianobjective-c: warn if implementation of a method in...
2011-07-28 Jonathan D... Some documentation fixes so that we are explicit about...
2011-07-28 Ted KremenekReally remove FlatStoreManager and BasicStoreManager...
2011-07-28 Ted KremenekRemove flat store tests.
2011-07-28 Ted KremenekRemove FlatStoreManager and BasicStoreManager. The...
2011-07-28 Ted Kremenek[analyzer] Overhaul how the static analyzer expects...
2011-07-28 Ted Kremenek[analyzer] fix bug in malloc checker where the tracked...
2011-07-28 Ted Kremenek[analyzer] add accessor to StoreRef.
2011-07-28 Ted Kremenek[analyzer] Add StoreManager::includedInBindings() to...
2011-07-28 Ted Kremenek[analyzer] Add safety checking in RegionStoreManager...
2011-07-28 Ted Kremenek[analyzer] Teach Environment to not look through Materi...
2011-07-28 Ted Kremenek[analyzer] Fix bug in ObjCMessage where casts were...
2011-07-28 Ted Kremenek[analyzer] fix handling of MaterializeTemporaryExpr...
2011-07-28 Douglas GregorIntroduce the local-global mapping for preprocessed...
2011-07-28 Douglas GregorUse local-to-global mapping appropriately for macro...
2011-07-28 Douglas GregorUse the local -> global mapping functions for selectors...
2011-07-28 Douglas GregorTeach the ASTReader to perform local and global mapping...
2011-07-28 Anna ZaksAdd a fixit for removal of unused label.
2011-07-28 Richard TrieuFix a test case that was intermittently failing. The...
2011-07-28 Caitlin SadowskiAdded basic parsing for all remaining attributes, threa...
2011-07-28 Anna ZaksAnother test case for the &/* mismatch fixit.
2011-07-28 Anna ZaksAdd */& mismatch fixit generation to the Sema::Diagnos...
2011-07-28 Douglas GregorMake the deserialization of Sema::PendingInstantiations...
2011-07-28 Anna ZaksRefactor the */& mismatch fixit generation out of SemaO...
2011-07-28 Douglas GregorPromote the deserialized PendingInstantiations vector...
2011-07-28 Douglas GregorLazily deserialize Sema::VTableUses. Plus, fix the...
2011-07-28 Caitlin SadowskiThread safety: Fix typo in documentation
2011-07-28 Douglas GregorMake Sema::WeakUndeclaredIdentifiers lazily deserialized.
2011-07-28 Jonathan D... Add missing documentation onto new member variable.
2011-07-28 Caitlin SadowskiAdded parsing for guarded_var, pt_guarded_var, lockable,
2011-07-28 Jonathan D... Switch the ModuleManager over to using a FileManager...
2011-07-28 Douglas GregorMake Sema::ReferencedSelectors lazily deserialized.
2011-07-28 Douglas GregorMove a Module's ReferencedSelectorsData into the ASTRea...
2011-07-28 Douglas GregorMake Sema::LocallyScopedExternalDecls lazily deserializ...
2011-07-28 NAKAMURA Takumitest/Misc/ast-dump-templates.cpp: Disable this temporar...
2011-07-28 NAKAMURA Takumitest/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET...
2011-07-28 John McCallMake a note about a missing optimization.
2011-07-28 John McCallFix a couple of problems with initialization and assign...
2011-07-28 NAKAMURA Takumitest/CodeGen/struct-matching-constraint.c: Fixup not...
2011-07-28 Douglas GregorAST serialization support for the Framework in IndexHea...
2011-07-28 Douglas GregorIntroduce the "-index-header-map" option, to give speci...
2011-07-28 NAKAMURA Takumitest/CodeGen/struct-init.c, struct-matching-constraint...
2011-07-28 Douglas GregorDon't set Sema's StdNamespace or StdBadAlloc if they...
2011-07-28 Douglas GregorSwitch Sema::DynamicClasses over to LazyVector
2011-07-28 Argyrios KyrtzidisCut down the number of open/close system calls for...
2011-07-28 Douglas GregorSwitch Sema::ExtVectorDecls over to LazyVector.
2011-07-28 Eric ChristopherFix thinko in last checkin.
2011-07-28 Eric ChristopherRemove the need for a header and specify a triple so...
2011-07-28 Eric ChristopherFix this up for clang codegen versus llvm-gcc.
2011-07-28 Eric ChristopherFix this test to work for arm and on all platforms.
2011-07-28 Richard TrieuAdd template instantiations to the output of -ast-dump.
2011-07-28 Eric ChristopherAdd a triple to this test and make sure it passes on...
2011-07-28 Eric ChristopherCorrect the triple here.
2011-07-28 Eric ChristopherThis works on arm.
2011-07-28 Eric ChristopherApparently this does work on arm.
2011-07-28 Eric ChristopherThis was meant to test arm anyhow, make the registers...
2011-07-28 Eric ChristopherRemove this test, it's actually testing something that...
2011-07-27 Eric ChristopherXFAIL this test on ARM. Filed PR10518 to track.
2011-07-27 Eric ChristopherRemove the optimization option for this test.
2011-07-27 Eric ChristopherNo one cares about ppc, but make this work for arm...
2011-07-27 Chad RosierTest for r136294.
2011-07-27 Chad RosierThe -fapple-kext flag was designed to "do the right...
2011-07-27 Douglas GregorTurn Sema::DelegatingCtorDecls into a LazyVector.
2011-07-27 John McCallThe lock operand to an @synchronized statement is also
2011-07-27 Douglas GregorSwitch Sema::UnusedFileScopedDecls over to a LazyVector.
2011-07-27 Anna ZaksAdd a utility function to the Lexer, which makes it...
2011-07-27 Douglas GregorIntroduce a new data structure, LazyVector, which is...
2011-07-27 Peter CollingbourneSilence gcc warning
2011-07-27 Peter CollingbourneForbid address-space-qualified function types, per...
2011-07-27 Peter CollingbourneFix TR 18037 citation in SemaType.cpp
2011-07-27 Peter CollingbourneCodeGen: rename CodeGenModule::Runtime to ObjCRuntime
2011-07-27 Eli FriedmanFix typo in test.
2011-07-27 Eli FriedmanMake CodeGen for array delete involving incomplete...
2011-07-27 Ted KremenekChange Preprocessor::getTotalMemory() to use llvm:...
2011-07-27 Ted KremenekChange PreprocessingRecord::getTotalMemory() to use...
2011-07-27 Ted KremenekChange HeaderSearch::getTotalMemory() to use llvm:...
2011-07-27 Ted KremenekChange SourceManager::getDataStructureSizes() to use...
2011-07-27 Ted KremenekChange ASTContext::getSideTableAllocatedMemory() to...
2011-07-27 Douglas GregorModules don't require validation of the predefines...
2011-07-27 Eric ChristopherMake this darwin only for now while investigating to...
2011-07-27 Douglas GregorUpdate C++0x status page to reflect support for unicode...
2011-07-27 Douglas GregorAdd support for C++0x unicode string and character...
2011-07-27 Argyrios Kyrtzidis[arcmt] Revert r135382, there's a different approach...
2011-07-27 Argyrios Kyrtzidis[arcmt] More automatic transformations and safety impro...
2011-07-27 Douglas GregorEasier debugging with Visual Studio Visualizers, from...
2011-07-27 John McCallClean up the analysis of the collection operand to...
2011-07-27 Francois PichetIn Microsoft mode, if we are within a templated functio...
2011-07-26 Eric ChristopherHandle different sized wchar_t for windows.
2011-07-26 Ted Kremenekclang_getCXTUResourceUsage: report memory used by Heade...
2011-07-26 Ted Kremenekclang_getCXTUResourceUsage: Report memory used by data...
2011-07-26 Eric ChristopherUse the correct definition for memset.
2011-07-26 Eric ChristopherMake this darwin only to simplify the padding calculati...
next