aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2010-11-10Use MCSectionELF in places we know we have an ELF section.Rafael Espindola
2010-11-10Update ARMConstantPoolValue to not use a modifier string. Use an explicitJim Grosbach
2010-11-09Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola
2010-11-09Revert previous patch. Missed a case.Rafael Espindola
2010-11-09Remove IsExplicit. It was always false.Rafael Espindola
2010-11-07Relax dwarf line fragments. This fixes a crash in the included testcase.Rafael Espindola
2010-11-05Add '.code 32' assembler directive to MC streamers.Jim Grosbach
2010-11-05MC'ize the '.code 16' and '.thumb_func' ARM directives.Jim Grosbach
2010-11-05Trailing whitespace.Jim Grosbach
2010-11-05Allow targets to specify the MachO CPUType/CPUSubtype information.Jim Grosbach
2010-11-02Do relaxations with FT_Org fragments. Fixes the FIXME:Rafael Espindola
2010-11-02Add support for expressions in .sleb/.uleb directives.Rafael Espindola
2010-11-01Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.Rafael Espindola
2010-11-01Implement .weakref.Rafael Espindola
2010-10-28Implement TLSLD.Rafael Espindola
2010-10-28Implement DTPOFF.Rafael Espindola
2010-10-28Implement TLSLDM.Rafael Espindola
2010-10-28Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola
2010-10-22Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck
2010-10-19Move the definition of this to the source file to anchor the vtable.Chandler Carruth
2010-10-18Add a virtual destructor to silence a GCC warning.Chandler Carruth
2010-10-16Add a MCObjectFormat class so that code common to all targets that use aRafael Espindola
2010-10-12Comment grammar tweakage.Jim Grosbach
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-08Allow << streaming of MCOperand.Jim Grosbach
2010-10-07Add output stream operator for MCInst.Jim Grosbach
2010-10-06Cleanup Whitespace.Michael J. Spencer
2010-10-05On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola
2010-10-04Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-09-30Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-09-30Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim
2010-09-30Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola
2010-09-27MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar
2010-09-27Remove unused argument.Rafael Espindola
2010-09-24MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar
2010-09-23trailing whitespaceJim Grosbach
2010-09-22Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach
2010-09-22Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola
2010-09-22allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner
2010-09-17trailing whitespaceJim Grosbach
2010-09-16make this non brain dead... Jim Grosbach
2010-09-16Remove unnecessary by-reference return.Jim Grosbach
2010-09-16store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach
2010-09-15Add a InitSections method to the streamer interface.Rafael Espindola
2010-09-15Add support for floating point immediates to MC instruction printing. ARMJim Grosbach
2010-09-15trailing whitespace and 80 column cleanupJim Grosbach
2010-09-11fix the asmparser so that the target is responsible for skipping toChris Lattner