Add FIXME
[oota-llvm.git] / lib / MC /
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
2010-11-28 Rafael EspindolaForgot the MCPureStreamer::EmitValue in the previous...
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel DunbarFix a comment.
2010-11-27 Daniel DunbarReduce nesting.
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-23 Rafael EspindolaInvalidate the layout on any relaxation, not just Instr...
2010-11-23 Rafael EspindolaReuse data fragments while lowering. Patch by David...
2010-11-22 Jason W KimFixed some style issues (no _, no spc after !)
2010-11-22 Jason W KimMake the <ARCH>ELFObjectWriter statics private
2010-11-22 Jason W KimFix misplaced statics.
2010-11-22 Jason W KimKill trailing whitespace
2010-11-22 Jason W KimRefactor the ELFRelocationEntry (pull up) and move...
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-22 Rafael EspindolaRemove some #includes.
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-21 Rafael EspindolaHandle PCRel relocations with absolute values. Fixes...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-19 Rafael EspindolaAdd an assert.
2010-11-19 Rafael EspindolaFix llvm-gcc boostrap on OS X by avoiding printing...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-17 Jim GrosbachFix typo.
2010-11-17 Rafael EspindolaAdd support for .int.
2010-11-17 Rafael EspindolaAdd support for .2byte, .4byte and .8byte.
2010-11-17 Daniel DunbarMC-JIT: Stub out "pure" streamer.
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...
next