]> granicus.if.org Git - clang/shortlog
clang
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,...
2009-03-19 Chris Lattnersplit diagnostics examples out to its own file.
2009-03-19 Douglas GregorAdd a clarifying comment about HasPrototype's computation
2009-03-19 Ted KremenekSupport langkind_cxx_pch when determining the language...
2009-03-19 Fariborz JahanianWhen looking for property name (or getter method) in a
2009-03-19 Douglas GregorIf a function is declared as, e.g.,
2009-03-19 Daniel DunbarDriver/clang: -mattr strings were not comma separated.
2009-03-19 Douglas GregorIntroduce a new expression type, UnresolvedDeclRefExpr...
2009-03-19 Daniel DunbarIRgen support for alias of global variable.
2009-03-19 Daniel DunbarDriver: Compilation::Execute wasn't returning result...
2009-03-19 Daniel DunbarDriver: Executing piped jobs with a single command...
2009-03-19 Daniel DunbarDriver: Claim unused input arguments when emitting...
2009-03-19 Daniel DunbarDriver: Claim -arch options when pipelining, and claim...
2009-03-19 Daniel DunbarDriver: Handle "linker input" arguments.
2009-03-19 Daniel DunbarDriver: Add Arg::renderAsInput; this is a messy area...
2009-03-19 Chris Lattneradd a note
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.
next