]> granicus.if.org Git - clang/shortlog
clang
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...
2009-01-17 Chris Lattnersimplify PTHManager::CreateLexer
2009-01-17 Chris LattnerChange the Lexer ctor used in the non _Pragma case...
2009-01-17 Chris Lattnerin Preprocessor::AdvanceToTokenCharacter, don't actuall...
2009-01-17 Chris LattnerMore simplifications to the lexer ctors.
2009-01-17 Chris Lattnermake the verbose raw-lexer ctor fully explicit instead...
2009-01-17 Chris Lattneruse simplified Lexer ctor.
2009-01-17 Chris Lattneradd a simplified lexer ctor that sets up the lexer...
2009-01-17 Chris Lattnerrefactor some common initialization code out of the...
2009-01-17 Ted KremenekUpdate checker build.
2009-01-17 Chris Lattnersuck the call to "getSpellingLoc" that all clients...
2009-01-17 Chris Lattnerthis massive patch introduces a simple new abstraction...
2009-01-17 Chris Lattnermake "ContentCache::Buffer" mutable to avoid a const_cast.
2009-01-17 Chris Lattnerno need to check this: content cache is already 1-1...
2009-01-17 Chris LattnerInstead of iterating over FileID's, have PTH generation...
2009-01-17 Chris Lattnerremove an irrelevant idea
2009-01-17 Douglas GregorWarn about typedefs of enums without any declarator...
2009-01-17 Daniel Dunbarccc: Support running piped jobs (-pipe now works).
2009-01-17 Ted KremenekFix analyzer crash found when scanning Wine sources...
2009-01-17 Douglas GregorPODify LookupResult, for a measly 1% speedup on Cocoa.h.
2009-01-17 Douglas GregorAdd -fnext-runtime to Objective-C properties testcase
next