- Mar 21, 2008
-
-
Sam Bishop authored
the output to make sure that the macros and comments are being treated as such. llvm-svn: 48638
-
Sam Bishop authored
expanded token" case. llvm-svn: 48637
-
Sam Bishop authored
required to perform this test. llvm-svn: 48636
-
- Mar 20, 2008
-
-
Gabor Greif authored
llvm-svn: 48621
-
Ted Kremenek authored
LiveVariables analysis now uses intersect for the merge of block-level expression liveness information. The rationale is that a block-level expression cannot be live in a parent block unless it is live in all of the successor blocks. llvm-svn: 48618
-
Gabor Greif authored
Also, do not try to remove build/ dir when cleaning, this does not exist any more. llvm-svn: 48599
-
Gabor Greif authored
llvm-svn: 48597
-
Gabor Greif authored
llvm-svn: 48589
-
Ted Kremenek authored
llvm-svn: 48572
-
Steve Naroff authored
llvm-svn: 48571
-
-
- Mar 19, 2008
-
-
Ted Kremenek authored
llvm-svn: 48563
-
Ted Kremenek authored
llvm-svn: 48557
-
Ted Kremenek authored
better div positioning for messages. llvm-svn: 48555
-
Ted Kremenek authored
llvm-svn: 48544
-
Ted Kremenek authored
before descending into the bowels of the Rewriter. llvm-svn: 48541
-
Ted Kremenek authored
llvm-svn: 48540
-
Ted Kremenek authored
llvm-svn: 48539
-
Ted Kremenek authored
llvm-svn: 48537
-
Chris Lattner authored
llvm-svn: 48535
-
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
-