Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-08-22 Bill WendlingAdd the PCSymbol for Darwin x86 platforms.
2007-08-21 Anton KorobeynikovUse only 1 knob to enable exceptions on Darwin :).
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-25 Anton KorobeynikovMinor cleanup:
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-06-27 Dan GohmanRemove a redundant newline in the asm output for ELF...
2007-05-12 Anton KorobeynikovMore DWARF-related things cleanup:
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-03 Dan GohmanSets the section names for fixed-size constants and...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-05-01 Anton KorobeynikovUse correct PC symbol
2007-05-01 Anton KorobeynikovAdjust correct EH-related sections
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-01 Chris Lattnerfix breakage from last night, simplify code.
2007-03-08 Evan ChengPut constant data to .const, .const_data, .literal...
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-02-23 Anton KorobeynikovExternal weak linkage is supported by recent binutils...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-18 Chris LattnerModify emission of jump tables on darwin to emit an...
2007-01-17 Chris Lattnerdarwin doesn't support .bss, but it does have .zerofill
2007-01-16 Bill WendlingInstead of yet another enum indicating the "assembly...
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.