| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
is more tolerant of whitespace differences.
llvm-svn: 78439
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
leaq foo@TLSGD(%rip), %rdi
as part of the instruction sequence. Using a register other than %rdi and then
copying it to %rdi is not valid.
llvm-svn: 69350
|