Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / Target / X86 / X86MCAsmInfo.cpp
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2010-12-07 NAKAMURA Takumilib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-02 Devang PatelRevert r120580.
2010-12-01 Devang PatelDisable debug info for x86-darwin9 and earlier until...
2010-11-11 Rafael EspindolaRemove some explicit arguments to getELFSection. This is
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-03-11 Chris LattnerWork around a bug in the openbsd assembler on i386,
2010-03-08 Chris Lattnerdon't reset defaults.
2010-02-25 Daniel DunbarFix TextAlignFillValue in a few places
2010-02-17 Chris Lattnerdaniel remembered why this was needed.
2010-02-17 Chris Lattneradd a comment explaining why darwin/i386 uses ## as...
2010-02-16 Benjamin KramerMinor warning fixes (semicolons, newline at EOF).
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-25 Chris LattnerRemove support for i386 tiger tools for aligned common...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.