]> granicus.if.org Git - clang/shortlog
clang
2009-05-29 Eli FriedmanAdd a couple missing ARM defines.
2009-05-29 Douglas GregorReduce the amount of stack space we use in SmallVectors...
2009-05-29 Eli FriedmanRevert r72575, which isn't really right, and fix up...
2009-05-29 Sebastian RedlReject incomplete types in exception specs.
2009-05-29 Mike StumpFixup codegen for composition of vla types using a...
2009-05-29 Sebastian RedlFix usage of placement new. Placement new is not actual...
2009-05-29 Mike StumpAvoid dumping during semantic analysis when checking...
2009-05-29 Mike StumpWe don't want to validate bad code,
2009-05-29 Mike StumpNote another case that doesn't work yet.
2009-05-29 Mike StumpFixup the rest of the trivial cases of the codegen...
2009-05-29 Sebastian RedlDisallow exception specifications on multi-level indire...
2009-05-29 Douglas GregorSome cleanups and commenting to our declaration-name...
2009-05-29 Douglas GregorFollow-on test case for template instantiation of inter...
2009-05-29 Douglas GregorNow that we have declared/defined tag types within...
2009-05-29 Eli FriedmanIf a declarator group declares a type, make sure to...
2009-05-28 Douglas GregorWhen we parse a tag specifier, keep track of whether...
2009-05-28 Eli FriedmanPR4281: Fix bogus CodeGen assertion. The issue is...
2009-05-28 Eli FriedmanARM is a legitimate Darwin architecture; don't assert.
2009-05-28 Douglas GregorAdd the missing public: thanks, Fariborz
2009-05-28 Daniel DunbarMove clang-cc's -v output to the start (vs. end) of...
2009-05-28 Douglas GregorIntroduced DeclContext::isDependentContext, which deter...
2009-05-28 Chris Lattnerupdate test for r72519
2009-05-28 Chris Lattnerfix the "pasting formed 'a]', an invalid preprocessing...
2009-05-28 Mike StumpNot setting all the fields is confusing...
2009-05-27 Daniel DunbarFix a use-of-undefined, IRgen expects the RValue for...
2009-05-27 Douglas GregorAdd a target triple, because this test depends on detai...
2009-05-27 Douglas GregorReimplement much of the way that we track nested classe...
2009-05-27 Eli FriedmanA few tweaks to the "Differences between various standa...
2009-05-27 Eli Friedmanrestrict is not a keyword in gnu89 mode. Change TokenK...
2009-05-27 Eli FriedmanDon't vary token concatenation based on the language...
2009-05-27 Sebastian RedlReintroduce the home for exception specs, and make...
2009-05-27 Eli FriedmanMake the bad paste diagnostic print the entire pasted...
2009-05-27 Fariborz JahanianNo write-barrier for initializations.
2009-05-27 Fariborz JahanianChange a confusing variable name.
2009-05-27 Sebastian RedlAdd a big test case for I-C-Es in C++, and a fix to...
2009-05-27 Sebastian RedlFix the type of a enum non-type template argument withi...
2009-05-27 Douglas GregorSimplify, and improve the performance of, template...
2009-05-27 Douglas GregorAdd some more tests for instantiation of declaration...
2009-05-27 Douglas GregorEnumeration declarations that were instantiated from...
2009-05-27 Douglas GregorImprove name lookup for and template instantiation...
2009-05-27 Anders CarlssonIRgen support for calls to functions that return refere...
2009-05-27 Anders CarlssonFix another test case.
2009-05-27 Anders CarlssonRelax an assert to an if check.
2009-05-27 Fariborz JahanianInitialize ObjCSenderDispatch in LangOptions.
2009-05-27 Steve NaroffConvert ObjC qualified type clients over to using itera...
2009-05-27 Anders CarlssonCreate CXXConstructExprs when constructing via copy...
2009-05-27 Eli FriedmanFix up constant expression handling to deal with the...
2009-05-27 Eli FriedmanAdd IRGen support for local variables of reference...
2009-05-27 Douglas GregorInitial stab at a generalized operation for determining the
2009-05-27 Douglas GregorDon't drop the computed implicit conversions when build...
2009-05-27 Eli FriedmanAdd IRGen support for return statements in functions...
2009-05-27 Anders CarlssonHandle operator call expressions where the callee is...
2009-05-27 Anders CarlssonFunctions that return references can be rvalues as...
2009-05-27 Anders CarlssonAdd another test.
2009-05-27 Anders CarlssonAdd support for emitting calls to functions that return...
2009-05-27 Mike StumpFix typo. I also fixed the hard to read case differenc...
2009-05-27 Anders CarlssonRename an EmitCallExpr function to EmitCall to make...
2009-05-26 Mike StumpUpdate comment.
2009-05-26 Mike StumpAnd an additional testcase that also works.
2009-05-26 Douglas GregorTemplate instantiation for "typeof" for both types...
2009-05-26 Mike StumpFixup codegen for volatile structs in the trivial cases...
2009-05-26 Douglas GregorA simple dynamic array class template, to be used as...
2009-05-26 Douglas GregorMake sure that CodeGen sees template instantiations.
2009-05-26 Daniel DunbarUse .data() instead of &...[0].
2009-05-26 Mike StumpEsnure that if we have a volatile structure as the...
2009-05-26 Douglas GregorWhen evaluating a VarDecl as a constant or determining...
2009-05-26 Daniel DunbarRevert to using &...[0] for std::vector, apparently...
2009-05-26 Daniel DunbarUse .data() vs &...[0]
2009-05-26 Daniel DunbarWhen trying to pass an argument on the stack, assume...
2009-05-26 Daniel DunbarThe driver/diagnostic client don't need to be on the...
2009-05-26 Anders CarlssonAn Obj-C message send expression can never have a refer...
2009-05-26 Douglas GregorSimplify printing of the statistics for types.
2009-05-26 Eli FriedmanFix for PR4140: Add the start of a Linux toolchain...
2009-05-26 Anders CarlssonAdd a new CallExpr::getCallReturnType and use it in...
2009-05-26 Anders CarlssonA block that returns a reference is an lvalue.
2009-05-26 Eli FriedmanHandle the edge case of a weak function with incomplete...
2009-05-26 Anders CarlssonRemove a bunch of unused constructors
2009-05-26 Anders CarlssonRemove AstGuard.h from Xcode project.
2009-05-25 Eli FriedmanMinor build system changes to make ABITest work correct...
2009-05-25 Eli FriedmanSome minor corrections: don't use offsetof on a bitfiel...
2009-05-25 Eli FriedmanExtend getPreferredTypeAlign to handle _Complex double...
2009-05-25 Eli FriedmanPR4122: Tweak the ambiguity handling to handle (S(...
2009-05-25 Chris Lattnertweak non-null check to put the caret on the function...
2009-05-25 Chris Lattnermerge two tests.
2009-05-25 Chris Lattnerreword a warning for clarity
2009-05-25 Chris Lattnerdefault -Wnonnull to on.
2009-05-25 Chris Lattnermove some format group options around in the file....
2009-05-25 Chris LattnerFix a couple of bugs:
2009-05-25 Chris Lattnerimprove comment, no functionality change.
2009-05-25 Chris Lattnerfix this test to fail when the patch isn't applied.
2009-05-24 Eli FriedmanMake sure an invalid concatentaion doesn't insert white...
2009-05-24 Daniel DunbarAnother tweak to the clang Getting Started page.
2009-05-24 Daniel DunbarMinor updates to the clang Getting Started page.
2009-05-23 Mike StumpPropagate volatile for implicit property refernces.
2009-05-23 Mike StumpPropagate volatile around for property references.
2009-05-23 Mike StumpTrack volatile aggregate copies better. I'm hoping...
2009-05-23 Mike StumpFix thinko, and implement aggregate volatile reads.
2009-05-23 Mike StumpMore volatile fixes. Can't testcase these yet as ultim...
2009-05-23 Mike StumpCollapse a few FIXMEs together and refactor to make...
2009-05-23 Mike StumpAdd support for volatile RValues.
next