]> granicus.if.org Git - clang/shortlog
clang
2009-03-22 Chris Lattnerpull "runtime globals" into the same framework as other...
2009-03-22 Eli FriedmanRemove dead code.
2009-03-22 Anders CarlssonDisallow abstract types where appropriate.
2009-03-22 Chris Lattnerfix a fixme: non-proto struct returning function defini...
2009-03-22 Chris Lattneradd some missing type predicates.
2009-03-22 Nuno Lopesfix PR3859: crash with 'cc -V'
2009-03-22 Ted KremenekPTHManager::Create():
2009-03-22 Anders CarlssonKeep track of whether a class is abstract or not. This...
2009-03-22 Chris Lattnerdon't set the name of a call instruction to "call"...
2009-03-22 Chris Lattnerfix CreateTempAlloca to not set a name on the alloca...
2009-03-22 Chris Lattnerset function/global names with setName instead of passi...
2009-03-22 Chris Lattnerfix some warnings in release-assert mode.
2009-03-21 Chris Lattnerfix test
2009-03-21 Mike StumpFixup codegen for nested block literals so that we...
2009-03-21 Douglas GregorFix a thinko in the pre-allocation strategy for structu...
2009-03-21 Fariborz JahanianIssue error if variables are defined inside an objc...
2009-03-21 Daniel DunbarFrontend: Handle empty input on stdin.
2009-03-21 Daniel DunbarFrontend: Handle empty input on stdin.
2009-03-21 Chris Lattnernow that all the decl reference and creation stuff...
2009-03-21 Chris Lattnerfix a crash that could occur when a variable declaratio...
2009-03-21 Chris Lattnersimplify and cleanup global variable creation stuff...
2009-03-21 Chris Lattnersimplify management of llvm::Function creation to all...
2009-03-21 Chris Lattnercode cleanups, rename EmitForwardFunctionDefinition ->
2009-03-21 Chris Lattnerfix several problems with asm renaming, by pulling...
2009-03-21 Chris Lattneradd some fixmes
2009-03-21 Chris Lattnerreduce redundant calls of getMangledName.
2009-03-21 Chris Lattnersimplify some more code.
2009-03-21 Chris Lattnersimplify and comment some code better. Make BindRuntim...
2009-03-21 Chris Lattnerrandom code cleanups.
2009-03-21 Chris Lattnerremove obviously dead code: you can't bitcast a pointer...
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,...
next