]> granicus.if.org Git - clang/shortlog
clang
2010-08-23 Douglas GregorIntroduce new libclang API functions that determine...
2010-08-23 Fariborz JahanianHandling remaining rule for synthesize bitfields in
2010-08-23 Daniel DunbarDriver: Move Clang "triple" computation routines to...
2010-08-23 Daniel Dunbarlibclang: Print more information when recovering from...
2010-08-23 Devang PatelEmit debug info for enum constants.
2010-08-23 Douglas GregorInclude __FUNCTION__, __PRETTY_FUNCTION_, __func__...
2010-08-23 Douglas GregorIntroduce a code-completion hook for the Objective...
2010-08-23 Dan GohmanReinstate the code for emitting an initial debug type...
2010-08-23 Daniel DunbarDriver/Darwin: Switch to using simplified tool chain...
2010-08-23 Daniel DunbarDriver/Darwin: When using the simplified Clang toolchai...
2010-08-23 Daniel DunbarDriver: Update -ccc-install-dir to also set the install...
2010-08-23 Tom CareModified pseudoconstant test case to make it a bit...
2010-08-23 Tom CareSeveral small changes to PseudoConstantAnalysis and...
2010-08-23 Douglas GregorDon't include macro results when we're completing a...
2010-08-23 Fariborz JahanianSupport for IRGen of synthesize bitfield ivars in
2010-08-23 Devang Pateltest case for PR7920.
2010-08-23 Douglas GregorIntroduce a new code-completion point when we're parsing a
2010-08-23 Douglas GregorEmit an error noting that Clang does not support code...
2010-08-23 Douglas GregorAdd XML for CXXConstructExpr, from Benoit Belley!
2010-08-23 Douglas GregorWhen complaining about a duplicate declspec, provide...
2010-08-23 Douglas GregorClarify documentation of escaping for backslash
2010-08-23 Chandler CarruthAdd a virtual destructor to the base of another class...
2010-08-23 Chandler CarruthRelax the construction of a definition for implicit...
2010-08-23 John McCallPush DeclGroupRefs and TemplateNames in an opaque but...
2010-08-23 Argyrios KyrtzidisIn Sema::AddBuiltinOperatorCandidates, candidate pointe...
2010-08-23 John McCallchandlerc pointed out that ending a line with /\ is...
2010-08-23 John McCallKill off Parser::TemplateParameterList to avoid misparses.
2010-08-23 John McCallSundry incremental steps towards killing off Action.
2010-08-23 Chris Lattnerfix rdar://8340348, a miscompile of boost that was...
2010-08-23 Zhongxing XuAdjust code placement.
2010-08-23 John McCallAbstract out everything having to do with member pointe...
2010-08-23 John McCallExtract a method to check whether a function is the...
2010-08-22 John McCallGo back to asking CodeGenTypes whether a type is zero...
2010-08-22 Nick LewyckyAdd x86intrin.h which is generic x86 intrinsics for...
2010-08-22 Douglas GregorDo not elide copy construction when we're performing...
2010-08-22 Douglas GregorEliminate a stale assertion. Fixes Clang self-host.
2010-08-22 Douglas GregorPreserve the zero-initialization and construction-kind...
2010-08-22 Douglas GregorWhen performing value-initialization for a class with...
2010-08-22 John McCallClean up a very silly use of first-class aggregates.
2010-08-22 John McCallExperiment with using first-class aggregates to represe...
2010-08-22 John McCallExtract member function pointer comparison and null...
2010-08-22 Chandler CarruthAdd two new enumerations to the unsupported list for...
2010-08-22 John McCallAbstract out member-pointer creation. I'm really unhap...
2010-08-22 John McCallAbstract more member-pointerness out.
2010-08-22 John McCallAbstract out member-pointer conversions.
2010-08-22 Eli FriedmanDetabify.
2010-08-22 John McCallImplement the call parts of the member-function-pointer...
2010-08-22 John McCallExtract calls to method pointers out as an ABI routine.
2010-08-21 John McCallThe ARM C++ ABI is sufficiently different from the...
2010-08-21 Michael J.... Visual Studio tools used on win32 hosts when targeting...
2010-08-21 Fariborz Jahaniantwik to my previous patch for pr7936.
2010-08-21 Benjamin KramerAvoid including mm_malloc.h in a cc1 test, it pulls...
2010-08-21 Zhongxing XuPlace method near its class.
2010-08-21 Zhongxing XuRemove dead code.
2010-08-21 Zhongxing XuImprove comments.
2010-08-21 Zhongxing XuRemove a special case for OSAtomic functions. We can...
2010-08-21 John McCallDeclPtrTy -> Decl *
2010-08-21 Zhongxing XuRemove dead code. We no longer need it because now...
2010-08-21 Zhongxing Xuremove unused variable.
2010-08-21 Zhongxing XuWhen invalidating a struct region, whether its type...
2010-08-21 Michael J.... Fix typo in comment.
2010-08-21 John McCallThis test needs a triple: it's checking the alignment...
2010-08-21 Daniel DunbarIRgen: Set the alignment correctly when creating LValue...
2010-08-21 Daniel DunbarCodeGenFunction: Eliminate unused MakeQualifiers()...
2010-08-21 Daniel DunbarSimplify.
2010-08-21 Daniel DunbarIRgen/CGValue: Give MakeAddrLValue() an alignment argum...
2010-08-21 Daniel DunbarIRgen: Move remaining LValue::Set... methods to LValue...
2010-08-21 Daniel DunbarIRgen: Move remaining MakeAddr() calls to MakeAddrLValue().
2010-08-21 Daniel DunbarIRgen: The CVR qualifiers in a subobject adjustment...
2010-08-21 Daniel DunbarIRgen/CGValue: Add getQuals(), so qualifiers can be...
2010-08-21 Daniel DunbarIRgen/LValue: Add LValue::setNonGC instead of SetObjCNo...
2010-08-21 Daniel DunbarIRgen: Switch more MakeAddr() users to MakeAddrLValue...
2010-08-21 Daniel DunbarIRgen: Switch a bunch of trivial MakeAddr calls to...
2010-08-21 Daniel DunbarIRgen: Eliminate EmitPredefinedFunctionName(), it doesn...
2010-08-21 Daniel DunbarIRgen: Add an LValue::MakeAddr variant which takes...
2010-08-21 Daniel DunbarImprove test coverage.
2010-08-21 Dan GohmanDelete an obsolete comment.
2010-08-21 Daniel DunbarIRgen/CGValue: Add alignment to LValue, and use that...
2010-08-21 Daniel DunbarIRgen/LValue: Rename SetQualifiers() to Initialize().
2010-08-21 Daniel DunbarIRgen: Change Emit{Load,Store}OfScalar to take a requir...
2010-08-21 Daniel DunbarIRgen: Use Ty consistently in this function.
2010-08-21 Chris Lattnerfilecheckize test
2010-08-21 Chris Lattnerfix PR7943, a corner case with the GNU __VA_ARGS__...
2010-08-21 Fariborz JahanianContributed test case for PR7936
2010-08-21 Fariborz Jahanianpatch to support comparison involving
2010-08-20 Argyrios KyrtzidisFix an issue with writing to PCH another included PCH...
2010-08-20 Argyrios KyrtzidisAdd an iterator to OnDiskChainedHashTable to allow...
2010-08-20 Fariborz JahanianRemove dead code.
2010-08-20 Benjamin KramerDisallow direct inclusion of avxintrin.h. Users should...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Fariborz JahanianRmove dead code.
2010-08-20 Fariborz Jahanianobjective-c ivar refactoring patch. Iterations
2010-08-20 Nick LewyckyAdd a workaround for PR7947, a crash trying to recover...
2010-08-20 Dan GohmanAdd a comment.
2010-08-20 John McCallAnother step in the process of making the parser depend...
2010-08-20 Benjamin KramerAdd immintrin meta header.
2010-08-20 Chris Lattneralphabeticalize
2010-08-20 Chris Lattnerhopefully unbreak the msvc buildbot.
2010-08-20 Douglas GregorFix a major regression with value-initialization of...
next