summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Cleanup Whitespace.Michael J. Spencer2010-10-06
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-05
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-30
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* Remove unused argument.Rafael Espindola2010-09-27
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* trailing whitespaceJim Grosbach2010-09-23
* Add support for ELF PLT references for ARM MC asm printing. Adding aJim Grosbach2010-09-22
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* allow target-specific label suffixes, patch by Yuri Gribov!Chris Lattner2010-09-22
* trailing whitespaceJim Grosbach2010-09-17
* make this non brain dead... Jim Grosbach2010-09-16
* Remove unnecessary by-reference return.Jim Grosbach2010-09-16
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-16
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Add support for floating point immediates to MC instruction printing. ARMJim Grosbach2010-09-15
* trailing whitespace and 80 column cleanupJim Grosbach2010-09-15
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-09
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Use absolute label for DW_AT_stmt_list if a target does not prefer offset here.Devang Patel2010-08-31
* Remove noisy semicolon.Benjamin Kramer2010-08-31
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-31
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-24
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-21
* Add some win64 coff goodness.Anton Korobeynikov2010-08-17
* Revert r111230, we have to find a better place for the host-specific code.Benjamin Kramer2010-08-17
* Micro-optimize MCObjectWriter to do a byteswap if necessary and then write theBenjamin Kramer2010-08-17
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16
* Layout helper function.Matt Fleming2010-08-16
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-16
* ELF entry size support.Matt Fleming2010-08-16
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-09
* Remove unused variable.Benjamin Kramer2010-08-08
* MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar2010-08-06
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-31
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-29
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22