summaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Remove tabs.Bill Wendling1-2/+2
2012-07-18Whitespace.Chad Rosier1-18/+14
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick1-14/+19
2012-07-07Tweak spelling.Andrew Trick1-2/+2
2012-07-05Enable target dependent directive parsing to hook before standard parser inAkira Hatanaka1-3/+5
2012-07-03MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi1-1/+1
2012-07-03MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi1-5/+5
2012-06-27The ELF relocation record format is different for N64 Jack Carter2-6/+16
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng6-10/+10
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2-2/+0
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola3-4/+2
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2-2/+2
2012-06-16Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola1-0/+57
2012-06-15Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola1-30/+115
2012-06-06Add accessors for all private members of DisasmContext.Benjamin Kramer1-0/+8
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick1-2/+4
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky1-0/+2
2012-06-03Represent .rept as an anonymous macro. This removes the need for the ActiveReptRafael Espindola1-55/+88
2012-06-03Add a typedef to simplify the code a bit. Not functionality change.Rafael Espindola1-7/+9
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-05-31Fix typo in assembly directive. Noticed by inspection.Eric Christopher1-1/+1
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen1-1/+1
2012-05-24Mark some static arrays as const.Craig Topper1-1/+1
2012-05-18Refactor data-in-code annotations.Jim Grosbach9-104/+158
2012-05-12Fix spacing after if.Benjamin Kramer1-6/+5
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola1-0/+91
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer1-0/+28
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer1-0/+23
2012-05-12AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer1-1/+1
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer1-0/+4
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer1-0/+54
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer1-0/+29
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach12-35/+35
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach1-2/+0
2012-05-01MC: Unknown assembler directives are now hard errors.Jim Grosbach1-1/+1
2012-05-01MC: Remove errant EatToEndOfStatement() in asm parser.Jim Grosbach1-3/+1
2012-04-16MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach1-5/+5
2012-04-11Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer1-7/+5
2012-04-10Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall1-3/+8
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt1-0/+1
2012-04-06Fixed two leaks in the MC disassembler. The MCSean Callanan2-1/+13
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer1-1/+2
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper3-4/+16
2012-03-27Prune some includesCraig Topper3-3/+0
2012-03-26Prune some includes and forward declarations.Craig Topper6-9/+10
2012-03-23Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2-29/+13
2012-03-20Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2-2/+2
2012-03-20Tidy up.Jim Grosbach1-3/+2
2012-03-17MC asm parser macro argument count was wrong when empty.Jim Grosbach1-0/+5
2012-03-15Implement relocation-overflow behavior for PE/COFF.Michael J. Spencer1-2/+29