- Mar 19, 2008
-
-
Ted Kremenek authored
llvm-svn: 48539
-
- Mar 18, 2008
-
-
Gabor Greif authored
llvm-svn: 48488
-
Gabor Greif authored
llvm-svn: 48487
-
- Mar 17, 2008
-
-
Gabor Greif authored
llvm-svn: 48462
-
Gabor Greif authored
make test VERBOSE=1 should now produce the same output like the Makefile normally does. Without VERBOSE only the names of failed tests are printed. I am pretty comfortable with this version, and I think it is time to switch over to Makefile.parallel to be the default. What do you think? Did I forget some piece of feedback? llvm-svn: 48458
-
Gabor Greif authored
inside of the Output/ directory. The testclean target could be removed now. llvm-svn: 48457
-
Gabor Greif authored
This implements second part of <http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080310/004727.html>. llvm-svn: 48456
-
Gabor Greif authored
Get rid of "awk" dependence by using same "make" functionality: <http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080310/004727.html> llvm-svn: 48455
-
Gabor Greif authored
filename. This fixes (e.g.) CodeGen/struct-x86-darwin.c which raced at writing to "%t1" with other tests when parallel testing was specified with a high "-j XX" value. Also gets rid of the file tools/clang/test/%t1 when doing an "svn st" after testing. llvm-svn: 48454
-
Gabor Greif authored
* print out message when tests start * testrunner sets status now * on failed test run print out test name I tested these changes with the non-parallel makefile and it did not break. llvm-svn: 48453
-
- Mar 15, 2008
-
-
Gabor Greif authored
llvm-svn: 48394
-
Gabor Greif authored
llvm-svn: 48391
-
- Mar 14, 2008
-
-
Nate Begeman authored
non-default address space, and fix comment. Add a test for this. llvm-svn: 48366
-
Nate Begeman authored
An address space name cannot be used to qualify an object that has automatic storage duration. Still not catching ASQual'd allocas of array type, just scalars at the moment. llvm-svn: 48350
-
- Mar 13, 2008
-
-
Steve Naroff authored
- For explicit ivar refers, make sure the cast is propagated to the AST. - Don't free the base (since it is still in use). This fixes the recent regression to test/Rewriter/objc-ivar-receiver-1.m. llvm-svn: 48309
-
- Mar 12, 2008
-
-
Steve Naroff authored
This should "fix" all but one of the test failure. llvm-svn: 48275
-
- Mar 10, 2008
-
-
Chris Lattner authored
llvm-svn: 48168
-
Chris Lattner authored
objc @try parser to use it, fixing a FIXME. Update the objc-try-catch-1.m file to pass now that we get more reasonable errors. llvm-svn: 48129
-
- Mar 07, 2008
-
-
Nate Begeman authored
llvm-svn: 48018
-
Ted Kremenek authored
Added more comments for code processing attribute "format". Added more checks for corner cases, test cases, and warnings. llvm-svn: 48011
-
- Mar 06, 2008
-
-
Chris Lattner authored
llvm-svn: 47986
-
- Mar 05, 2008
-
-
Chris Lattner authored
theoretically useful, but not useful in practice. It adds a bunch of complexity, and not much value. It's best to nuke it. One big advantage is that it means the target interfaces will soon lose their SLoc arguments and target queries can never emit diagnostics anymore (yay). Removing this also simplifies some of the core preprocessor which should make it slightly faster. Ted, I didn't simplify TripleProcessor, which can now have at most one triple, and can probably just be removed. Please poke at it when you have time. llvm-svn: 47930
-
- Mar 04, 2008
-
-
Chris Lattner authored
llvm-svn: 47893
-
- Mar 03, 2008
-
-
Chris Lattner authored
llvm-svn: 47856
-
Gabor Greif authored
llvm-svn: 47841
-
Gabor Greif authored
Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. llvm-svn: 47840
-
Chris Lattner authored
llvm-svn: 47838
-
Chris Lattner authored
llvm-svn: 47837
-
- Mar 01, 2008
-
-
- Feb 29, 2008
-
-
-
Chris Lattner authored
llvm-svn: 47757
-
- Feb 26, 2008
-
-
Lauro Ramos Venancio authored
void g() { static char a[10]; static char *b = a; } Now we can compile wget! llvm-svn: 47627
-
Lauro Ramos Venancio authored
llvm-svn: 47618
-
Lauro Ramos Venancio authored
llvm-svn: 47609
-
- Feb 25, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47551
-
- Feb 24, 2008
-
-
Chris Lattner authored
llvm-svn: 47540
-
- Feb 21, 2008
-
-
Nate Begeman authored
llvm-svn: 47455
-
Eli Friedman authored
llvm-svn: 47442
-
Chris Lattner authored
llvm-svn: 47429
-
Chris Lattner authored
llvm-svn: 47423
-