- Mar 19, 2008
-
-
Arnold Schwaighofer authored
llvm-svn: 48545
-
Ted Kremenek authored
llvm-svn: 48544
-
Duncan Sands authored
llvm-svn: 48543
-
Christopher Lamb authored
Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes Bill's testcase that failed for r48491. llvm-svn: 48542
-
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
-
Tanya Lattner authored
llvm-svn: 48538
-
Ted Kremenek authored
llvm-svn: 48537
-
Tanya Lattner authored
llvm-svn: 48536
-
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
-
Chris Lattner authored
struct types. Patch by David Chisnall, with some tweaks. llvm-svn: 48531
-
Tanya Lattner authored
llvm-svn: 48530
-
Tanya Lattner authored
llvm-svn: 48529
-
Gordon Henriksen authored
llvm-svn: 48528
-
Tanya Lattner authored
llvm-svn: 48527
-
Evan Cheng authored
llvm-svn: 48526
-
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
-
Gordon Henriksen authored
Based on Erick Tryzelaar's patch. llvm-svn: 48523
-
Evan Cheng authored
1. If part of a register is re-defined, an implicit kill and an implicit def are added to denote read / mod / write. However, this should only be necessary if the register is actually read later. This is a performance issue. 2. If a sub-register is being defined, and it doesn't have a previous use, do not add a implicit kill to the last use of a super-register: = EAX, AX<imp-use,kill> ... AX = In this case, EAX is live but AX is killed, this is wrong and will cause the coalescer to do bad things. llvm-svn: 48521
-
Devang Patel authored
llvm-svn: 48520
-
Ted Kremenek authored
llvm-svn: 48518
-
Bill Wendling authored
attribute instead of ".protected". llvm-svn: 48516
-
Evan Cheng authored
Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs function implicitly reads X86::AL, don't clobber it! llvm-svn: 48515
-
Scott Michel authored
for Release with optimization levels greater than -O0. llvm-svn: 48513
-
Ted Kremenek authored
numbers (more work to be done on aesthetics). llvm-svn: 48512
-
- Mar 18, 2008
-
-
Bill Wendling authored
llvm-svn: 48511
-
Bill Wendling authored
llvm-svn: 48510
-
Daniel Berlin authored
llvm-svn: 48509
-
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
-