]> granicus.if.org Git - clang/shortlog
clang
2009-02-06 Chris Lattnerfirst hack at limits.h
2009-02-06 Chris Lattner-funsigned-char sets __CHAR_UNSIGNED__
2009-02-06 Douglas GregorDiagnose attempts to define a namespace member out...
2009-02-06 Zhongxing XuPut the region store specific test in a separate file.
2009-02-06 Zhongxing XuSymbolicRegions really have unknown sizes.
2009-02-06 Zhongxing XuCreate ElementRegion when the base is SymbolicRegion...
2009-02-06 Chris LattnerAdd an implementation of -dM that follows GCC closely...
2009-02-06 Chris Lattneradd interface for walking macro table.
2009-02-06 Chris Lattneradd support for -x c++-header, update comment.
2009-02-06 Chris Lattnerfactor some code out into a helper function.
2009-02-06 Chris Lattnerfile gone.
2009-02-06 Chris Lattnerget __WCHAR_TYPE__ from the targetinfo hook
2009-02-06 Chris Lattnersimplify and refactor a bunch of type definition code...
2009-02-06 Chris Lattnerremove some ad-hocery and use DefineTypeSize for more...
2009-02-06 Chris Lattnerrefactor some code into a DefineTypeSize function.
2009-02-06 Chris Lattnerdefault diag::err_pp_file_not_found to mapping to fatal,
2009-02-06 Chris Lattnerdon't emit any diagnostics after a fatal one.
2009-02-06 Chris Lattnerhandle fatal errors, rely on warnings to point out...
2009-02-06 Ted KremenekUse ASTContext's allocator to deallocate Stmt objects...
2009-02-06 Daniel Dunbarccc: Give explicit error on @ style argument lists...
2009-02-05 Daniel Dunbarccc: Implement special language recognition handling...
2009-02-05 Douglas GregorImprove the representation of template type parameters...
2009-02-05 Ted KremenekUpdated checker build.
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 ;-)
next