]> granicus.if.org Git - clang/shortlog
clang
2009-01-23 Ted KremenekUpdated checker build.
2009-01-23 Daniel Dunbarccc: Fix typo; isn't dynamic typing fun!
2009-01-22 Ted KremenekFor now, return UnknownVal() in RegionStore::getElement...
2009-01-22 Chris Lattnerremove my gross #ifdef's, using portable abstractions...
2009-01-22 Ted KremenekAdd RegionStore support for the implicit object region...
2009-01-22 Douglas GregorReimplement the handling of the "current object" in...
2009-01-22 Daniel Dunbarccc: Bug fix, driver logic was allowing child jobs...
2009-01-22 Steve NaroffDisable language extensions for the clang parser.
2009-01-22 Fariborz JahanianUse NonFragileABI as name of new Next abi. More comments
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekEnhance test case to test RegionStore with -checker...
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Ted KremenekThis test case now passes with RegionStore.
2009-01-22 Chris LattnerAdjust to api change.
2009-01-22 Ted KremenekTest more array logic in outofbound.c
2009-01-22 Ted KremenekFix RegionStore::getLValueElement() to handle the case...
2009-01-22 Chris Lattnerremove Read8/Read24, which are dead. Rename Read16...
2009-01-22 Chris Lattnerinline Sema::getLangOptions, rdar://6515190. This...
2009-01-22 Ted KremenekThese test cases now pass with RegionStore.
2009-01-22 Ted KremenekThe 'misc-ps.m' test case now passes with RegionStore...
2009-01-22 Ted KremenekSymbolReaper::isLive(SymbolRef) now always returns...
2009-01-22 Ted KremenekStatic analyzer: Remove a bunch of outdated SymbolData...
2009-01-22 Sebastian RedlAdd a switch that allows disabling the smart pointers.
2009-01-22 Douglas GregorEXTWARNify the warning about unnamed typedefs of enums
2009-01-22 Mike StumpAvoid creating .dir files in the installation area.
2009-01-22 Daniel Dunbarccc/clang: Mimic llvm-gcc initialization of LLVM backen...
2009-01-22 Douglas GregorInitial implementation of semantic analysis and ASTs...
2009-01-22 Fariborz JahanianMore refactoring of common API to the common class for
2009-01-22 Daniel DunbarAllow creation of "dummy" compile units for debug infor...
2009-01-21 Fariborz JahanianMoved whole bunch of common APIs to the common class.
2009-01-21 Daniel DunbarUpdate CmpDriver to report missing commands.
2009-01-21 Ted KremenekCombine two branches into one. No functionality change.
2009-01-21 Ted KremenekFix <rdar://problem/6512717> by correctly reading the...
2009-01-21 Steve NaroffFix Sema::Owned(ExprResult) to not use a ternary operat...
2009-01-21 Ted KremenekStatic Analyzer: Replace LiveSymbols/DeadSymbols sets...
2009-01-21 Fariborz JahanianRefactoring ObjC Next's runtime classes in preparation for
2009-01-21 Chris LattnerInline ParseOptionalTypeSpecifier into ParseDeclaration...
2009-01-21 Chris Lattnerrevert the gnu objc patches, they regress codegen-gnu.m
2009-01-21 Steve NaroffRemoved alignment argument to delete operator. It isn...
2009-01-21 Steve NaroffAdd #line to make the Visual Studio compiler happy.
2009-01-21 Chris Lattnerswitch from getTypeAtIndex to getElementType. It is...
2009-01-21 Chris LattnerParseOptionalTypeSpecifier should consume a token if...
2009-01-21 Chris LattnerFix objc type conversion issues with the GNU runtime...
2009-01-21 Daniel Dunbarccc: Handle a few long argument form (--) translations...
2009-01-21 Anders CarlssonDon't turn off blocks when compiling Obj-C code
2009-01-21 Chris Lattnerinitialialize some ivars in ctor.
2009-01-21 Chris Lattneralphebetize
2009-01-21 Daniel Dunbarccc: Add appropriate file search prefixes when on x86_6...
2009-01-21 Chris Lattnermerge two checks for identifiers in the pth loop into...
2009-01-21 Chris Lattnera trivial micro optimization to save a load.
2009-01-21 Chris LattnerAdd a bit to IdentifierInfo that acts as a simple predi...
2009-01-21 Chris Lattnersilence a couple unused variable 'result' warnings.
2009-01-21 Ted KremenekDon't crash on empty PTH files. This fixes <rdar:...
2009-01-21 Chris Lattnerreally we only need on Read24!
2009-01-21 Chris Lattnerrevert my previous patch, it assumed endianness.
2009-01-21 Ted KremenekThis test now passes using -analyzer-store-region.
2009-01-21 Ted KremenekThis test now passes using -analyzer-store-region.
2009-01-21 Chris Lattnerminor cleanups: now that tokens are 4-byte aligned...
2009-01-21 Ted KremenekGet RegionStore to work with the retain/release checker...
2009-01-21 Anders CarlssonFix an inline asm sema bug that I introduced.
2009-01-21 Chris LattnerDon't look up decls with no name (such as parameters...
2009-01-21 Daniel Dunbarccc: Implement file & path searching.
2009-01-21 Anders CarlssonFix more bugs I discovered
2009-01-21 Ted KremenekUpdated checker build.
2009-01-21 Daniel Dunbarccc: Add --analyze test case.
2009-01-21 Daniel Dunbarccc: Add --analyze driver mode (for running static...
2009-01-21 Ted KremenekStatic Analyzer: When generating plists for errors...
2009-01-21 Fariborz JahanianCommented objective-c's metadata types. Minor clean up.
2009-01-21 Steve NaroffConvert expressions over to Sebastian's spiffy ASTConte...
2009-01-21 Daniel Dunbarccc: Unbreak -pipe handling broken in previous refactoring.
2009-01-20 Ted KremenekFix: <rdar://problem/6510344> [pth] PTH slows down...
2009-01-20 Daniel DunbarAdd -analyze action to run static analyzer, instead...
2009-01-20 Sebastian RedlProvide a placement new taking an ASTContext argument.
2009-01-20 Mike StumpFix ccclib building when building in a separate build...
2009-01-20 Anders CarlssonFix some errors I noticed
2009-01-20 Daniel Dunbarccc: Allow downstream tools to be aware of final output...
2009-01-20 Mike StumpFix make test when configuring for a seperate build...
2009-01-20 Chris LattnerFix a crash Anders' was seeing due to free'ing an inval...
2009-01-20 Steve NaroffConvert more exprs to use ASTContext's Allocator.
2009-01-20 Douglas GregorUse the ASTContext's allocator for FunctionTypeNoProto...
2009-01-20 Anders CarlssonImprovements to Sema of asm statements. Fixes <rdar...
2009-01-20 Fariborz JahanianDetailed documentation for encoding of properties and...
2009-01-20 Steve NaroffAllocate expresssions through ASTContext (still more...
2009-01-20 Fariborz JahanianImproving on encoding of objective-c's property types...
2009-01-20 Chris LattnerOptimize Declarator to avoid malloc/free traffic for...
2009-01-20 Eli FriedmanPixel font sizes are evil.
2009-01-20 Eli FriedmanSlight cleanup, and fix for va_arg on architectures...
2009-01-20 Eli FriedmanDo codegen correctly for va_start/end/copy on architect...
2009-01-20 Douglas GregorRename DeclContext::insert to DeclContext::makeDeclVisi...
2009-01-20 Eli FriedmanFix for PR3350: add special-casing for "references...
2009-01-20 Daniel Dunbarccc: Darwin/x86: Teach compile tool how to build .pch...
2009-01-20 Daniel Dunbarccc: PCH generation doesn't strip the path when generat...
2009-01-20 Douglas GregorRemove the TopLevelDecls from TranslationUnit, since...
2009-01-20 Douglas GregorFix Decl::NextDeclInScope access issue
next