aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-11-02Replace tabs I added in this new line of code with spaces.Kevin Enderby
2011-11-01Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby
2011-11-01First part of support for generating dwarf for assembly source files with theKevin Enderby
2011-10-27Teach our Dwarf emission to use the string pool.Nick Lewycky
2011-10-26Trailing whitespace.Jim Grosbach
2011-10-26On an ELF system, ".debug_str" is mergeable and contains null terminated stringsNick Lewycky
2011-10-25This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes
2011-10-19Fix parsing of a line with only a # in it.Rafael Espindola
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-16Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer
2011-10-16Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer
2011-10-16PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer
2011-10-16remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-14Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson
2011-10-12Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby
2011-10-12Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky
2011-10-11Also create a shndx even if there are no symbols. This lets us testNick Lewycky
2011-10-10MCAtom extending methods need to extend the range of the atom as well.Owen Anderson
2011-10-07Don't emit the symbol table entry for the .symtab_shndx section either.Nick Lewycky
2011-10-07Remove extraneous curlies. No functionality change.Nick Lewycky
2011-10-07Don't emit a shstrtabindex in the reserved range. Spotted by inspection andNick Lewycky
2011-10-07Clarify/fix typo. No functionality change.Nick Lewycky
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-10-04Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby
2011-09-30Add definition of MipsELFObjectWriter.Akira Hatanaka
2011-09-24Sort CMakeLists.txt.Benjamin Kramer
2011-09-23PR10989: Don't print .hidden on Windows.Eli Friedman
2011-09-22Add new files to CMake.Owen Anderson
2011-09-22Update CMake build.Benjamin Kramer
2011-09-22Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson
2011-09-21In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson
2011-09-19MCInstrAnalysis: Don't crash on instructions with no operands.Benjamin Kramer
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-15The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson
2011-09-15Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach
2011-09-15Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach
2011-09-14Move state var to private class member.Jim Grosbach
2011-09-13First step in supporting #line directives in assembler. This step parses theKevin Enderby
2011-09-08Formatting and typo.Eric Christopher
2011-09-08Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-09-06As a first step, emit both the compact unwind and CIE/FDEs for a function.Bill Wendling
2011-09-02Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-09-01Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy
2011-09-01Fix the build for us -Werror users.Nick Lewycky