]> granicus.if.org Git - clang/shortlog
clang
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.
2009-02-02 Ted KremenekClean up indentation.
2009-02-02 Daniel DunbarABI handling API changes.
2009-02-02 Douglas GregorAdd iterators to LookupResult, allowing one to iterate...
2009-02-02 Ted KremenekAnalysisConsumer:
2009-02-02 Fariborz JahanianRefactored code gen for ivar access in preparation for
2009-02-02 Daniel DunbarShuffle some functions around, no functionality change.
2009-02-02 Douglas GregorSplit specific_decl_iterator, which had a run-time...
2009-02-02 Steve NaroffChange the ObjC type encoding for block pointer types...
2009-02-02 Daniel DunbarAdd FIXME.
2009-02-02 Douglas GregorSlim down the specific_decl_iterator, since NULL denote...
2009-02-02 Douglas GregorCheck value-initializations that occur when an initiali...
2009-02-02 Steve NaroffRewriteObjC::RewriteBlockDeclRefExpr(): Add parens...
2009-02-02 Nuno Lopesallow cast from array to int to be considered as constant
2009-02-02 Nuno Lopesavoid creating tmp files elsewhere
2009-02-02 Nuno Lopesfix PR3459: improve compatibility with gcc when checkin...
2009-02-01 Eli FriedmanFix for PR3447: use padded sizes for computations on...
2009-01-31 Anders CarlssonForgot to add this test.
2009-01-31 Daniel DunbarRemove unused overload of GetFunctionType.
2009-01-31 Daniel DunbarInitialize CGFunctionInfo isVariadic bit correctly.
2009-01-31 Fariborz JahanianUse target alignment API to set objc2's meta-data
2009-01-31 Daniel DunbarErr, unbreak my previous "no functionality change commi...
2009-01-31 Daniel DunbarKill off CGCallInfo, always use CGFunctionInfo for...
2009-01-31 Ted KremenekUpdate checker build.
2009-01-31 Anders CarlssonAdd sema support for the cleanup attribute.
2009-01-31 Fariborz Jahanianclass meta-data belong to __objc_data section (in objc2
2009-01-31 Fariborz JahanianRecognize class's visibility attribute and set its...
2009-01-31 Daniel Dunbarx86_64 ABI: Retool classification to compute lo & hi...
2009-01-30 Fariborz JahanianMissed another mis-alignment of an objc2 meta-data.
2009-01-30 Douglas GregorImprove our handling of the second step in a user-defin...
2009-01-30 Anders CarlssonFix typo noticed by Chris.
2009-01-30 Anders CarlssonTurn on -flax-vector-conversions by default, issue...
2009-01-30 Fariborz JahanianSetting correct alignent for objc2 meta-data.
next