Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / MC / WinCOFFObjectWriter.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-03-15 Michael J. SpencerImplement relocation-overflow behavior for PE/COFF.
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-22 Rafael EspindolaMove all the dependencies on X86FixupKinds.h to a singl...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-11-08 Michael J. SpencerMC/COFF: Correctly emit the size of an empty string...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse getSymbolOffset on the COFF writer.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-10-21 Michael J. SpencerFix Warnings.
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Michael J. SpencerMC-COFF: Assert on non-coff sections.
2010-10-07 Michael J. SpencerMC-COFF: Handle relaxation in COFF better. Fixes PR8321.
2010-10-05 Michael J. SpencerFix Punctuation.
2010-10-05 Michael J. SpencerMC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-29 Michael J. SpencerMC-COFF: Fix symbol storage class for globals
2010-09-27 Michael J. SpencerMC-COFF: Fix signed/unsigned comparison.
2010-09-27 Michael J. SpencerMC-COFF: Drop empty sections, and label symbols. Conver...
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerRevert "MC: Fix symbol fragment offsets in COFF."
2010-08-03 Michael J. SpencerMC: Add time travel support to COFF.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-07-31 Daniel DunbarSilence some -Asserts uninitialized variable warnings.
2010-07-29 Benjamin KramerCOFFObjectWriter: Don't leak COFFSymbols and COFFSections.
2010-07-26 Douglas GregorFix format-specifier warning
2010-07-26 Michael J. SpencerMC: Fix whitespace error from last commit.
2010-07-26 Michael J. SpencerMC: Add WinCOFFObjectWriter implementation.
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!