- Mar 19, 2008
-
-
Chris Lattner authored
llvm-svn: 48534
-
Ted Kremenek authored
pretty-printing of line numbers. llvm-svn: 48533
-
Ted Kremenek authored
interface to the rewriter when clients have NULL terminated strings or std::string. llvm-svn: 48532
-
Ted Kremenek authored
llvm-svn: 48525
-
Ted Kremenek authored
and clients can achieve a cleaner design just by inserting tags directly. Reserve the "html" namespace for meta-level operations (e.g., escaping text, etc.) llvm-svn: 48524
-
Ted Kremenek authored
llvm-svn: 48518
-
Ted Kremenek authored
numbers (more work to be done on aesthetics). llvm-svn: 48512
-
- Mar 18, 2008
-
-
Ted Kremenek authored
llvm-svn: 48507
-
Ted Kremenek authored
indicate whether or not the new tag should be the outermost tag at the specified location (in the case that other tags have been inserted at the same spot). llvm-svn: 48506
-
Ted Kremenek authored
code as HTML. Added a new driver option "--emit-html" to dump the source of the main input file as HTML. llvm-svn: 48505
-
Ted Kremenek authored
*before* and after a specific location. llvm-svn: 48504
-
Ted Kremenek authored
need to be skipped over when AfterInserts == true, as multiple deltas may share the same FileLoc. llvm-svn: 48503
-
Ted Kremenek authored
llvm-svn: 48501
-
Steve Naroff authored
llvm-svn: 48500
-
Steve Naroff authored
llvm-svn: 48499
-
Ted Kremenek authored
llvm-svn: 48496
-
Gabor Greif authored
llvm-svn: 48488
-
Gabor Greif authored
llvm-svn: 48487
-
Gabor Greif authored
makefile around (just change Makefile.parallel to Makefile to get back old functionality). To run parallel tests, specify make -jN test # where N = num of CPUs * 2 to get detailed output, run make -jN test VERBOSE=1 to only get error descriptions *after the tests have run*, type make report this gives you the extra information which was omitted in non-VERBOSE mode. llvm-svn: 48486
-
Chris Lattner authored
llvm-svn: 48485
-
Nate Begeman authored
llvm-svn: 48482
-
-
Steve Naroff authored
llvm-svn: 48477
-
- Mar 17, 2008
-
-
Ted Kremenek authored
llvm-svn: 48470
-
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
-