]> granicus.if.org Git - clang/shortlog
clang
2009-03-24 Daniel Dunbarccc/Driver: -r option doesn't take an argument.
2009-03-24 Douglas GregorTemplate instantiation for destructors. This is somewha...
2009-03-23 Eli FriedmanFix the ABI convention for struct returns on x86 outsid...
2009-03-23 Douglas GregorAnother use of adjustParameterType. Plus, GetTypeForDec...
2009-03-23 Douglas GregorTemplate instantiation for the declarations of member...
2009-03-23 Ted KremenekDeallocate 'DeclRefExpr's in correctly formed '#pragma...
2009-03-23 Ted KremenekA test case to test that -warn-dead-stores does not...
2009-03-23 Ted KremenekImplement '#pragma unused'.
2009-03-23 Daniel DunbarDriver: Make argument parsing fast.
2009-03-23 Anders CarlssonAdd SemaTypeInstantiateDecl.cpp
2009-03-23 Ted KremenekUpdate checker build.
2009-03-23 Daniel DunbarDriver: Fix off by one in computation of first searchab...
2009-03-23 Fariborz JahanianMust allow for strong cast of floats as well (objc2...
2009-03-23 Anders CarlssonMore improvements to abstract type checking. Handle...
2009-03-23 Daniel DunbarDriver: Add two special groups of "whitelisted" options...
2009-03-23 Daniel DunbarDriver: Check that options are ordered properly (outside of
2009-03-23 Chris Lattneruse isa<>
2009-03-23 Anders CarlssonIt's an error to try to allocate an abstract object...
2009-03-23 Douglas GregorFix PR3855. When we encounter an incompatible redeclara...
2009-03-23 Chris LattnerThe individual pieces of an invalid paste as still...
2009-03-23 Ted Kremenekanalyzer: Provide temporary workaround for false positi...
2009-03-23 Douglas GregorTighten up the determination of whether a function...
2009-03-23 Chris Lattnerif the driver decides to run clang on a .s file, treat...
2009-03-23 Douglas GregorThanks to Eli for pointing out my misreading of 6.2.2p5
2009-03-23 Daniel DunbarDriver: Setup file and program search paths in tool...
2009-03-23 Daniel DunbarAd FreeBSD ARM target info.
2009-03-23 Ted Kremenekanalyzer: Fix embarrassing regression in BasicStore...
2009-03-23 Daniel Dunbarccc: Forward -f[no-]builtin to clang.
2009-03-23 Eli FriedmanMinor Evaluate cleanup; add some boilerplate implementa...
2009-03-23 Eli FriedmanMinor enhancements to Evaluate.
2009-03-23 Eli FriedmanSome minor fixes for complex IRGen.
2009-03-23 Eli FriedmanFix a subtle bug in CodeGen for the increment of a...
2009-03-23 Ted KremenekUpdate checker build.
2009-03-23 Eli FriedmanAdd some FIXMEs relating to incomplete types.
2009-03-23 Eli FriedmanFix a few more instances of "&>".
2009-03-23 Sebastian RedlRecognize rvalue references in C++03, but complain...
2009-03-22 Eli FriedmanPartial implementation of PR3342: break out pointer...
2009-03-22 Daniel DunbarDriver: Drop code for checking bounds in SeparateArg...
2009-03-22 Sebastian RedlDisallow catching exceptions by rvalue reference.
2009-03-22 Eli FriedmanAdjust isModifiableLvalue to give a slightly more usefu...
2009-03-22 Daniel DunbarDriver: Implement 'missing argument' error.
2009-03-22 Eli FriedmanFix code to mark block variables as const to actually...
2009-03-22 Sebastian Redl.td files have been used for a few days without complai...
2009-03-22 Sebastian RedlImplement static_cast from lvalue to rvalue reference.
2009-03-22 Eli FriedmanAdd testcase for incomplete call/return types for calls.
2009-03-22 Eli FriedmanCheck that the return/argument types of calls are complete.
2009-03-22 Chris Lattnerswitch getBuiltinLibFunction to use the new GetOrCreate...
2009-03-22 Eli FriedmanDon't use &> in tests; dash doesn't understand it.
2009-03-22 Chris Lattneremit aliases as the definitions fly by, don't bother...
2009-03-22 Chris Lattnermake alias definition logic more similar to functions...
2009-03-22 Sebastian RedlFix build from r67476 and address the easy part of...
2009-03-22 Chris Lattnerfix PR3200 by making alias emission use the new infrast...
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...
next