]> granicus.if.org Git - clang/shortlog
clang
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
2009-01-17 Daniel Dunbarccc: Don't be pedantically compatible with -Z options...
2009-01-17 Daniel DunbarReturn success indicator from CmpDriver.
2009-01-17 Nuno Lopesadd support for usage of cast to union thing with stati...
2009-01-17 Douglas GregorTeach DeclContext how to find the primary declaration...
2009-01-17 Fariborz JahanianCatch a foreach parse error.
2009-01-16 Sebastian RedlConvert some more statement actions to smart pointers.
2009-01-16 Ted KremenekUpdated checker build.
2009-01-16 Daniel Dunbarccc: Clean up (user level) error handling.
2009-01-16 Chris Lattnereliminate FullSourceLoc::getLocation() now that FullSou...
2009-01-16 Chris LattnerMake FullSourceLoc derive from SourceLocation instead of
2009-01-16 Chris Lattnerelimiante FullSourceLoc::getCanonicalFileID
2009-01-16 Chris Lattnerremove FullSourceLoc::isFileID
2009-01-16 Chris Lattneran instantiation loc is always a file loc.
2009-01-16 Chris LattnerFix PR2477 - clang misparses "//*" in C89 mode
2009-01-16 Chris LattnerMake sure to escape " when it occurs in a string in...
2009-01-16 Daniel Dunbarccc: Fix thinko, add gross but effective test of transl...
2009-01-16 Daniel Dunbarccc: Darwin/X86: gcc compatibility, only add
2009-01-16 Fariborz JahanianDon't ICE (issue diagnostics) when receiver is a non...
2009-01-16 Daniel Dunbarccc: Darwin/X86: Implement remainder of (non -Z......
2009-01-16 Fariborz JahanianDon't ICE on user redeclaration of objc's built-in...
2009-01-16 Chris LattnerAs a performance optimization, don't bother calling...
2009-01-16 Chris Lattnersilence release-assert warning.
2009-01-16 Douglas GregorFix <rdar://problem/6502934>. We were creating an Impli...
2009-01-16 Chris LattnerRandom note so I remember how to do this :)
2009-01-16 Ted KremenekStringRegion::print: Remove copy/paste code and just...
2009-01-16 Chris LattnerMake -E mode propagate #pragma comment's into the output.
2009-01-16 Chris Lattnermake ast-print handle random non-printable characters...
2009-01-16 Fariborz JahanianChanged the API yet again.
2009-01-16 Chris Lattneronly notify callbacks if they exist.
2009-01-16 Chris LattnerImprove #pragma comment support by building the string...
2009-01-16 Chris Lattnerminor cleanups to StringLiteralParser: no need to pass...
2009-01-16 Ted KremenekFix PR 3337 [retain/release checker]: Handle FunctionDe...
2009-01-16 Douglas GregorPart one of handling C++ functional casts. This handles...
2009-01-16 Fariborz JahanianUsed a more suitable api to get to the type of a record
2009-01-16 Douglas GregorAdd test case for member name lookup
2009-01-16 Anders CarlssonUse a single function for doing vararg argument promoti...
2009-01-16 Chris LattnerImplement basic support for parsing #pragma comment...
2009-01-16 Chris Lattnermore SourceLocation lexicon change: instead of referrin...
2009-01-16 Chris Lattnerrename "virtual location" of a macro to "instantiation...
next