aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add weak reference directive.Evan Cheng2006-12-011-0/+2
* Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx /Chris Lattner2006-11-291-1/+23
* Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with theChris Lattner2006-11-291-1/+71
* Identities are default nowAndrew Lenharth2006-11-281-4/+0
* X86 asm -> gcc asm translation table (incomplete)Andrew Lenharth2006-11-281-1/+18
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-311-0/+18
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-301-0/+24
* Put cstrings in .cstring section when compiling for Mac OS X.Evan Cheng2006-10-261-0/+1
* Implement getSectionForFunction, use it when printing function body.Chris Lattner2006-10-051-2/+3
* Compile:Chris Lattner2006-09-261-0/+1
* Committing X86-64 support.Evan Cheng2006-09-081-1/+4
* Break out target asm info into separate files.Jim Laskey2006-09-071-0/+95