aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-092-0/+70
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-91/+92
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* First chunk of MachineInstr bundle support.Evan Cheng2011-12-061-0/+4
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-062-1/+10
* Tidy up. Hard tabs.Jim Grosbach2011-12-061-2/+2
* Tidy up. 80 columns.Jim Grosbach2011-12-061-1/+2
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-061-15/+15
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-032-15/+16
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-0/+10
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-232-0/+5
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+8
* Make headers standalone.Benjamin Kramer2011-11-141-0/+1
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-2/+0
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-0/+20
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-052-2/+4
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+18
* Trailing whitespace.Jim Grosbach2011-10-271-3/+3
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-0/+7
* Reflow lines, fix comments for doxygen style, fix whitespace. No functionalityNick Lewycky2011-10-261-3/+3
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-251-1/+17
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-172-2/+5
* Use the correct predicate for determining if a branch is conditional or not.Owen Anderson2011-10-171-1/+1
* MCOperand is pod-like.Benjamin Kramer2011-10-171-0/+1
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-161-0/+1
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-3/+8
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-101-9/+2
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-042-0/+70
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-041-1/+14
* Add target hook for pseudo instruction expansion.Jakob Stoklund Olesen2011-09-251-0/+8
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-222-0/+133
* Restore hasPostISelHook tblgen flag.Andrew Trick2011-09-201-0/+8
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-201-8/+0
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-153-19/+9
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-152-1/+17
* Move state var to private class member.Jim Grosbach2011-09-141-0/+1
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-131-0/+1
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-1/+5
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-021-0/+12
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-012-5/+13
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-301-1/+1
* Follow up to r138791.Evan Cheng2011-08-301-0/+9
* Thumb2 parsing and encoding for IT blocks.Jim Grosbach2011-08-291-0/+12
* Tidy up. 80 columns.Jim Grosbach2011-08-291-1/+1
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-232-11/+4
* Add an MCInstrAnalysis version of isCall.Benjamin Kramer2011-08-221-0/+4
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-2/+33
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-2/+1
* Remove unused forward declaration.Jim Grosbach2011-08-161-1/+0
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-161-45/+45