Make inline ASM the INTEL one if it's in that emission mode.
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.cpp
2007-01-16 Bill WendlingMake inline ASM the INTEL one if it's in that emission...
2007-01-16 Bill WendlingFix for PR1095:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerMake use of isInteger vs isIntegral more explicit
2007-01-14 Anton KorobeynikovNo hidden visiblity on Mingw32/Cygwin
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/x86
2007-01-12 Chris Lattnerremove over-general code.
2007-01-12 Reid SpencerAdjust #includes to compensate for lost of DerivedTypes...
2007-01-12 Reid SpencerFor PR1064:
2007-01-07 Chris Lattnerrelax type
2007-01-03 Chris LattnerPrivate labels start with .L on linux, not just .
2007-01-03 Reid SpencerRemove two useless bit casts.
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Anton KorobeynikovFix for PR1059: http://llvm.org/PR1059
2006-12-01 Evan ChengAdd weak reference directive.
2006-11-29 Chris LattnerUpgrade the ugly darwin 64-bit bswap idiom (bswap ...
2006-11-29 Chris LattnerTrivially lower 'bswap $0' into llvm.bswap. This fixes...
2006-11-28 Andrew LenharthIdentities are default now
2006-11-28 Andrew LenharthX86 asm -> gcc asm translation table (incomplete)
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
2006-09-26 Chris LattnerCompile:
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Jim LaskeyBreak out target asm info into separate files.