MC: Remove another dead MCAssembler argument, and update clients.
[oota-llvm.git] / include / llvm / MC /
2010-12-17 Daniel DunbarMC: Remove another dead MCAssembler argument, and updat...
2010-12-17 Daniel DunbarMC: Remove dead MCAssembler argument -- Rafael, can...
2010-12-17 Daniel DunbarFix 80-col viola.
2010-12-16 Daniel DunbarMC/Mach-O: Lift some MachObjectWriter arguments into...
2010-12-16 Daniel DunbarMC/Mach-O: Stub out explicit MCMachObjectTargetWriter...
2010-12-16 Daniel DunbarMC/Mach-O: Move createMachObjectWriter into MCMachObjec...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-16 Daniel DunbarMC: Split MCFixupKindInfo out into its own header.
2010-12-16 Daniel DunbarMC: Remove a FIXME I no longer agree with.
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-07 Rafael EspindolaLayout each section independently. With the testcase...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-12-06 Rafael EspindolaRemove the getAddress getter, initialize Ordinal in...
2010-12-06 Rafael EspindolaAdd a getSymbolOffset method and use it in the ELF...
2010-12-04 Rafael EspindolaRemember the contents of leb and dwarfline fragments...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-12-02 Rafael EspindolaThe sections that the ELF object writer has to create...
2010-12-02 Chris Lattnertidy up
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-12-01 Rafael EspindolaRemove unused argument.
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaMake EmitIntValue non virtual.
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 EspindolaMake EmitSymbolValue non virtual.
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaMake EmitULEB128IntValue and EmitSLEB128IntValue non...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-26 Michael J. SpencerFix Whitespace.
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 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-22 Rafael EspindolaRemove some #includes.
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 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 Daniel DunbarMC-JIT: Stub out "pure" streamer.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-16 Rafael EspindolaAdd const.
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-15 Rafael EspindolaFix PR8565.
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-13 Daniel DunbarMC: Simplify Mach-O and ELF object writer implementations.
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-11 Rafael EspindolaInitial comdat implementation.
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-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 Jim GrosbachTrailing whitespace.
2010-11-05 Jim GrosbachAllow targets to specify the MachO CPUType/CPUSubtype...
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 EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaImplement .weakref.
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-22 Wesley PeckMaking the e_machine configurable by the target backend...
2010-10-19 Chandler CarruthMove the definition of this to the source file to ancho...
2010-10-18 Chandler CarruthAdd a virtual destructor to silence a GCC warning.
2010-10-16 Rafael EspindolaAdd a MCObjectFormat class so that code common to all...
2010-10-12 Jim GrosbachComment grammar tweakage.
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-08 Jim GrosbachAllow << streaming of MCOperand.
2010-10-07 Jim GrosbachAdd output stream operator for MCInst.
2010-10-06 Michael J. SpencerCleanup Whitespace.
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
next