summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-04-17-tls-fast.ll
Commit message (Collapse)AuthorAgeFilesLines
* merge a bunch of tests together into one, convert to filecheck whichChris Lattner2009-08-071-17/+0
| | | | | | is more tolerant of whitespace differences. llvm-svn: 78439
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-311-1/+1
| | | | | | | | | | | | 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
* For general dynamic TLS access we must useRafael Espindola2009-04-171-0/+17
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
OpenPOWER on IntegriCloud