]> granicus.if.org Git - clang/shortlog
clang
2008-08-24 Chris Lattnerother updates
2008-08-24 Chris Lattnerlink to c++ status page
2008-08-24 Chris Lattnercodegen is still not 'finished', but in a better state...
2008-08-24 Zhongxing XuMoved HTMLDiagnostics to lib/Driver.
2008-08-24 Daniel DunbarAdd svn:ignore for docs/{doxygen,doxygen.tar.gz}
2008-08-24 Chris LattnerComment tweak.
2008-08-23 Anders CarlssonAdd support for parsing the objc_gc attribute. Tests...
2008-08-23 Chris Lattneradjust to changes in various APIs from LLVM. We can...
2008-08-23 Anders CarlssonAdd carbon.cpp and cocoa.mm tests
2008-08-23 Anders CarlssonMake sure to create CXX record decls for the implicit...
2008-08-23 Daniel DunbarUpdate ccc driver
2008-08-23 Anders Carlssontreat bool literals as constatnt expressions.
2008-08-23 Anders CarlssonHandle Objective-C++ tests.
2008-08-23 Anders CarlssonReserved C++ words are valid selectors in Objective-C++
2008-08-23 Anders CarlssonHandle static initializers in Objective-C++ methods.
2008-08-23 Argyrios KyrtzidisAdd CodeGen support for CXXZeroInitValueExpr.
2008-08-23 Argyrios KyrtzidisAdd a null pointer test in the type-convert-construct...
2008-08-23 Anders CarlssonHandle AddrLabelExprs in Expr::isConstantExpr
2008-08-23 Daniel DunbarDrop a dead call to isConstantExpr()
2008-08-23 Daniel DunbarNeXT: Clean up constant CFString handling.
2008-08-23 Chris LattnerAdd header search paths for dragonfly, patch by Sascha...
2008-08-23 Chris LattnerAdd dragonfly target support, patch by Sascha Wildner
2008-08-23 Anders CarlssonTweak the indentation for a couple of files
2008-08-23 Argyrios KyrtzidisCXXFunctionalCastExpr is a subclass of CastExpr. Make...
2008-08-23 Argyrios KyrtzidisAdd a safety check.
2008-08-23 Argyrios KyrtzidisChange line endings: CRLF -> LF
2008-08-23 Daniel DunbarImplement Obj-C ivar references to aggregates.
2008-08-23 Daniel DunbarNeXT: Fix message sends which return structures.
2008-08-23 Daniel DunbarAdd TargetInfo::useNeXTRuntimeAsDefault
2008-08-23 Daniel DunbarNeXT: Implement super message sends.
2008-08-23 Daniel DunbarTrim CGObjCRuntime::GenerateMessageSend[Super]
2008-08-23 Chris Lattnermake sure that ParseAST invokes the action for end...
2008-08-23 Daniel DunbarMove [LR]Value into CGValue.h
2008-08-23 Chris Lattneradd action to know about end of translation unit.
2008-08-23 Chris Lattnerwe already have a handle on the 'in' keyword, don't...
2008-08-23 Chris Lattnerminor cleanup, remove finalize method.
2008-08-23 Chris LattnerFix a FIXME by not creating an invalid AST on erroneous...
2008-08-23 Ted KremenekSimplify interface to Store::AddDecl
2008-08-23 Ted KremenekAdded Regions.h: Regions define abstract memory locatio...
2008-08-23 Daniel DunbarNeXT: Emit property metadata (classes, protocols, categ...
2008-08-22 Anders CarlssonUse isa instead of dyn_cast.
2008-08-22 Argyrios KyrtzidisAllow nested backtracks.
2008-08-22 Daniel DunbarNeXT: Emit category metadata.
2008-08-22 Daniel DunbarAdd some QA related example clang projects.
2008-08-22 Ted KremenekUpdate Xcode project.
2008-08-22 Anders CarlssonAdd preliminary (and probably broken) codegen support...
2008-08-22 Argyrios KyrtzidisMove the rest of the Sema C++ tests into the SemaCXX...
2008-08-22 Argyrios KyrtzidisAdd support for C++'s "type-specifier ( expression...
2008-08-22 Nico Webermake test fails if llvm is checked out to llvm-svn...
2008-08-22 Nico WeberMove most of HeaderSearch initialization to libDriver.
2008-08-22 Chris Lattnerimprove pretty printing of objc method declaration,
2008-08-22 Ted KremenekUpdated checker build.
2008-08-22 Anders CarlssonInitial sema support for C++ static initializers.
2008-08-22 Ted KremenekUpdated latest checker build.
2008-08-22 Eli FriedmanFix some issues with array type merging. (No visible...
2008-08-22 Eli FriedmanMinor const cleanup.
2008-08-22 Eli FriedmanRewrite type compatibility testing to do type merging...
2008-08-22 Eli FriedmanInitial implementation of floats in Expr::tryEvaluate...
2008-08-21 Zhongxing XuModify comments.
2008-08-21 Zhongxing XuMove the handling of DeclStmt from GRExprEngine to...
2008-08-21 Daniel DunbarNeXT: Emit [meta]class protocol references.
2008-08-21 Ted KremenekAdded --use-cc option to scan-build to allow the user...
2008-08-21 Chris Lattneradd a simple check to warn people who type "=+" when...
2008-08-21 Steve NaroffRewriteObjC::RewriteObjCSynchronizedStmt(): Make sure...
2008-08-21 Daniel DunbarUse full path to count script, and don't treat files...
2008-08-21 Daniel DunbarPreliminary support for Obj-C classes in NeXT runtime.
2008-08-21 Daniel DunbarMissed a test case writing a .ll file.
2008-08-21 Daniel DunbarReorder the PATH used during testing so $(ToolDir)...
2008-08-21 Daniel DunbarUpdate a number of CodeGen tests to not create .ll...
2008-08-21 Daniel DunbarUpdate test/Makefile to allow testing when using a...
2008-08-21 Eli FriedmanRemove duplicate define from Windows-x86 target.
2008-08-21 Eli FriedmanInitial implementation of Windows x86 target; at the...
2008-08-21 Eli FriedmanAdd Linux x86-32 target.
2008-08-21 Eli FriedmanFirst cut at OS detection, taking advantage of the...
2008-08-20 Eli FriedmanClass reorg for PPC; shouldn't be any visible changes...
2008-08-20 Eli FriedmanFix a regression from my fix to PR2631. Fixes PR2692.
2008-08-20 Eli FriedmanFix a minor crash-on-invalid.
2008-08-20 Daniel DunbarFix attributes on Obj-C interfaces & methods.
2008-08-20 Ted KremenekFix URL typo.
2008-08-20 Ted KremenekUpdated checker build.
2008-08-20 Ted KremenekPatch by Zhongxing Xu:
2008-08-20 Ted KremenekPatch by Zhongxing Xu: We should set back the modified...
2008-08-20 Eli FriedmanClass reorg for ARM. Shouldn't be any visible changes.
2008-08-20 Eli FriedmanClass hierarchy reorg for Sparc architecture. While...
2008-08-20 Daniel DunbarFix subtle bug introduced in r54852.
2008-08-20 Ted KremenekRe-enable deletion of AST nodes upon completion of...
2008-08-20 Ted KremenekAdded ObjCAtDefsFieldDecl to represent FieldDecls creat...
2008-08-20 Eli FriedmanReorganize the class hierarchy for x86 targets; shouldn...
2008-08-20 Eli FriedmanFix test failure on Linux.
2008-08-20 Eli FriedmanFix some spam from make I accidentally introduced.
2008-08-20 Daniel DunbarMove all Obj-C runtime interaction into CodeGenFunction.
2008-08-20 Eli FriedmanGet rid of the bogus -depth +0 argument; I really have...
2008-08-19 Ted KremenekMove store pretty-printing logic inside of StoreManager...
2008-08-19 Ted KremenekPatch by Zhongxing Xu!
2008-08-19 Steve NaroffFix crasher in RewriteObjC::RewriteObjCSynchronizedStmt...
2008-08-19 Chris LattnerUse raw_ostream to output an unsigned.
2008-08-19 Ted KremenekUpdate checker-78.
2008-08-19 Chris Lattneradd testcase we already handle.
2008-08-18 Argyrios KyrtzidisAdd ExplicitCastExpr to replace the current CastExpr...
2008-08-18 Chris Lattnerproper grammar n stuph
next