]> granicus.if.org Git - clang/shortlog
clang
2007-12-19 Steve NaroffVarious tweaks to the get/lookup instance/class method...
2007-12-19 Ted KremenekRemoved "SourceFile" from TranslationUnit. This same...
2007-12-19 Chris LattnerDescribe Nico's script for gcc interception. Patch...
2007-12-19 Ted KremenekCleaned up "-o" option to print "-o=<path>" instead...
2007-12-19 Ted KremenekAdded "-o" option to driver. ASTConsumers will need...
2007-12-19 Chris LattnerAdd support for #pragma mark, which shouldn't warn...
2007-12-19 Ted KremenekRemoved storing inode and device number in TranslationUnit.
2007-12-19 Chris Lattnerfix some crazy indentation
2007-12-19 Steve NaroffSoften the macro rewrite error to a warning (and change...
2007-12-19 Fariborz JahanianMinor test twik.
2007-12-19 Ted KremenekUpdated locations of TranslationUnit.[cpp,h] in XCode...
2007-12-19 Chris Lattnerreenable this code, fix the testcase.
2007-12-19 Chris Lattnerdisable my commit from yesterday, fixing a regression...
2007-12-19 Fariborz JahanianThis patch concludes implementation of dynamic objectiv...
2007-12-19 Anders CarlssonFix the embarassing typo for real this time (- vs _...
2007-12-19 Ted KremenekMoved generation of the name of the serialized AST...
2007-12-19 Steve NaroffEmit errors when attempting to rewrite ObjC expressions...
2007-12-19 Steve NaroffRevert Anders r45191 commit...it broke several of the...
2007-12-19 Anders CarlssonFix an embarassing typo and add some very limited suppo...
2007-12-19 Christopher... svn:ignore configure.out at the root level
2007-12-19 Christopher... Change svn attributes to ignore build directories.
2007-12-19 Anders CarlssonNormalize attribute names if possible so we won't have...
2007-12-19 Chris Lattnerfix broken assert.
2007-12-19 Chris LattnerImplement C99 6.7.5.3p1
2007-12-18 Ted KremenekRefactored inode and device number into FileEntry,...
2007-12-18 Ted KremenekWhen serializing SourceManager, we now serialize out...
2007-12-18 Ted KremenekMoved ReadBitcodeFile and EmitBitcodeFile out of Transl...
2007-12-18 Steve NaroffFix serious regression with ObjcInterfaceDecl. Now...
2007-12-18 Ted KremenekFixed broken includes introduced by recent (incomplete...
2007-12-18 Ted KremenekMoved TranslationUnit.h to include path.
2007-12-18 Ted KremenekMoved TranslationUnit from Driver to AST library.
2007-12-18 Fariborz JahanianRefactoring work. ObjcQualifiedIdType is now derived...
2007-12-18 Ted KremenekAdded to FileEntry a pointer to the <dev_t,ino_t> pair...
2007-12-18 Chris Lattnerlocal static vars are globals also. This fixes a testcase
2007-12-18 Chris Lattnerremove the loc argument to Type::isConstantSizeType...
2007-12-18 Chris LattnerFix the location we emit the "not a constant" error...
2007-12-18 Chris LattnerFix PR1863: an assertion due to not setting a location...
2007-12-18 Chris LattnerFix const propagation bug.
2007-12-18 Chris LattnerFix an nice and subtle parser bug reported by Nico...
2007-12-18 Steve NaroffAdd DefaultFunctionArrayConversion() to the indirection...
2007-12-18 Steve NaroffFixe bogus error for variable argument methods. Sema...
2007-12-18 Anders CarlssonTurns out the LLVMFoldingBuilder can fold InsertElement...
2007-12-18 Steve NaroffImprove how we find private method decls. This involved:
2007-12-18 Chris Lattnerintroduce a new CodeGenModule::getIntrinsic method...
2007-12-18 Steve NaroffAdd __private_extern__ keyword and recognize it. Added...
2007-12-17 Fariborz JahanianFixed a comment describing a function
2007-12-17 Chris Lattnerimplement HeaderMap::LookupFile. I think headermaps...
2007-12-17 Chris Lattnerimplement enough helper functions to successfully dump...
2007-12-17 Fariborz JahanianPatch to implemented objective-c's dynamic object point...
2007-12-17 Chris LattnerTargets.cpp is gone.
2007-12-17 Chris LattnerMake the insertion point with an explicit new instead...
2007-12-17 Ted KremenekRemoved CFG.cpp's dependence on #including iostream.
2007-12-17 Ted KremenekModified format-string checking to not emit a warning...
2007-12-17 Chris Lattnersimplify some code, using new scoped_ptr support. ...
2007-12-17 Chris LattnerFinish hooking up the scaffolding for headermaps. ...
2007-12-17 Ted KremenekFormat string checker: asprintf does not pass argumnent...
2007-12-17 Chris LattnerStart reading the headermap header, drop the 'errorstr...
2007-12-17 Fariborz JahanianAlso fixed similar regression for class methods, as...
2007-12-17 Chris LattnerSink getName into DirectoryLookup to simplify the clien...
2007-12-17 Fariborz JahanianFixed a regression caused by refactoring of some meta...
2007-12-17 Ted KremenekFixed 80 col violation.
2007-12-17 Ted KremenekAdded driver option -Wno-format-nonliteral to silence...
2007-12-17 Chris LattnerUnbreak -v with framework paths. Patch by Shantonu...
2007-12-17 Ted KremenekFixed another case where sizeof() returns the size...
2007-12-17 Chris Lattneradd headermap.cpp
2007-12-17 Chris Lattnerfinish stubbing out support for HeaderMap. Now we...
2007-12-17 Chris Lattnerrefactor an better comment framework lookup code. ...
2007-12-17 Chris Lattneras it turns out, frameworks and headermaps are orthogon...
2007-12-17 Chris Lattneradd a portability fixme.
2007-12-17 Chris Lattnerteach RemoveDuplicates about header maps.
2007-12-17 Chris LattnerStep #1 in adding headermap support to clang.
2007-12-17 Chris Lattnerrearrange some code and make it more efficient.
2007-12-17 Chris Lattneradd a hack so that codegen doesn't abort on missing...
2007-12-17 Christopher... Update to use new PointerType::getUnqual() api.
2007-12-16 Anders CarlssonStart generating SSE intrinsics.
2007-12-16 Steve NaroffSema::ActOnMemberReferenceExpr() needs to perform the...
2007-12-15 Chris Lattnerswtich to smallptrset, which is more efficient than...
2007-12-15 Chris Lattnermake clang -v output more similar to gcc's -v output.
2007-12-15 Anders CarlssonWe now support all MMX intrinsics. SSE intrinsics are...
2007-12-15 Chris Lattnersimplify the interfaces to ProcessInputFile and Initial...
2007-12-15 Ted KremenekRemoved "isSizeOfExpr" mode from StmtIterator. It...
2007-12-14 Ted KremenekAdded "mode" to StmtIterator to record if the expressio...
2007-12-14 Steve Naroff- Remove getInstanceMethods/getClassMethods API on...
2007-12-14 Ted KremenekAdded support to StmtIterator to traverse the size...
2007-12-14 Anders CarlssonSimplify the vector code. Add more shift intrinsics.
2007-12-14 KevinIE Menu Problem...
2007-12-14 Seo SanghyeonArray subscription in aggregate expression
2007-12-14 Seo SanghyeonImplement dereference operator in aggregate expression
2007-12-13 Ted KremenekCFG bug fix: for sizeof(expressions), don't expand...
2007-12-13 Fariborz JahanianPatch to make ObjcQualifiedInterfaceType inherit ObjcIn...
2007-12-13 Steve NaroffSema::ActOnFinishFunctionBody(): Since we no longer...
2007-12-13 Ted KremenekAdd hack to SourceManager to support missing source...
2007-12-13 Ted KremenekAdd check in the driver to see if a serialized AST...
2007-12-13 Ted KremenekChanged set of top-level decls from a list to a vector.
2007-12-13 Ted KremenekChanged -serialize-ast to not create a temporary direct...
2007-12-13 Chris LattnerSet target data layout info in module.
2007-12-13 Chris Lattnertypo
2007-12-13 Chris Lattnerdebug info too.
2007-12-13 Ted KremenekMinor spelling; punctuation correction.
2007-12-13 Bill WendlingGrammar fix: correct ' usage.
next