summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Two fixes to RewriteTest::RewriteObjCIvarRefExpr():Steve Naroff2008-03-121-0/+1
* Since the rewriter now outputs C++, it no longer makes sense to pipe the outp...Steve Naroff2008-03-1216-16/+16
* rewriter tests are darwin specific, don't run them on other platforms.Chris Lattner2008-03-101-3/+9
* implement simple support for arbitrary token lookahead. Change the Chris Lattner2008-03-101-2/+5
* Add new testNate Begeman2008-03-071-0/+10
* Patch by Nuno Lopes:Ted Kremenek2008-03-071-0/+16
* remove two obsolete tests, not sure why my previous commit didn't commit the ...Chris Lattner2008-03-062-54/+0
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-5/+0
* The operand to the visibility attribute is required to be a quoted string, no...Chris Lattner2008-03-041-2/+2
* move deprecated -> attributes.cChris Lattner2008-03-031-25/+0
* The attribute nothrow maps to llvm attribute nounwind. Fix testcase.Gabor Greif2008-03-031-1/+1
* Chris added this testcase with r47837. The mail only shows one todo-warning b...Gabor Greif2008-03-031-2/+2
* fix codegen support for functions that are nothrow and noreturn.Chris Lattner2008-03-031-0/+5
* Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner2008-03-032-0/+46
* Fix http://llvm.org/bugs/show_bug.cgi?id=2103.Steve Naroff2008-02-291-1/+14
* Fix http://llvm.org/bugs/show_bug.cgi?id=2106.Steve Naroff2008-02-291-0/+4
* testcase for attr deprecated, by Nuno Lopes.Chris Lattner2008-02-291-0/+25
* Implement codegen for the following static var init.Lauro Ramos Venancio2008-02-261-1/+6
* Fix a bug in ConvertAsmString function. Lauro Ramos Venancio2008-02-261-0/+6
* Convert x86 target specific inline asm constraints to LLVM.Lauro Ramos Venancio2008-02-261-0/+15
* Fix PR2086.Lauro Ramos Venancio2008-02-252-0/+17
* Fix PR2090, a typo in digraph processing.Chris Lattner2008-02-241-0/+15
* add a test caseNate Begeman2008-02-211-0/+7
* Some const initializer tests for stuff I just committed.Eli Friedman2008-02-211-0/+13
* implement codegen support for sizeof(void), fixing PR2080.Chris Lattner2008-02-211-0/+11
* add some semantic checks for address spaces.Chris Lattner2008-02-211-0/+15
* Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...Lauro Ramos Venancio2008-02-191-0/+1
* fix the second half of PR2041: __restrict is ok in c90 mode, even ifChris Lattner2008-02-191-1/+1
* A global without initializer must be emitted as weak.Lauro Ramos Venancio2008-02-191-0/+3
* Implement multi-dimension array initalizer.Lauro Ramos Venancio2008-02-181-5/+12
* Tweak fix for http://llvm.org/bugs/show_bug.cgi?id=2000 to work across typedefs.Steve Naroff2008-02-181-0/+10
* Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner2008-02-173-2/+8
* Implemnt isVariablyModifiedType correctly.Eli Friedman2008-02-171-0/+3
* implement codegen support for aggregates casted to void.Chris Lattner2008-02-161-1/+6
* Implement extern block var.Lauro Ramos Venancio2008-02-161-0/+6
* Add more testsAnders Carlsson2008-02-161-8/+35
* Fix CheckEndOfDirective to diagnose lines that contain macros that expand to Chris Lattner2008-02-161-0/+5
* Make sizeof and __alignof work correctly with packed structs.Anders Carlsson2008-02-161-0/+37
* Fix PR2041: restrict is not a keyword in c90.Chris Lattner2008-02-151-0/+3
* Get rid of outdated code that masks type errors. Fixes PR2036.Eli Friedman2008-02-151-0/+2
* Nevermind, these tests work... I messed up my testing.Eli Friedman2008-02-151-4/+2
* Partial fix for struct compatibility; there's still something messy Eli Friedman2008-02-151-0/+19
* A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987.Steve Naroff2008-02-141-3/+7
* Fix a minor bug in isNullPointerConstant triggered by the linux Eli Friedman2008-02-131-0/+3
* Make typechecking for enum+int compatibility stricter.Eli Friedman2008-02-121-0/+4
* Fix type compatibility between constant and variable arrays.Eli Friedman2008-02-121-0/+5
* Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug...Steve Naroff2008-02-121-1/+5
* Get rid of bogus warnings when the second argument in va_start is either an i...Anders Carlsson2008-02-111-0/+8
* Tweak test...Steve Naroff2008-02-111-1/+0
* Fix http://llvm.org/bugs/show_bug.cgi?id=1988.Steve Naroff2008-02-111-0/+27