- Mar 17, 2008
-
-
Ted Kremenek authored
llvm-svn: 48469
-
Ted Kremenek authored
llvm-svn: 48468
-
Ted Kremenek authored
llvm-svn: 48467
-
Ted Kremenek authored
llvm-svn: 48466
-
Ted Kremenek authored
llvm-svn: 48465
-
Gabor Greif authored
llvm-svn: 48462
-
Nate Begeman authored
llvm-svn: 48461
-
Ted Kremenek authored
llvm-svn: 48460
-
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
-
Chris Lattner authored
llvm-svn: 48436
-
Chris Lattner authored
llvm-svn: 48435
-
Chris Lattner authored
like the rest of the classes. llvm-svn: 48434
-
- Mar 16, 2008
-
-
Chris Lattner authored
the allocation in the class, not in sema. llvm-svn: 48433
-
Chris Lattner authored
llvm-svn: 48432
-
Chris Lattner authored
llvm-svn: 48429
-
Chris Lattner authored
llvm-svn: 48428
-
Chris Lattner authored
specified. Previously, the ctor would allocate memory for the list and then it would get filled in later. Move the allocation+filling in to be more consistent with other stuff, e.g. the addMethods method. llvm-svn: 48427
-
Chris Lattner authored
llvm-svn: 48426
-
Chris Lattner authored
llvm-svn: 48425
-
Chris Lattner authored
llvm-svn: 48424
-
Chris Lattner authored
llvm-svn: 48423
-
Chris Lattner authored
a protocol could smash more references in than are allocated. llvm-svn: 48411
-
Chris Lattner authored
llvm-svn: 48410
-
Chris Lattner authored
llvm-svn: 48409
-
Chris Lattner authored
llvm-svn: 48408
-
Chris Lattner authored
can't have negative arguments. llvm-svn: 48407
-
Chris Lattner authored
llvm-svn: 48406
-
Chris Lattner authored
llvm-svn: 48405
-
Chris Lattner authored
llvm-svn: 48404
-
Chris Lattner authored
allocation through ASTContext. llvm-svn: 48403
-
Chris Lattner authored
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
-
Chris Lattner authored
llvm-svn: 48401
-
- Mar 15, 2008
-
-
Ted Kremenek authored
llvm-svn: 48400
-
Ted Kremenek authored
levels; eventually we will need a plug-in model (similar to GRTransferFuncs) to represent symbolic memory. llvm-svn: 48399
-
Chris Lattner authored
all Create methods. llvm-svn: 48398
-