aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Constify subtarget info properly so that we dont cast away the const inRoman Divacky2012-09-052-6/+6
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-291-0/+6
* Add virtual keywords for methods that override the base class.Craig Topper2012-08-291-8/+8
* Fix comment.Rafael Espindola2012-08-271-3/+4
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-241-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-1/+1
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-4/+2
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-3/+9
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-211-1/+9
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-211-2/+2
* Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-211-5/+4
* Remove unused variable. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-211-2/+0
* Fix typo. Extracted from the Andy/PaX patch.Rafael Espindola2012-08-211-1/+1
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-121-9/+6
* Move [SU]LEB128 encoding to a utility header.Jim Grosbach2012-08-084-41/+10
* Typedefs and indentation fixes from the Andy Zhang/PAX macro argument patch.Rafael Espindola2012-08-081-26/+28
* Fix for .pdata and .xdata section attributes on COFF.Anton Korobeynikov2012-08-082-8/+4
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-081-2/+39
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-301-2/+8
* Give MCRegisterInfo an implementation file.Jakob Stoklund Olesen2012-07-272-0/+72
* Fix a typo (the the => the)Sylvestre Ledru2012-07-233-3/+3
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-211-0/+2
* Remove tabs.Bill Wendling2012-07-191-2/+2
* Whitespace.Chad Rosier2012-07-181-18/+14
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-14/+19
* Tweak spelling.Andrew Trick2012-07-071-2/+2
* Enable target dependent directive parsing to hook before standard parser inAkira Hatanaka2012-07-051-3/+5
* MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi2012-07-031-1/+1
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-031-5/+5
* The ELF relocation record format is different for N64 Jack Carter2012-06-272-6/+16
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-226-10/+10
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-222-2/+0
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-223-4/+2
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-222-2/+2
* Implement irpc. Extracted from a patch by the PaX team. I just added the test.Rafael Espindola2012-06-161-0/+57
* Factor macro argument parsing into helper methods and add support for .irp.Rafael Espindola2012-06-151-30/+115
* Add accessors for all private members of DisasmContext.Benjamin Kramer2012-06-061-0/+8
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-051-2/+4
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+2
* Represent .rept as an anonymous macro. This removes the need for the ActiveReptRafael Espindola2012-06-031-55/+88
* Add a typedef to simplify the code a bit. Not functionality change.Rafael Espindola2012-06-031-7/+9
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Fix typo in assembly directive. Noticed by inspection.Eric Christopher2012-05-311-1/+1
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-1/+1
* Mark some static arrays as const.Craig Topper2012-05-241-1/+1
* Refactor data-in-code annotations.Jim Grosbach2012-05-189-104/+158
* Fix spacing after if.Benjamin Kramer2012-05-121-6/+5
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-121-0/+91
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-121-0/+28
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-121-0/+23