]> granicus.if.org Git - clang/shortlog
clang
2010-04-06 Daniel DunbarSimplify.
2010-04-06 Daniel DunbarSimplify.
2010-04-05 Douglas GregorMake Diagnostic reference-counted, which is simpler...
2010-04-05 Ted KremenekUse cast<> + OpaquePtr.getAs<Decl> to add extra checkin...
2010-04-05 Chris Lattnerinline in MC assembly parsers. clang -integrated-as now
2010-04-05 Chris LattnerMatch MemoryBuffer API changes.
2010-04-05 Ted KremenekFix possible null dereference by bailing out of CheckOb...
2010-04-05 Douglas GregorGrrrr
2010-04-05 Douglas GregorTry to de-bork build of WPA
2010-04-05 Daniel DunbarIRgen: Move BitField LValues to just hold a reference...
2010-04-05 Douglas GregorExtend the type printing policy to allow one to turn...
2010-04-05 Jeffrey YasskinPrint the errors when a clang test fails instead of...
2010-04-05 Douglas GregorClarify the ownership semantics of the Diagnostic objec...
2010-04-05 Devang PatelEmit debug info for objc getters and setters.
2010-04-05 Chris Lattnerfix PR6780, properly handling the IR {|} escapes in...
2010-04-05 Douglas GregorMake the ASTUnit constructor private; all ASTUnit clien...
2010-04-05 Chris Lattnerfix PR6782, an accept invalid. We weren't emitting...
2010-04-05 Douglas GregorMinor ASTUnit cleanups:
2010-04-05 Daniel DunbarIRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace...
2010-04-05 Daniel DunbarAdd a FIXME and reduce nesting.
2010-04-05 Douglas GregorCode completion results that refer to macros now get...
2010-04-05 Zhongxing XuAlways assume block-level expressions in the caller...
2010-04-05 Zhongxing XuSince now we process regions in clusters when removing...
2010-04-04 Mon P WangReapply patch for adding support for address spaces...
2010-04-03 Rafael EspindolaDon't produce a vtable for a class if we have an explic...
2010-04-02 Eric ChristopherAdd option and macro definition for AES instructions...
2010-04-02 Fariborz JahanianImprove diagnosing when a method type does not start...
2010-04-02 Daniel DunbarIRgen/NeXT: Remove my refactoring-enabling asserts...
2010-04-02 Daniel DunbarAvoid unneeded calls to opt/llvm-dis.
2010-04-02 Daniel DunbarMerge several tests into switch.c.
2010-04-02 Daniel DunbarIRgen/Obj-C: Eliminate FindIvarInterface, now that...
2010-04-02 Daniel DunbarAST: Add ObjCIvarDecl::getContainingInterface().
2010-04-02 Fariborz Jahaniandiagnose declaring class extension after its implementation
2010-04-02 Chris LattnerNewDebugLoc got renamed to DebugLoc.
2010-04-02 Daniel DunbarSema/Obj-C: Narrow type of ObjCIvarDecl::Create, and...
2010-04-02 Fariborz JahanianDiagnose invalid code with -fobjc-nonfragile-abi2 when
2010-04-02 Daniel DunbarSema/Obj-C: Narrow type, and simplify.
2010-04-02 Douglas GregorWe seem to get an inconsistent alignment value in the...
2010-04-02 Mon P WangRevert r100193 since it causes failures in objc in...
2010-04-02 Daniel DunbarSema/Obj-C: Simplify -- eliminate dead casts & provable...
2010-04-02 Douglas GregorRework our handling of copy construction of temporaries...
2010-04-02 Mon P WangReapply patch for adding support for address spaces...
2010-04-02 Daniel DunbarCG/NeXT: Assert some invariants on an ivar's containing...
2010-04-02 Anders CarlssonIf a constructor is a dependent context, just set the...
2010-04-02 Anders CarlssonDiagnose multiple base and member initializers in class...
2010-04-02 Anders CarlssonMore cleanup.
2010-04-02 Anders CarlssonConstify.
2010-04-02 Anders CarlssonMinor cleanup.
2010-04-02 Chandler CarruthResolve a layering violation by making AddTaggedVal...
2010-04-02 John McCallCheck in a motivating test for the revised access seman...
2010-04-02 John McCallCorrect the calculation of access to more closely model...
2010-04-01 Ted KremenekUpdate analyzer build.
2010-04-01 Douglas GregorMinor cleanup with the ternary operator
2010-04-01 Fariborz JahanianRelax the typesafty rules of block pointers types which
2010-04-01 Douglas GregorOverhaul checking of non-type template arguments that...
2010-04-01 Daniel DunbarDriver: Add support for a CLANGXX_IS_PRODUCTION build...
2010-04-01 Daniel DunbarFix -Asserts warning, and protect against missing case.
2010-04-01 Kovarththanan... Include *.inc in install target
2010-04-01 Zhongxing XuUse the element type to compute the array size when...
2010-04-01 Zhongxing XuInitial support for visiting CXXMemberCallExpr.
2010-04-01 Chris Lattneradjust to IRBuilder change and use faster DebugLoc...
2010-04-01 Zhongxing XuImprove C++ constructor handling.
2010-04-01 Eric ChristopherFix typo.
2010-04-01 Eric ChristopherFirst start at wmmintrin.h file with Intel AES-NI instr...
2010-04-01 Ted KremenekFix a bug (PR 6699) in RegionStore::RemoveDeadBindings...
2010-03-31 Douglas GregorImprove diagnostics when an elaborated-type-specifer...
2010-03-31 Douglas GregorChange the representation of dependent elaborated-type...
2010-03-31 Fariborz JahanianIssue better syntax error when objc's messaging
2010-03-31 Douglas GregorExtend DependentNameType with a keyword enum that speci...
2010-03-31 Ted KremenekFor reverse data flow analyses, enqueue the blocks...
2010-03-31 Chandler CarruthRe-bind non-dependent CXXTemporaryObjectExpr nodes...
2010-03-31 Fariborz JahanianPatch implements gcc's -Wno-protocol option to suppress...
2010-03-31 Douglas GregorRemove the AST statistics tracking I added yesterday...
2010-03-31 Ted KremenekTweak DataFlowSolver's worklist data structure to have...
2010-03-31 Douglas GregorReinstate my CodeModificationHint -> FixItHint renaming...
2010-03-31 Douglas GregorRename TypenameType to DependentNameType in anticipatio...
2010-03-31 Douglas GregorRevert r100008, which inexplicably breaks the clang...
2010-03-31 Douglas GregorRename CodeModificationHint to FixItHint, since we...
2010-03-31 Benjamin KramerMinor include pruning.
2010-03-31 Jeffrey YasskinDefine "exploded graph" by reference to a paper.
2010-03-31 Chris Lattneruse the new optimized debug info metadata accessors...
2010-03-31 John McCallSupport __attribute__((unused)) on types. This suddenl...
2010-03-31 John McCallFix PR6327: restore invariants when there's a parse...
2010-03-31 John McCallRegularize support for naming conversion functions...
2010-03-31 Daniel DunbarIRGen: Move the auxiliary data structures tracking...
2010-03-31 Daniel DunbarCGRecordLayoutBuilder: Switch unions to use same mechan...
2010-03-31 Argyrios KyrtzidisAdd a few asserts to be on the safe side.
2010-03-31 Argyrios KyrtzidisDon't skip past the '}' if an expression has error...
2010-03-31 Douglas GregorDrastically simplify the computation of linkage for...
2010-03-31 Daniel DunbarIRGen: Hide CGRecordLayoutBuilder class, because I...
2010-03-30 John McCallRemove silly temporary comment.
2010-03-30 John McCallIntroduce a new kind of derived-to-base cast which...
2010-03-30 Jakob Stoklund... Slightly relax test case. An upcoming LLVM commit will...
2010-03-30 Daniel DunbarFix test in -Asserts build.
2010-03-30 Fariborz JahanianRecognize __attribute__((NSObject)) directly applied
2010-03-30 Bob WilsonRevert Mon Ping's 99930 due to broken llvm-gcc buildbots.
2010-03-30 Daniel DunbarFormatting tweaks.
2010-03-30 Daniel DunbarIRGen: Narrow getCGRecordLayout type.
2010-03-30 Daniel DunbarIRgen: Move CGRecordLayout to its own happy little...
2010-03-30 Daniel DunbarMinor formatting/FIXME cleanups.
next