]> granicus.if.org Git - clang/shortlog
clang
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.
2009-02-03 Daniel DunbarAdd CodeGenFunction::ConvertTypeForMem forwarding function.
2009-02-03 Chris Lattnermore plumbing for #line propagation. Use happy bit #3
2009-02-03 Daniel DunbarForce triple for codegen tests which have expectations...
2009-02-03 Chris Lattnercodegen is much farther along than when this was first...
2009-02-03 Chris Lattnerstub out basic #line handling calls.
2009-02-03 Fariborz JahanianGNUStep fast enumeration.
2009-02-03 Chris Lattnerupdate a couple entries, add a new idea
2009-02-03 Chris Lattnersilence some warnings.
2009-02-03 Daniel DunbarUse /usr/bin/env to run Python for increased portabilit...
2009-02-03 Steve NaroffFix <rdar://problem/6521757> clang ObjC rewriter: Mixed...
2009-02-03 Sebastian RedlAllow taking the address of data members, resulting...
2009-02-03 Daniel Dunbarx86_64 ABI: Initial implementation of ABI compliant...
2009-02-03 Douglas GregorRemove a fixed FIXME
2009-02-03 Douglas GregorWhen looking for a tag name via unqualified name lookup...
2009-02-03 Douglas GregorSemantic analysis, ASTs, and unqualified name lookup...
2009-02-03 Daniel DunbarABI handling: Implement coercion for argument types...
2009-02-03 Fariborz Jahanianir-gen for nonfragile ivar bitfield access (objc2 nonfr...
2009-02-03 Sanjiv GuptaTargets that don't have stack use global address space...
2009-02-03 Fariborz JahanianMinor objc2 bug fix.
2009-02-03 Sanjiv GuptaFixed the typo in comment.
2009-02-03 Chris Lattnerreclaim my precious bit in FileInfo by ensuring that...
2009-02-03 Chris Lattnerswitch SourceManager from using an std::map and std...
2009-02-03 Chris Lattnertrue is pass, false is success.
2009-02-03 Chris Lattnerdisable this test too
2009-02-03 Chris Lattnermake this fail faster.
2009-02-03 Chris Lattneradd #include to make more self-contained.
2009-02-03 Daniel DunbarChange ABIInfo to compute information for a full signat...
2009-02-03 Daniel DunbarRemove ABIArgInfo::Default kind, ABI is now responsible...
2009-02-03 Daniel DunbarAdd ABIArgInfo::Direct kind, which passes arguments...
2009-02-03 Chris Lattnerremove some overly-crazy ideas.
2009-02-03 Daniel DunbarAdd two FIXMEs.
2009-02-03 Daniel DunbarAlways use CGFunctionInfo to access ABI information.
2009-02-03 Daniel DunbarMove ABIArgInfo into CGFunctionInfo, computed on creation.
2009-02-03 Chris LattnerContent Cache only needs to be 4-byte aligned. Since...
2009-02-03 Daniel DunbarMove ABIInfo/ABIArgInfo classes into ABIInfo.h
2009-02-03 Douglas GregorSimplify the way in which we inject the names of tag...
2009-02-03 Fariborz Jahanianobjc2's ir-gen for nonfragile ivar access.
2009-02-03 Daniel DunbarMemoize CGFunctionInfo construction.
2009-02-02 Mike StumpFormatting fix.
2009-02-02 Daniel DunbarChange CGFunctionInfo args iterator to not include...
2009-02-02 Douglas GregorAdd a macro-based enumeration of all of the Decl nodes...
2009-02-02 Daniel DunbarThread CGFunctionInfo construction through CodeGenTypes.
2009-02-02 Mike StumpUse the updated CommandLine api for -fno-blocks.
2009-02-02 Nuno Lopesemit diagnostic when casting a ptr to a small int when...
2009-02-02 Nuno Lopesfix TryToFixInvalidVariablyModifiedType to reject negat...
2009-02-02 Douglas GregorSteve set me straight on this one. GCC was right, EDG...
2009-02-02 Daniel DunbarMore ABI API cleanup.
next