]> granicus.if.org Git - clang/shortlog
clang
2009-02-05 Chris Lattnerallow mapping errors to fatal.
2009-02-05 Chris Lattnerdocument fatal
2009-02-05 Chris Lattneradd support to the diagnostics machinery for mapping...
2009-02-05 Ted KremenekAdd 'AppendValue' to the list of magic CF function...
2009-02-05 Fariborz Jahanianobjc2's nonfragile-abi - API selection for when receiv...
2009-02-05 Anders CarlssonFollow Eli's advice and store the VLA size with the...
2009-02-05 Fariborz JahanianMore objc2's API chanes.
2009-02-05 Douglas GregorImprovements and fixes for name lookup with using direc...
2009-02-05 Chris LattnerI didn't mean to change this.
2009-02-05 Torok EdwinAdd Debian gcc 4.3 header search directories.
2009-02-05 Fariborz Jahanian#ifdef'out out objc2 API selection which is not done...
2009-02-05 Ted KremenekUpdate checker build.
2009-02-05 Sebastian RedlFix the symptom of the regression, by having the CXXCon...
2009-02-05 Sebastian RedlPut the invalid flag of OwningResult into the Action...
2009-02-05 Sebastian RedlRemove some non-ASCII in comment.
2009-02-05 Daniel DunbarAdd bare bones test that parameter passing is consisten...
2009-02-05 Daniel DunbarImplement Direct ABIInfo semantics.
2009-02-05 Daniel DunbarSimplify test for whether we need an alloca to hold...
2009-02-05 Daniel DunbarImplement ABI Indirect sematics for arguments.
2009-02-05 Daniel DunbarMerge ABIInfo StructRet/ByVal into Indirect.
2009-02-05 Chris Lattnermake clang agree with gcc 4.2's x86-64 predefines and...
2009-02-05 Chris Lattnercorrect and generalize computation of __INTMAX_MAX__.
2009-02-05 Chris Lattnerprivatize some stuff.
2009-02-05 Chris Lattnerfix some differences between apple gcc and clang on...
2009-02-05 Daniel DunbarPull CodeGenFunction::GetUndefRValue() out of EmitUnsup...
2009-02-05 Zhongxing XuMake SymbolicRegion subclass TypedRegion, for symbols...
2009-02-05 Ted KremenekRemove a bunch of obscene double-buffering of BugReport...
2009-02-05 Daniel Dunbarccc: Translate -O to -O1 for clang, and only pass last...
2009-02-05 Dale JohannesenReapply Daniel's patch to match up with llvm 63765.
2009-02-05 Daniel Dunbarx86-32: Use Ignore to avoid passing empty structs ...
2009-02-05 Daniel DunbarHonor ByVal alignment. Patch by Nate Begeman!
2009-02-05 Fariborz Jahanian This patch generates messaging code for objc2's non...
2009-02-05 Daniel DunbarInitialize alignment field for ByVal ABIInfo correctly.
2009-02-05 Ted KremenekFix regression: Leak (BugType) object should have ...
2009-02-05 Daniel DunbarUnbreak CGFunctionInfo::Profile method and reenable...
2009-02-04 Ted KremenekOverhaul BugReporter interface and implementation....
2009-02-04 Daniel DunbarChase LLVM TOT in circles (i.e., revert r63773 to match...
2009-02-04 Daniel DunbarAdd ABIArgInfo::dump()
2009-02-04 Douglas GregorImplement semantic analysis for the GNU flexible array...
2009-02-04 Mike StumpAdd support for blocks with explicit return types.
2009-02-04 Daniel DunbarUse correct signature for calling enumeration mutation...
2009-02-04 Daniel DunbarTemporarily disable caching of ABI results; this is...
2009-02-04 Sebastian RedlImplement taking address of member functions, including...
2009-02-04 Daniel Dunbarccc: Forward -femit-all-decls to clang and use an optio...
2009-02-04 Daniel DunbarTest case for -femit-all-decls.
2009-02-04 Daniel DunbarAdd -femit-all-decls codegen option.
2009-02-04 Daniel DunbarAdd asserts that the function signature matches the...
2009-02-04 Daniel Dunbar(llvm up) Update for intrinsic lookup changes.
2009-02-04 Fariborz JahanianSome early code for objc2's nonfragile abi messaging.
2009-02-04 Fariborz JahanianPatch fixes messaging for GNU runtime.
2009-02-04 Chris Lattnersmaller header.
2009-02-04 Chris LattnerFix PR3464 by searching for headers from the predefines
2009-02-04 Chris LattnerOk, we need a system header for this test to pass in...
2009-02-04 Chris Lattnerfix test
2009-02-04 Chris Lattnerrename again
2009-02-04 Chris Lattnerrename some tests
2009-02-04 Chris Lattnerinclude smaller header for test.
2009-02-04 Chris Lattneradd DeclTemplate.h/cpp
2009-02-04 Douglas GregorImprove documentation for Sema::getTypeName. Also,...
2009-02-04 Douglas GregorNote the Radar number that corresponds to PR3137
2009-02-04 Ted KremenekUpdate checker build.
2009-02-04 Douglas GregorBasic representation of C++ class templates, from Andre...
2009-02-04 Eli FriedmanTest for PR3137.
2009-02-04 Douglas GregorSome name-lookup-related fixes, from Piotr Rak!
2009-02-04 Steve NaroffFix <rdar://problem/6552648> error: redefinition of...
2009-02-04 Douglas GregorDiagnose ambiguities in getTypeName. Fixes http://llvm...
2009-02-04 Douglas GregorBring operator name lookup (as required for C++ operato...
2009-02-04 Douglas GregorArgument Dependent Lookup is done (for now). Also,...
2009-02-04 Douglas GregorFix our semantic analysis of
2009-02-04 Douglas GregorAn idea for limiting diagnostic output, from David...
2009-02-04 Daniel Dunbarccc: -ObjC and -ObjC++ change default language, but...
2009-02-04 Daniel DunbarHandle demotion of coerced arguments (as in void a...
2009-02-04 Chris LattnerImplement handling of file entry/exit notifications...
2009-02-04 Chris Lattner# 42 doesn't change system header state either, add...
2009-02-04 Chris Lattnermake getFileCharacteristic linetable aware. line marke...
2009-02-04 Chris Lattnerpropagate linemarker flags down into the the line table...
2009-02-04 Chris Lattnerreplace gimpy linear search with svelte binary search ;-)
2009-02-04 Zhongxing XuRemove dead code.
2009-02-04 Chris Lattnermake my atrocious linear search at least search in...
2009-02-04 Chris LattnerAdd simple #line directive test.
2009-02-04 Chris Lattneradd comment
2009-02-04 Chris Lattnerspelling change.
2009-02-04 Chris Lattneradd the difference in the line marker phys line number...
2009-02-04 Chris Lattneradd really really trivial #line support, where #line...
2009-02-04 Chris Lattnersimplify.
2009-02-04 Chris Lattnerlower the interface to getLineNumber like we did for
2009-02-04 Daniel DunbarForce triple for this test case.
2009-02-04 Chris Lattnermake SM::getColumnNumber take a predecomposed FileID...
2009-02-04 Daniel DunbarUpdate passing of _Bool values to match what function...
2009-02-04 Daniel DunbarChange construction of common ObjC functions to use...
2009-02-04 Chris Lattnerbuild per-fid linetable entries.
2009-02-04 Douglas GregorInitial implementation of argument dependent lookup...
2009-02-04 Fariborz JahanianSome function stub added for new abi messaging.
2009-02-04 Daniel DunbarUse -fnext-runtime for this test.
2009-02-03 Fariborz Jahanian-x language fix.
2009-02-03 Daniel DunbarUse CGCall infrastructure to call enumeration mutation...
2009-02-03 Fariborz JahanianSeveral new declarations for objc2 nonfragile
2009-02-03 Daniel DunbarFix return type for calls to objc_setProperty.
2009-02-03 Daniel DunbarUse ConvertTypeForMem when creating alloca for scalar...
2009-02-03 Daniel DunbarForce -triple/-fnext-runtime for a few more test cases.
next