]> granicus.if.org Git - clang/shortlog
clang
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...
2009-03-18 Daniel DunbarDriver: Forcibly disable pipe support until we can...
2009-03-18 Daniel DunbarDriver: Delete the temporary files llvm::sys::Path...
2009-03-18 Mike StumpMake -j8 safe.
2009-03-18 Daniel DunbarAdd simple test case to make sure driver can generate...
2009-03-18 Daniel DunbarDriver: Execute jobs; no pipe support yet.
2009-03-18 Fariborz Jahanianobjc: Implemented variables declared in class interface
2009-03-18 Daniel DunbarDriver: Cleanup temporary/result files.
2009-03-18 Ted KremenekFix crash reported in <rdar://problem/6695527>. We...
2009-03-18 Daniel DunbarDriver: Lookup program names using llvm::sys::Program...
2009-03-18 Mike StumpThe eventual name of this will be clang, might as well...
2009-03-18 Daniel DunbarDriver: Update test case.
2009-03-18 Ted KremenekAdd stub TableGen file for diagnostic options.
2009-03-18 Chris Lattnersilence some errors that should not apply to .S files...
2009-03-18 Chris Lattnerwhen preprocessing a .S file, unknown directives should...
2009-03-18 Chris Lattnerproperly form a full token for # before calling HandleD...
2009-03-18 Chris LattnerThis is not considered a preprocessor directive in...
2009-03-18 Chris Lattnerconstructs like:
2009-03-18 Gabor Greifadded type dependent testcase
2009-03-18 Daniel DunbarDriver: Support ToolChain specific path lists to search...
2009-03-18 Daniel DunbarDriver: Get executable path using llvm::sys::Path:...
2009-03-18 Mike StumpAdd version information to ISO style test results.
2009-03-18 Gabor Greifincorporate review comment (about the optimization...
2009-03-18 Mike StumpMove generated file to ObjDir.
2009-03-18 Daniel DunbarPR3835: Interaction with ABI structure passing can...
2009-03-18 Daniel DunbarDriver: Construct temporary file names.
2009-03-18 Ted KremenekHTML rewriter: Don't replace tabs with spaces by default.
2009-03-18 Mike StumpAdd revision information.
2009-03-18 Chris Lattnerfix the more complex cases by actually codegen'ing...
2009-03-18 Chris Lattneradd codegen support for casting an element to a union.
2009-03-18 Daniel DunbarDriver: Don't warn about unused arguments if there...
2009-03-18 Gabor Greifsimplify logic, isInvalid check is redundant
2009-03-18 Mike StumpBe sure to not add weak import, if we are ignoring it.
2009-03-18 Chris Lattnerremove two xfailed tests. These aren't doing any good...
2009-03-18 Ted KremenekRefactor 'Warning', 'Extension', and 'ExtWarn' TableGen...
2009-03-18 Mike StumpAdd codegen support for aggregate BlockDeclRefExprs.
2009-03-18 Mike StumpFix URL trimming for version information.
2009-03-18 Mike StumpIgnore weak import on properties.
2009-03-18 Mike StumpImprove version number.
2009-03-18 Daniel DunbarDriver: Port Clang argument translation.
2009-03-18 Daniel DunbarDriver: Bug fix, derived .gch names sometimes started...
2009-03-18 Daniel Dunbarccc: Pass --relocation-model as separate arguments...
2009-03-18 Daniel DunbarDriver: Add argument translation utilities to ArgList.
2009-03-18 Daniel DunbarDriver: Lift out common GCC tool and implement generic...
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...
next