]> granicus.if.org Git - clang/history - test
eliminate ComputeWCharInfo.
[clang] / test /
2008-03-07 Nate BegemanAdd new test
2008-03-07 Ted KremenekPatch by Nuno Lopes:
2008-03-06 Chris Lattnerremove two obsolete tests, not sure why my previous...
2008-03-05 Chris LattnerRemove the first layer of support for "portability...
2008-03-04 Chris LattnerThe operand to the visibility attribute is required...
2008-03-03 Chris Lattnermove deprecated -> attributes.c
2008-03-03 Gabor GreifThe attribute nothrow maps to llvm attribute nounwind...
2008-03-03 Gabor GreifChris added this testcase with r47837. The mail only...
2008-03-03 Chris Lattnerfix codegen support for functions that are nothrow...
2008-03-03 Chris LattnerAdd a bunch of attributes, patch by Nuno Lopes.
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2103.
2008-02-29 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=2106.
2008-02-29 Chris Lattnertestcase for attr deprecated, by Nuno Lopes.
2008-02-26 Lauro Ramos VenancioImplement codegen for the following static var init.
2008-02-26 Lauro Ramos VenancioFix a bug in ConvertAsmString function.
2008-02-26 Lauro Ramos VenancioConvert x86 target specific inline asm constraints...
2008-02-25 Lauro Ramos VenancioFix PR2086.
2008-02-24 Chris LattnerFix PR2090, a typo in digraph processing.
2008-02-21 Nate Begemanadd a test case
2008-02-21 Eli FriedmanSome const initializer tests for stuff I just committed.
2008-02-21 Chris Lattnerimplement codegen support for sizeof(void), fixing...
2008-02-21 Chris Lattneradd some semantic checks for address spaces.
2008-02-19 Lauro Ramos VenancioSimplify aggregate initilizer implementation. Use the...
2008-02-19 Chris Lattnerfix the second half of PR2041: __restrict is ok in...
2008-02-19 Lauro Ramos VenancioA global without initializer must be emitted as weak.
2008-02-18 Lauro Ramos VenancioImplement multi-dimension array initalizer.
2008-02-18 Steve NaroffTweak fix for http://llvm.org/bugs/show_bug.cgi?id...
2008-02-17 Chris LattnerFix PR2042. One remaining issue: we don't currently...
2008-02-17 Eli FriedmanImplemnt isVariablyModifiedType correctly.
2008-02-16 Chris Lattnerimplement codegen support for aggregates casted to...
2008-02-16 Lauro Ramos VenancioImplement extern block var.
2008-02-16 Anders CarlssonAdd more tests
2008-02-16 Chris LattnerFix CheckEndOfDirective to diagnose lines that contain...
2008-02-16 Anders CarlssonMake sizeof and __alignof work correctly with packed...
2008-02-15 Chris LattnerFix PR2041: restrict is not a keyword in c90.
2008-02-15 Eli FriedmanGet rid of outdated code that masks type errors. Fixes...
2008-02-15 Eli FriedmanNevermind, these tests work... I messed up my testing.
2008-02-15 Eli FriedmanPartial fix for struct compatibility; there's still...
2008-02-14 Steve NaroffA much better fix for http://llvm.org/bugs/show_bug...
2008-02-13 Eli FriedmanFix a minor bug in isNullPointerConstant triggered...
2008-02-12 Eli FriedmanMake typechecking for enum+int compatibility stricter.
2008-02-12 Eli FriedmanFix type compatibility between constant and variable...
2008-02-12 Steve NaroffAllow the parser to detect invalid DeclSpec's. This...
2008-02-11 Anders CarlssonGet rid of bogus warnings when the second argument...
2008-02-11 Steve NaroffTweak test...
2008-02-11 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=1988.
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-10 Eli FriedmanBasic codegen test for conditional with void*.
2008-02-10 Eli FriedmanAdd a couple of sema tests for qualifiers with conditio...
2008-02-10 Chris LattnerFix PR1999, by emitting a hard error only if an argumen...
2008-02-10 Steve NaroffRefine bug fix to Expr::isLvalue (commit r46917).
2008-02-10 Steve NaroffChange Expr::isLvalue() to allow the "void" type. This...
2008-02-09 Anders CarlssonBehave correctly if a constraint expression is invalid.
2008-02-09 Steve NaroffFix <rdar://problem/5733511> clang doesn't emit error...
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Lauro Ramos VenancioFix a bitfield regression. Reported by Anders Carlsson.
2008-02-08 Steve NaroffUse getLogicalLineNumber() in FuzzyParseMicrosoftAsmSta...
2008-02-08 Steve NaroffSupport fuzzy parsing MS line-oriented __asm's that...
2008-02-08 Eli FriedmanImprove diagnostic for illegal array initialization.
2008-02-07 Lauro Ramos VenancioSimplify bitfield codegen.
2008-02-07 Lauro Ramos VenancioFix codegen of
2008-02-07 Chris LattnerImplement support for the extremely atrocious MS /...
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-06 Chris Lattnerexplicitly document that return statement argument...
2008-02-06 Eli FriedmanFix the codegen of structs with flexible array members.
2008-02-06 Eli FriedmanBe a bit stricter about array type compatibility.
2008-02-06 Chris LattnerFinish off the refactoring of type handling stuff....
2008-02-06 Chris Lattnerpull .ll and .bc writing out of the ASTConsumer destruc...
2008-02-05 Steve NaroffFix Parser::ParseObjCTryStmt() to allow for trailing...
2008-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-02-05 Chris LattnerRelax an assertion, fixing PR1968
2008-02-05 Devang PatelCleanup InitListExpr code generation code.
2008-02-04 Christopher LambAdd ending newline to test.
2008-02-04 Christopher LambAdd experimental support for address space qualified...
2008-02-02 Chris LattnerImplement support for __extension__ which silences...
2008-02-02 Anders CarlssonAdd RUN line.
2008-02-02 Chris Lattnertestcase for previous patch.
2008-02-01 Anders CarlssonAdd trailing newline.
2008-02-01 Anders CarlssonOnly OCU vectors can be splatted.
2008-02-01 Steve NaroffFix two rewriter bugs with @catch.
2008-02-01 Ted KremenekMoved "Rewriter" tests from test/Sema to test/Rewriter.
2008-02-01 Anders CarlssonIt is allowed to get the address of an array subscript...
2008-02-01 Chris Lattnermake some diagnostics more terse, update testcases.
2008-02-01 Ted KremenekAdded back 'CodeGen' to test suite (accidentally remove...
2008-02-01 Ted KremenekImplemented casts for ConcreteInt and ConcreteIntLValue.
2008-01-31 Chris LattnerFix PR1965: missing diagnostics for parameters that...
2008-01-31 Chris LattnerFix a bogus test
2008-01-31 Chris LattnerFix a rewriter crash when the whole body of a foreach...
2008-01-31 Chris LattnerFix PR1921 by promoting negative indices to intptrty.
2008-01-30 Steve NaroffFix test case and add a FIXME.
2008-01-30 Lauro Ramos VenanciogetLLVMFieldNo can't be called before emitting the...
2008-01-30 Lauro Ramos VenancioA pointer to an opaque type is an "opaque type definition".
2008-01-30 Eli FriedmanFix codegen for conditionals with incommpatible pointer...
2008-01-30 Chris Lattnerfix a problem reported by Eli, caused by not keeping...
2008-01-30 Chris Lattnermake this pass by adding an expected error, add some...
2008-01-30 Steve NaroffMany refinements to Sema::MergeVarDecl(). This routine...
2008-01-29 Devang PatelHandle incomplete struct initializer.
2008-01-29 Fariborz JahanianRewriting of @synchronized. This has one FIXME in it...
2008-01-29 Steve NaroffTighten up ASTContext::typesAreCompatible()...it needs...
2008-01-29 Eli FriedmanFix a bug where CodeGen would attempt to erase an instr...
next