- Jul 31, 2009
-
-
David Greene authored
Simplify operand padding by keying off tabs in the asm stream. If padding is disabled, tabs get replaced by spaces except in the case of the first operand, where the tab is output to line up the operands after the mnemonics. Add some better comments and eliminate redundant code. Fix some testcases to not assume tabs. llvm-svn: 77740
-
Daniel Dunbar authored
- Uses MCAsmToken::getIdentifier which returns the (sub)string representing the meaningfull contents a string or identifier token. - Directives aren't done yet. llvm-svn: 77739
-
Anders Carlsson authored
llvm-svn: 77738
-
Mike Stump authored
llvm-svn: 77737
-
Chris Lattner authored
thing is #if0'd out anyway. Just simplify the code by reducing the interface. Not deleting this is essential for Bill's continuing happiness. llvm-svn: 77736
-
Anders Carlsson authored
llvm-svn: 77735
-
Owen Anderson authored
llvm-svn: 77734
-
Owen Anderson authored
llvm-svn: 77733
-
Anders Carlsson authored
llvm-svn: 77732
-
Mike Stump authored
llvm-svn: 77731
-
Benjamin Kramer authored
llvm-svn: 77730
-
Dan Gohman authored
llvm-svn: 77729
-
Daniel Dunbar authored
Also, change scale value to always be 1 when unspecified to machine MachineInst encoding. llvm-svn: 77728
-
Dan Gohman authored
llvm-svn: 77727
-
Chris Lattner authored
indicate that it is a predicate, not an emitter. This eliminates TAI dependencies on Mangler and GlobalValue. llvm-svn: 77726
-
Dan Gohman authored
llvm-svn: 77725
-
Chris Lattner authored
because it just calls the default impl. Remove the PPCDarwinTargetAsmInfo version of PreferredEHDataFormat because it just returns DW_EH_PE_absptr unless on 10.6. However, 10.6 doesn't support PPC, so the default impl is just fine. llvm-svn: 77724
-
Chris Lattner authored
llvm-svn: 77723
-
Owen Anderson authored
llvm-svn: 77722
-
Owen Anderson authored
metadata related, which I'm waiting on to avoid conflicting with Devang. llvm-svn: 77721
-
Dan Gohman authored
a trailing newline. llvm-svn: 77719
-
Eric Christopher authored
llvm-svn: 77718
-
Bill Wendling authored
- One formatting change. No intended functionality change. llvm-svn: 77717
-
Eli Friedman authored
llvm-svn: 77716
-
Dan Gohman authored
llvm-svn: 77715
-
Benjamin Kramer authored
llvm-svn: 77714
-
Argyrios Kyrtzidis authored
llvm-svn: 77713
-
Dan Gohman authored
llvm-svn: 77712
-
Benjamin Kramer authored
llvm-svn: 77711
-
Ted Kremenek authored
llvm-svn: 77709
-
Chris Lattner authored
MCSection subclasses yet, but this is a step in the right direction. llvm-svn: 77708
-
Douglas Gregor authored
llvm-svn: 77707
-
Dan Gohman authored
llvm-svn: 77706
-
Evan Cheng authored
to ensure the instruction that follows a TBB (when the number of table entries is odd) is 2-byte aligned. Patch by Sandeep Patel. llvm-svn: 77705
-
Dan Gohman authored
llvm-svn: 77704
-
Douglas Gregor authored
Allow one to update the type representation of the declaration specifiers. Will be used by an upcoming commit. llvm-svn: 77703
-
Douglas Gregor authored
llvm-svn: 77702
-
Evan Cheng authored
is scaled by two. - Teach GetInstSizeInBytes about TBB and TBH. llvm-svn: 77701
-
Chris Lattner authored
llvm-svn: 77700
-
Mike Stump authored
llvm-svn: 77699
-