summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson2011-10-14
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky2011-10-12
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-11
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-10
* Don't emit the symbol table entry for the .symtab_shndx section either.Nick Lewycky2011-10-07
* Remove extraneous curlies. No functionality change.Nick Lewycky2011-10-07
* Don't emit a shstrtabindex in the reserved range. Spotted by inspection andNick Lewycky2011-10-07
* Clarify/fix typo. No functionality change.Nick Lewycky2011-10-07
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* Add definition of MipsELFObjectWriter.Akira Hatanaka2011-09-30
* Sort CMakeLists.txt.Benjamin Kramer2011-09-24
* PR10989: Don't print .hidden on Windows.Eli Friedman2011-09-23
* Add new files to CMake.Owen Anderson2011-09-22
* Update CMake build.Benjamin Kramer2011-09-22
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-22
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* MCInstrAnalysis: Don't crash on instructions with no operands.Benjamin Kramer2011-09-19
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson2011-09-15
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-15
* Assmebler symbol attribute directives don't work on temporary symbols.Jim Grosbach2011-09-15
* Handle missing newline at EOF more gracefully in MC AsmLexer.Jim Grosbach2011-09-15
* Move state var to private class member.Jim Grosbach2011-09-14
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* Formatting and typo.Eric Christopher2011-09-08
* Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atomKevin Enderby2011-09-08
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* As a first step, emit both the compact unwind and CIE/FDEs for a function.Bill Wendling2011-09-06
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-01
* Fix the build for us -Werror users.Nick Lewycky2011-09-01
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-01
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* Fix grammar, noticed by Duncan.Bill Wendling2011-08-29
* Initialize CompactUnwindSection so that other targets won't use an uninitiali...Bill Wendling2011-08-29
* Initialize member variable.Benjamin Kramer2011-08-25
* Some autoconf tests use module level inline asm to test compiler's handling ofEvan Cheng2011-08-24
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-20
* Fixed a memory bug in the MCDisassembler whereSean Callanan2011-08-19