]> granicus.if.org Git - clang/shortlog
clang
2009-03-21 Chris Lattneravoid making constant folding logic eliminate obviously...
2009-03-21 Chris Lattnercontinue dancing around the obvious algorithm issues...
2009-03-21 Chris Lattneradd an assertion for unreachable code.
2009-03-21 Chris LattnerAdd a fast path to CodeGenModule::getMangledName for...
2009-03-21 Chris Lattnerpartially inline getAttrs() to speed up PR3810 (and...
2009-03-21 Chris Lattnersimplify CXXNameMangler::mangle, making it exit earlier...
2009-03-21 Daniel DunbarDriver: Give Compilation::Execute total control over...
2009-03-21 Ted KremenekAdd back warning about a PTH file not containing any...
2009-03-21 Ted KremenekAllow PTH files with no identifiers.
2009-03-20 Douglas GregorWhen building the structured initializer list, pre...
2009-03-20 Daniel Dunbarccc/Driver/clang-fe: Accept -fbuiltin, and forward...
2009-03-20 Ted KremenekFix include-pth.c test case to (hopefully) more resilie...
2009-03-20 Daniel Dunbarccc/Driver: .s defaults to 'assembler-with-cpp' on...
2009-03-20 Douglas GregorDestroy expressions properly when resizing an initializ...
2009-03-20 Douglas GregorInitListDesignations hasn't been used (ever). Eliminate...
2009-03-20 Douglas GregorEliminate post-diagnostic hooks. Instead, implement...
2009-03-20 Daniel Dunbarccc: Use -include-pth.
2009-03-20 Mike StumpFix codegen for support for super inside block literal...
2009-03-20 Ted KremenekFix <rdar://problem/6704086> by allowing the format...
2009-03-20 Chris Lattnerfix test/Preprocessor/macro_paste_mscomment.c.
2009-03-20 Fariborz JahanianFix a crash during meta-data generation of objc2's...
2009-03-20 Douglas GregorImprove documentation for MemberExpr
2009-03-20 Douglas GregorLink from the C++ status page to the open projects...
2009-03-20 Douglas GregorDocument some small- to mid-size open C++ projects
2009-03-20 Douglas GregorSome minor tweaks and additional tests for rvalue refer...
2009-03-20 Chris Lattnerrename the <predefines> buffer to <built-in> to solve...
2009-03-20 Ted KremenekGRExprEngine:
2009-03-20 Ted KremenekRemove unneeded radar reference.
2009-03-20 Daniel DunbarDriver: Switch to using -include-pth.
2009-03-20 Daniel DunbarUpdate test case.
2009-03-20 Fariborz JahanianMore super dot-syntax property implementation
2009-03-20 Ted KremenekFix <rdar://problem/6703892> by not warning about self...
2009-03-20 Devang PatelFix ivar's size encoding.
2009-03-20 Daniel DunbarDriver: Parse Darwin version out of target triple.
2009-03-20 Ted KremenekAdd test case for '-include-pth'.
2009-03-20 Ted KremenekPTHManager::Create() now creates a PTHManager even...
2009-03-20 Ted Kremenekretain/release checker: Tracking autorelease counts...
2009-03-20 Ted KremenekAllow profiling of "invalid" Symbols.
2009-03-20 Fariborz JahanianImplement ir gen. for setter/getter applied to 'super'
2009-03-20 Chris Lattneradd tests for the various .S bugs I fixed on wednesday.
2009-03-20 Chris Lattnerrename this test from .S to .c so that it gets run.
2009-03-20 Daniel DunbarDriver: Add and use darwin::Assemble tool.
2009-03-20 Chris Lattnerrefactor some code, fixing a problem discovered by...
2009-03-20 Daniel DunbarDriver: Add two option overload for AddAllArgValues.
2009-03-20 Chris Lattnerpass langoptions around.
2009-03-20 Chris Lattnerpass LangOptions into TargetInfo::getTargetDefines...
2009-03-20 Chris Lattneradd a new LangOptions::GNUMode bit to distinguish betwe...
2009-03-20 Daniel DunbarDriver: Add Arg::getAsString and use when dumping argum...
2009-03-20 Chris Lattnerstrictly evaluate SVN_REVISION so that svnversion is...
2009-03-20 Daniel DunbarDriver: Implement -print-search-dirs.
2009-03-20 Daniel DunbarDriver: Unbreak ToolChain::get{File,Program}Paths ...
2009-03-20 Daniel DunbarDriver: Sketch Darwin tool chains.
2009-03-20 Daniel DunbarDriver: Add darwin::Lipo tool.
2009-03-20 Ted KremenekPreserve ordering between -include and -include-pth.
2009-03-20 Douglas GregorAllow flexible array initializers that are not surround...
2009-03-20 Ted KremenekImplement "-include-pth" in low-level driver. This...
2009-03-20 Ted KremenekAdd accessor Preprocessor::getPTHManager().
2009-03-20 Daniel DunbarDriver: Move tool chain implementations into ToolChains...
2009-03-20 Daniel DunbarDriver: Temporary hack to allow -ccc-print-bindings...
2009-03-19 Sebastian RedlBindir and Win32 builds work, so switch to .inc files...
2009-03-19 Ted KremenekAdd PTHManager::getOriginalSourceFile(), a method that...
2009-03-19 Ted KremenekStore the name of the original file used to generate...
2009-03-19 Chris Lattnerwording.
2009-03-19 Douglas GregorVariables marked as "extern" can actually have internal...
2009-03-19 Ted KremenekAdd test cases for PR 3820.
2009-03-19 Ted KremenekPer Daniel's suggestion, remove default case from switc...
2009-03-19 Chris Lattneradd link to new page
2009-03-19 Chris Lattnerlink to diags page.
2009-03-19 Chris Lattnermove most of the diags info out to its own file.
2009-03-19 Douglas GregorAllow notes to be printed following a fatal error,...
2009-03-19 Chris Lattnersplit diagnostics examples out to its own file.
2009-03-19 Douglas GregorAdd a clarifying comment about HasPrototype's computation
2009-03-19 Ted KremenekSupport langkind_cxx_pch when determining the language...
2009-03-19 Fariborz JahanianWhen looking for property name (or getter method) in a
2009-03-19 Douglas GregorIf a function is declared as, e.g.,
2009-03-19 Daniel DunbarDriver/clang: -mattr strings were not comma separated.
2009-03-19 Douglas GregorIntroduce a new expression type, UnresolvedDeclRefExpr...
2009-03-19 Daniel DunbarIRgen support for alias of global variable.
2009-03-19 Daniel DunbarDriver: Compilation::Execute wasn't returning result...
2009-03-19 Daniel DunbarDriver: Executing piped jobs with a single command...
2009-03-19 Daniel DunbarDriver: Claim unused input arguments when emitting...
2009-03-19 Daniel DunbarDriver: Claim -arch options when pipelining, and claim...
2009-03-19 Daniel DunbarDriver: Handle "linker input" arguments.
2009-03-19 Daniel DunbarDriver: Add Arg::renderAsInput; this is a messy area...
2009-03-19 Chris Lattneradd a note
2009-03-19 Chris Lattnerupdate our bragging about diagnostics. :)
2009-03-19 Chris Lattneradd NestedNameSpecifier.h/cpp to the xcode project...
2009-03-19 Douglas GregorPrint the context of tag types as part of pretty-printi...
2009-03-19 Douglas GregorGeneralize printing of nested-name-specifier sequences...
2009-03-19 Ted KremenekUpdate checker build
2009-03-19 Ted KremenekPlist diagnostics: distinguish between regular and...
2009-03-19 Douglas GregorExtend the use of QualifiedNameType to the creation...
2009-03-19 Devang PatelEncode ivar access control info.
2009-03-19 Ted KremenekUpdate checker build.
2009-03-19 Douglas GregorIntroduce a representation for types that we referred...
2009-03-18 Ted KremenekFix PR 3836 by eagerly assuming symbolic constraints...
2009-03-18 Gabor GreifUse the instantiated expressions to build the Condition...
2009-03-18 Gabor GreifAdd a sugared version of ASTOwningResult::take,
2009-03-18 Daniel DunbarDriver: Fix bug in translating -O to clang, add clang...
2009-03-18 Daniel DunbarDriver: Resolve program path for "cp" (used as part...
next