]> granicus.if.org Git - clang/shortlog
clang
2009-03-18 Daniel DunbarDriver: Forgot to mark -### as a driver option.
2009-03-18 Daniel DunbarDriver: Add assert and FIXME; arguments which act as...
2009-03-18 Daniel DunbarDriver: Provide Arg::render implementations.
2009-03-18 Daniel DunbarDriver: Add "d" flag to Options.def for options which...
2009-03-18 Daniel DunbarDriver: ConstructJob also needs to know the destination...
2009-03-18 Daniel DunbarDriver: Print version on stderr to match [gc]cc.
2009-03-18 Daniel DunbarDriver: Implement -### (hard to tell, since we don...
2009-03-18 Daniel DunbarDriver: Add forwarding methods to underlying list for...
2009-03-18 Daniel DunbarDriver: Claim inputs when we bind the InputAction.
2009-03-18 Daniel DunbarDriver: Make Arg::Claimed mutable.
2009-03-18 Daniel DunbarDriver: Rename Command::Argv to Command::Arguments...
2009-03-18 Daniel DunbarDriver: Don't claim inputs when pipelining, a tool...
2009-03-18 Daniel DunbarDriver: Add a dash of const.
2009-03-18 Daniel DunbarDriver: Stub out Tool::ConstructJob.
2009-03-18 Daniel DunbarAdd 'make cscope.files' top level target.
2009-03-18 Daniel DunbarDriver: Fix Compilation::getArgsForToolChain, local...
2009-03-18 Daniel DunbarDriver: Add two normalizations for powerpc.
2009-03-18 Chris Lattnerfix PR3809, codegen for inc/dec of function pointers.
2009-03-18 Chris Lattnerteach codegen to handle noop casts as lvalues.
2009-03-18 Daniel DunbarFix -E mismatch; an identifier followed by a numeric...
2009-03-18 Daniel DunbarDriver: Ditch Driver::DefaultToolChain, this can vary...
2009-03-18 Daniel DunbarDriver: I was too hasty in free'ing Actions, we sometim...
2009-03-18 Daniel DunbarDriver: Initialize Arg::Claimed
2009-03-18 Daniel DunbarDriver: Err, didn't mean to commit this part yet.
2009-03-18 Daniel DunbarDriver: Move actions into Compilation, and construct...
2009-03-18 Daniel DunbarDriver: Use custom diag printer to drop dependency...
2009-03-18 Zhongxing Xuadd test case.
2009-03-18 Daniel DunbarDriver: Add test for binding of precompile; exposed...
2009-03-18 Zhongxing XuUse a work list to recursively build up the subregion...
2009-03-18 Daniel DunbarDriver: Implement JoinedAndSeparateArg::getValue and...
2009-03-18 Daniel DunbarDriver: UnknownHostInfo was always returning 0.
2009-03-18 Daniel DunbarDriver: Use PrettyStackTrace.
2009-03-18 Gabor Greifcleanup instantiation code, tighten testcase
2009-03-18 Anders CarlssonFix failing test case.
2009-03-18 Daniel DunbarDriver: Release Host, ToolChain, and Tool implementations.
2009-03-18 Gabor Greifinstantiate ?: expressions
2009-03-18 Douglas GregorThe scope representation can now be either a DeclContex...
2009-03-18 Daniel DunbarDriver: Add test case for -ccc-clang-archs (which,...
2009-03-17 Douglas GregorSmall sanity-checking testcase
2009-03-17 Daniel DunbarDriver: Add test case for various parts of binding...
2009-03-17 Daniel DunbarTest had extra line which was masking actual failures.
2009-03-17 Daniel DunbarDriver: Add test for pipelining for analyzer and precom...
2009-03-17 Chris Lattnerpull a nested conditional + comment out into its own...
2009-03-17 Chris Lattnerdon't crash when sentinel attribute is used on function...
2009-03-17 Chris LattnerFix Type::getDesugaredType() to remove all direct sugar on
2009-03-17 Daniel DunbarDriver: Add -ccc-print-bindings option (for testing...
2009-03-17 Daniel DunbarDriver: Add name to Tool (for testing/debugging) and...
2009-03-17 Ted KremenekStub out some code for support for NSDeallocateObject...
2009-03-17 Chris LattnerGCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace.
2009-03-17 Daniel DunbarDriver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN...
2009-03-17 Daniel DunbarDriver: Stub out generic GCC tool selection (missed...
2009-03-17 Daniel DunbarDriver: Stub out generic GCC tool selection.
2009-03-17 Daniel DunbarDriver: Stub out generic GCC tool chain implementation.
2009-03-17 Daniel DunbarDriver: Make sure to get the default arch name from...
2009-03-17 Daniel DunbarDriver: Pass HostInfo reference into ToolChain.
2009-03-17 Douglas GregorRefactor instantiation of declarations within a templat...
2009-03-17 Daniel DunbarDriver: Pass Driver reference down into Host info,...
2009-03-17 Daniel DunbarDriver: Fix typo ArgList destructor.
2009-03-17 Ted Kremenekretain/release checker: Add support for reasoning about...
2009-03-17 Douglas GregorImplement instantiation of enums within class templates...
2009-03-17 Daniel DunbarDriver: Hide HostInfo implementations.
2009-03-17 Daniel DunbarDriver: Add two option form of ArgList::getLastArg.
2009-03-17 Daniel DunbarDriver: Add logic for computing where to put job output...
2009-03-17 Daniel DunbarDriver: Add list of temporary and result files to Compi...
2009-03-17 Daniel DunbarAdd ArgList::MakeArgString and make ArgList::Make*...
2009-03-17 Gabor Greiftypo
2009-03-17 Anders CarlssonInitialize the cleanup.dst variable if necessary. Fixes...
2009-03-17 Anders CarlssonWe want to grep the output, not the input :-)
2009-03-17 Daniel DunbarFix unused variable warning in -Asserts mode.
2009-03-17 Anders CarlssonHandle ImplicitCastExprs when instantiating templates.
2009-03-16 Devang PatelFix struct field's debug info.
2009-03-16 Douglas GregorFix a problem noticed by Anders, where we were creating
2009-03-16 Sebastian RedlAlmost complete implementation of rvalue references...
2009-03-16 Douglas GregorBuild system changes to use TableGen to generate the...
2009-03-16 Chris Lattnersome updates, Daniel points out that this is woefully...
2009-03-16 Chris Lattnersimplify this code by reading the decision from LangOpt...
2009-03-16 Anders CarlssonCheck signedness of bitfield sizes.
2009-03-16 Anders CarlssonWe support static_assert.
2009-03-16 Daniel DunbarDriver: Implement majority tool binding logic.
2009-03-16 Daniel DunbarDriver: Migrate some data into the Compilation; after...
2009-03-16 Daniel DunbarDriver: Sketch Tool and ToolChain classes.
2009-03-16 Daniel DunbarDriver: Include Casting header definitions in a few...
2009-03-15 Sebastian RedlParser support for rvalue references.
2009-03-15 Anders Carlsson(Hopefully) instantiate dependent array types correctly.
2009-03-15 Anders CarlssonHandle static_asserts when instantiating structs.
2009-03-15 Anders CarlssonAdd the ability to clone integer and string literals...
2009-03-15 Sebastian RedlConvert a bunch of actions to smart pointers, and also...
2009-03-15 Douglas GregorFix bitfield-instantiation ownership bug noticed by...
2009-03-15 Anders CarlssonMake sure to release the expressions.
2009-03-15 Sebastian RedlKeep diagnostic td in sync with r67015.
2009-03-15 Daniel DunbarAdd note on theoretical IRgen improvement.
2009-03-15 Daniel DunbarRemove a FIXME.
2009-03-15 Daniel DunbarFix comment typo.
2009-03-15 Daniel DunbarOnly intptr_t is protected by __intptr_t_defined.
2009-03-15 Daniel DunbarDriver: Typo fix.
2009-03-15 Daniel DunbarDriver: claim input arguments when building phases.
2009-03-15 Daniel DunbarDriver: Start warning about unused arguments.
2009-03-15 Daniel DunbarDriver: Update ArgList::{hasArg,getLastArg} to optional...
2009-03-15 Daniel DunbarDon't accept '$' in identifiers in assembler-with-cpp...
2009-03-14 Sebastian RedlRevert the switch to the tablegen diags. It fails for...
next