change the fp comparison instructions to not have %st0 explicitly
[oota-llvm.git] / lib / MC /
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Benjamin KramerPut class into an anonymous namespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
2010-11-05 Jim Grosbachsyntaxunified directive is a no-op for MachO writing.
2010-11-04 Rafael EspindolaAdd 118023 back, but with proper spelling for .uleb128...
2010-11-02 Rafael EspindolaDo relaxations with FT_Org fragments. Fixes the FIXME:
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaWrite the line info to .debug_line.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaAdd support for .value.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-31 Rafael EspindolaAdd support for files with more than 65280 sections...
2010-10-29 Rafael EspindolaBe more strict on when we produce an undefined referenc...
2010-10-28 Rafael EspindolaImprovements to .section parsing:
2010-10-28 Rafael EspindolaAdd support for the .string directive.
2010-10-28 Rafael EspindolaDefined weak symbols should have non-zero value.
2010-10-28 Rafael EspindolaFix relocations with renamed symbols.
2010-10-28 Rafael EspindolaAliases defined with .symver should copy the binding...
2010-10-28 Roman DivackyUse the IDVal directly as there's no need to convert...
2010-10-28 Roman DivackyImplement .equ directive as a synonym to .set.
2010-10-28 Rafael EspindolaImplement R_X86_64_DTPOFF32.
2010-10-28 Rafael EspindolaImplement TLSLD.
2010-10-28 Rafael EspindolaImplement DTPOFF.
2010-10-28 Rafael EspindolaImplement TLSLDM.
2010-10-28 Rafael EspindolaImplement VK_GOTNTPOFF and switch RelocNeedsGOT to...
2010-10-27 Rafael EspindolaAdd support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TL...
2010-10-27 Rafael EspindolaImplement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_6...
2010-10-27 Benjamin KramerReplace pointer arithmetic with StringRef::substr.
2010-10-27 Rafael EspindolaSet default type and flags for .init and .fini.
2010-10-27 Rafael EspindolaProduce an error for an invalid use of .symver.
2010-10-27 Rafael EspindolaSymbols defined as the difference of other two end...
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-27 Rafael EspindolaMove more logic to isInSymtab and simplify.
2010-10-26 Rafael EspindolaAdd support for .ident.
2010-10-25 Daniel DunbarMC/AsmParser: Fix relative precedence of {+,-} and...
2010-10-25 Daniel DunbarMC/AsmLexer: Fix bug in source location for Slash token.
2010-10-25 Rafael EspindolaAdd support for emitting ARM file attributes.
2010-10-24 Rafael EspindolaAdd X86::reloc_global_offset_table and use it to have...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-21 Jim GrosbachTrailing whitespace.
2010-10-21 Michael J. SpencerFix Warnings.
2010-10-21 Rafael EspindolaDo not recurse into symbol refs that have a variant...
2010-10-20 Chandler CarruthRemove remaining uses of ATTRIBUTE_UNUSED on variables...
2010-10-19 Rafael EspindolaSmall cleanups and fixes in preparation for fixing...
2010-10-19 Bill WendlingFix spelling.
2010-10-19 Chandler CarruthMove the definition of this to the source file to ancho...
2010-10-18 Rafael EspindolaImplement R_386_GOT32.
2010-10-18 Rafael EspindolaRelocate with .bss instead of using the symbol. Matches...
2010-10-18 Rafael EspindolaReenable assert.
2010-10-18 Rafael EspindolaProduce ELF::R_386_GOTPC relocations.
2010-10-18 Rafael EspindolaMake the bots happy.
2010-10-18 Rafael EspindolaProduce a R_386_PLT32 when needed. Moved the default...
2010-10-18 Rafael EspindolaHandle GOTOFF correctly on i386.
2010-10-17 Benjamin KramerFix a typo and silence unused variable warnings in...
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-16 Daniel DunbarMC/AsmParser: Report .stabs directive as unsupported.
2010-10-15 Rafael EspindolaRefactor alias handling to AliasedSymbol.
2010-10-15 Rafael EspindolaRefactor code a bit and avoid creating unnecessary...
2010-10-14 Rafael EspindolaRemove some code duplication.
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.
2010-10-09 Michael J. SpencerFix Whitespace.
2010-10-09 Michael J. SpencerMC-COFF: Assert on non-coff sections.
2010-10-09 Michael J. SpencerMC: Move ParseDirectiveELFType into ELFAsmParser. COFF...
2010-10-07 Michael J. SpencerMC-COFF: Handle relaxation in COFF better. Fixes PR8321.
2010-10-07 NAKAMURA TakumiMinor cosmetic change: fix DOSish \r\n.
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-10-06 Rafael EspindolaAnother case of 256 sections not being enough :-)
2010-10-06 Rafael EspindolaGet binding and visibility info from the the alias...
2010-10-06 Michael J. SpencerMC: Add missing forward in MCLoggingStreamer.
2010-10-06 Rafael EspindolaIf a symbol is global, reloc against it even if it...
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-06 Rafael EspindolaCorrectly handle GOTPCREL relocations.
2010-10-05 Rafael EspindolaUse a relocation against the symbol if it is a PLT...
2010-10-05 Rafael EspindolaImplement more alias cases.
2010-10-05 Rafael Espindola256 sections should be enough for anyone...
2010-10-05 Rafael EspindolaDon't crash in a strange .size directive.
2010-10-05 Michael J. SpencerFix Punctuation.
2010-10-05 Michael J. SpencerMC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Rafael EspindolaAdd support for a fill value in the .zero directive.
2010-10-05 Rafael EspindolaImplement a simple alias case and refactor the code...
2010-10-05 Rafael EspindolaProduce a undefined reference to _GLOBAL_OFFSET_TABLE_...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Rafael EspindolaImplement ELF::R_X86_64_GOTPCREL.
2010-10-04 Rafael EspindolaMove isFixupKindX86PCRel.
2010-10-04 Rafael EspindolaProduce a R_X86_64_PLT32 when needed.
2010-10-04 Rafael EspindolaProduce a R_X86_64_GOT32 when needed.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-04 Rafael EspindolaInclude the section address in the computation of the...
2010-10-04 Rafael EspindolaCorrectly compute the relocation when it is not in...
2010-10-03 Rafael EspindolaImplement a very basic PIC case.
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-09-30 Rafael EspindolaFactor some logic into ShouldRelocOnSymbol. This simpli...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Kevin EnderbyChanges EvaluateAsAbsolute() to return the "current...
next