Add .loc methods to the streamer.
[oota-llvm.git] / lib / MC /
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Rafael EspindolaParse and ignore some .cfi_* directives.
2010-11-16 Rafael EspindolaA bit more of gnu as compatibility when handling reloca...
2010-11-15 Benjamin KramerFix compiler warnigns.
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Jason W KimDovetail with Dan Dunbar's rework of ELFObjectWriter.
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-15 Chris Lattnercorrect the fixup comment printer to work on big endian...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Rafael EspindolaMove the logic to decide with which symbol we produce...
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Rafael EspindolaFix another case of a .comm directive without a corresp...
2010-11-14 Rafael EspindolaFix the type of a symbol created with .comm and no...
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-14 Rafael EspindolaSimplify getSymbolIndexInSymbolTable by setting the...
2010-11-14 Rafael EspindolaFix warning.
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
2010-11-13 Rafael EspindolaFix warning and add support for printing gnu_unique_ob...
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-13 Rafael EspindolaFix the encoding of negative line deltas.
2010-11-12 Benjamin KramerMCELF: Copy the symbol name only if we're going to...
2010-11-12 Rafael EspindolaRemove what looks like dead code in the production...
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
2010-11-11 Jim GrosbachTrailing whitespace.
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Rafael EspindolaMake AliasedSymbol able to handle MCTargetExpr. They...
2010-11-11 Rafael EspindolaFix the symbol index of weak references. Also make...
2010-11-11 Rafael EspindolaRemove some explicit arguments to getELFSection. This is
2010-11-10 Rafael EspindolaFactor some code into WriteSection.
2010-11-10 Rafael EspindolaUpdate the section index map after we add the medatada...
2010-11-10 Rafael EspindolaUse SectionIndexMap in WriteSymbolTable to make it...
2010-11-10 Rafael EspindolaFactor some code into ComputeIndexMap.
2010-11-10 Rafael EspindolaChange the String<size> methods to take a fragment...
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-08 Daniel DunbarFix typo.
2010-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-07 Rafael EspindolaSpeed up AddSectionToTheEnd. It was walking all fragmen...
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
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...
next