aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2012-08-12When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky
2012-08-08Move [SU]LEB128 encoding to a utility header.Jim Grosbach
2012-08-08Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.Rafael Espindola
2012-08-08Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling
2012-07-30Keep empty assembly macro argument values in the middle of the list.Jim Grosbach
2012-07-27Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-21Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka
2012-07-19Remove tabs.Bill Wendling
2012-07-18Whitespace.Chad Rosier
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-07Tweak spelling.Andrew Trick
2012-07-05Enable target dependent directive parsing to hook before standard parser inAkira Hatanaka
2012-07-03MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi
2012-07-03MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng
2012-06-22Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola
2012-06-22Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola
2012-06-22Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky
2012-06-16Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola
2012-06-15Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola
2012-06-06Add accessors for all private members of DisasmContext.Benjamin Kramer
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-04Implement local-exec TLS on PowerPC.Roman Divacky
2012-06-03Represent .rept as an anonymous macro. This removes the need for the ActiveReptRafael Espindola
2012-06-03Add a typedef to simplify the code a bit. Not functionality change.Rafael Espindola
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-05-31Fix typo in assembly directive. Noticed by inspection.Eric Christopher
2012-05-25Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen
2012-05-24Mark some static arrays as const.Craig Topper
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-12Fix spacing after if.Benjamin Kramer
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer
2012-05-12AsmParser: Give a nice error message for .code16gcc, which is currently unsup...Benjamin Kramer
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach
2012-05-01MC: Unknown assembler directives are now hard errors.Jim Grosbach
2012-05-01MC: Remove errant EatToEndOfStatement() in asm parser.Jim Grosbach
2012-04-16MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach
2012-04-11Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer
2012-04-10Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2012-04-06Fixed two leaks in the MC disassembler. The MCSean Callanan