]> granicus.if.org Git - clang/shortlog
clang
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
2009-01-20 Daniel Dunbarccc: Recognize that -M and -MM only run preprocessor.
2009-01-20 Daniel DunbarMake test independent of stdint.h
2009-01-20 Douglas GregorRemove ScopedDecl, collapsing all of its functionality...
2009-01-20 Daniel DunbarUpdate for new SourceLocation API.
2009-01-20 Ted KremenekDead stores checker: Fix <rdar://problem/6506065> by...
2009-01-20 Daniel Dunbarccc: Darwin/x86: Add direct cpp support.
2009-01-19 Ted KremenekPTH: Emitted tokens now consist of 12 bytes that are...
2009-01-19 Steve NaroffMake sure all types are allocated with 8-byte alignment.
2009-01-19 Sebastian RedlConvert more expression actions to smart pointers.
2009-01-19 Sebastian RedlAdd missing test case for operator ! result type.
2009-01-19 Ted KremenekUpdate Xcode project.
2009-01-19 Ted KremenekAllocate Types using ASTContext's 'Allocator' object.
2009-01-19 Fariborz JahanianType of property and its ivar is more restrictive
2009-01-19 Daniel DunbarMakefile isn't executable.
2009-01-19 Douglas GregorCentralize error reporting of improper uses of incomple...
2009-01-19 Daniel Dunbarccc: Add missing file.
2009-01-19 Daniel Dunbarccc: Add installation of ccc; based on patch from Mike...
2009-01-19 Fariborz JahanianPatch to allow @dynamic synthesis of property in a...
2009-01-19 Chris Lattnerrearrange SourceManager methods to group them by kind...
2009-01-19 Chris Lattnerdo not use SourceManager::getFileCharacteristic(FileID...
2009-01-19 Chris Lattnerdo not use SourceManager::getFileCharacteristic(FileID...
2009-01-19 Chris LattnerRename SourceManager::getCanonicalFileID -> getFileID...
2009-01-19 Ted KremenekRun destructors of MacroInfo objects to free memory...
2009-01-19 Chris Lattnerremove the public SourceManager::getContentCacheForLoc...
2009-01-19 Chris Lattnerremove the SourceManager:: and FullSourceLoc::getFileEn...
2009-01-19 Chris LattnerSourceManager::getBufferData(SourceLocation) is dead...
2009-01-19 Chris Lattnersome minor cleanups to SourceManager, and eliminate the
2009-01-19 Chris Lattnerprivatize getChunkID/getMacroID, and move operator...
2009-01-19 Chris LattnerMake some enums in SourceLocation private, remove a...
2009-01-19 Chris Lattnermake a bunch of more SourceLocation methods private.
2009-01-19 Chris LattnerMake SourceLocation::getFileLoc private to reduce the...
2009-01-19 Douglas GregorFix a typo
2009-01-19 Sebastian RedlConvert more expression actions to smart pointers.
2009-01-18 Daniel Dunbarccc: Bug fix, pch generation should not try to output...
2009-01-18 Chris Lattnerfix rdar://6505352 - Bogus warning with -WUndef, a...
2009-01-18 Nuno Lopesfix deallocation of FunctionDecl::ParamInfo
2009-01-18 Sebastian RedlConvert a few expression actions to smart pointers.
2009-01-18 Sebastian RedlRename move_convert to move_arg and move_res. The new...
2009-01-18 Sebastian RedlConvert ObjC statement actions to smart pointers.
2009-01-18 Sebastian RedlConvert asm statement action to smart pointers.
2009-01-18 Sebastian RedlConvert more statement actions to smart pointers.
2009-01-18 Chris LattnerSwitch MinimalAction from new/delete'ing its TypeNameIn...
2009-01-18 Nate BegemanVector codegen improvements
2009-01-18 Nate BegemanSupport evaluation of vector constant expressions,...
2009-01-18 Chris Lattnerrearrange GetIdentifierInfo so that the fast path can...
2009-01-18 Anders CarlssonFix a tyop
2009-01-18 Anders CarlssonMake CCC_ECHO output to stderr
2009-01-18 Chris LattnerAvoid malloc thrashing on the std::vector for Condition...
2009-01-18 Chris Lattnerrename some variables, only set a tokens identifierinfo...
2009-01-18 Nate BegemanEliminate tabs
2009-01-18 Anders CarlssonFix a runtime error I saw
2009-01-18 Chris LattnerOn i386 and x86-64, just do unaligned loads
2009-01-18 Anders CarlssonHandle the 'X' constraint. Fixes <rdar://problem/6504897>.
2009-01-18 Chris Lattnerswitch PTHLexer to use Read32 and friends instead of...
2009-01-18 Anders CarlssonCG support for inline asm constraints with symbolic...
2009-01-18 Nate BegemanA couple more vector component access fixes.
2009-01-18 Chris Lattnerswitch PTH lexer from using "const char*"s to "const...
2009-01-18 Anders CarlssonAdd sema support for symbolic names in inline asm state...
2009-01-18 Nate BegemanUpdate support for vector component access on ExtVectors.
2009-01-18 Nate BegemanFit in 80 cols
2009-01-18 Nate BegemanAdd support for vectors to APValue. Vector constant...
2009-01-18 Nate BegemanRemove outdated diagnostic. Tests are coming.
2009-01-18 Anders CarlssonSet tab width to 2 characters for all files in lib...
2009-01-17 Nate BegemanAllow targets to override IntMaxTWidth
2009-01-17 Anders CarlssonChange TargetInfo::validateInputConstraint to take...
2009-01-17 Fariborz JahanianDiagnose that property name cannot be a bitfield
2009-01-17 Fariborz JahanianDiagnose when method parameter is an object.
2009-01-17 Fariborz JahanianPatch to re-implement ivar-list meta-data generation...
2009-01-17 Chris LattnerRename SourceLocation::getFileID to getChunkID, because...
2009-01-17 Chris Lattnersimplify some lookups.
2009-01-17 Chris LattnerChange the Lexer ctor used to lex _Pragma directives...
next