]> granicus.if.org Git - clang/shortlog
clang
2009-03-24 Daniel DunbarDriver: Warn when 'clang' is used to compile a source...
2009-03-24 Daniel DunbarDriver: Change default use of "clang" compiler.
2009-03-24 Daniel DunbarMove ToolChain::ShouldUseClangCompiler to
2009-03-24 Daniel DunbarDriver: Translate -fverbose-asm for LLVM backend.
2009-03-24 Mike StumpReally fix cmake style builds.
2009-03-24 Daniel DunbarDriver: Result files shouldn't be removed on failure...
2009-03-24 Daniel DunbarDriver: ArgList::getLastArg was in fact returning the...
2009-03-24 Anders CarlssonFix the bug that Eli noticed where we wouldn't look...
2009-03-24 Chris Lattnerimprove error recovery for when type parsing fails.
2009-03-24 Chris Lattnerfix "Comment#1" from PR3872
2009-03-24 Chris Lattnerrandom cleanups.
2009-03-24 Douglas GregorTemplate instantiation for constructors
2009-03-24 Chris Lattner-arch ppc should change the triple to powerpc-foo not...
2009-03-24 Douglas GregorAdd another C++ open project
2009-03-24 Chris Lattnerchange the __VERSION__ string to be more sensible....
2009-03-24 Daniel DunbarDriver: Forward -MMD (not -MM) to clang-cc; this got...
2009-03-24 Daniel DunbarUpdate TestRunner.sh for renaming.
2009-03-24 Ted KremenekMore path updates with clang-cc...
2009-03-24 Ted KremenekUpdate scan-build/ccc-analyzer to use 'clang-cc' instea...
2009-03-24 Daniel DunbarInstall clang-cc to libexec/clang-cc (instead of bin...
2009-03-24 Daniel DunbarRename clang-driver to clang.
2009-03-24 Daniel DunbarMove <root>/Driver into <root>/tools/clang-cc.
2009-03-24 Daniel DunbarAdd CMake files for tools/driver; I am just guessing...
2009-03-24 Daniel DunbarSupport member reference on ?: of struct type.
2009-03-24 Daniel DunbarRename clang to clang-cc.
2009-03-24 Daniel DunbarUse not instead of ! in tests.
2009-03-24 Anders CarlssonHandle pointers to arrays of abstract types.
2009-03-24 Anders CarlssonRemove a task that's completed now.
2009-03-24 Anders Carlssonclass.abstract is complete. Anything that doesn't work...
2009-03-24 Anders CarlssonMore work on diagnosing abstract classes. We can now...
2009-03-24 Eli FriedmanFix PR3868 by making Evaluate handle cases like "(long...
2009-03-24 Eli FriedmanFix a couple of tests.
2009-03-24 Daniel Dunbarccc: Have generic GCC tool chain search the driver...
2009-03-24 Douglas GregorCleanup template instantiation for methods, destructors
2009-03-24 Ted KremenekUpdate checker build.
2009-03-24 Daniel DunbarDriver: lipo wasn't being called correctly (translation...
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.
next