aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
...
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-1/+3
* Decouple MCInstBuilder from the streamer per Eli's request.Benjamin Kramer2012-11-261-4/+2
* Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...Benjamin Kramer2012-11-261-0/+70
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-252-5/+25
* Further cleanups. Thanks for Sean Silva for noticing it.Rafael Espindola2012-11-251-24/+12
* Change the representation of MCCFIInstruction.Rafael Espindola2012-11-241-42/+35
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-241-16/+16
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-241-0/+1
* Refactor how MCCFIInstructions are created.Rafael Espindola2012-11-241-16/+88
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-232-2/+3
* Add relocations used for mips big GOT.Akira Hatanaka2012-11-211-1/+5
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-091-0/+1
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-061-0/+4
* MCRegisterClass should be returned by const ref, not by value.Lang Hames2012-10-261-1/+1
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-262-8/+16
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-251-2/+0
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-251-0/+2
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+35
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-251-3/+3
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-0/+3
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-231-0/+4
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-232-1/+4
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-221-3/+0
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-1/+8
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-221-0/+5
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-191-0/+5
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-191-0/+8
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-191-0/+6
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-191-0/+1
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-181-1/+2
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-181-4/+2
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-181-16/+20
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-171-3/+5
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-161-0/+1
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-151-0/+20
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+5
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-132-18/+6
* [ms-inline asm] Capitalize per coding standard.Chad Rosier2012-10-121-1/+1
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-11/+3
* [ms-inline asm] Add a few data members and member functions to theChad Rosier2012-10-121-0/+24
* Remove unnecessary classof()'sSean Silva2012-10-116-22/+0
* TODO commentAndrew Trick2012-10-101-0/+3
* misched: Generate IsBuffered flag for machine resources.Andrew Trick2012-10-101-2/+9
* Update comment.Eric Christopher2012-10-081-1/+2
* [ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier2012-10-051-0/+2
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-2/+6
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-0/+7
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-031-4/+0
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-021-7/+0
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-021-0/+7