summaryrefslogtreecommitdiff
path: root/include/llvm/MC
Commit message (Expand)AuthorAge
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov2012-11-09
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-06
* MCRegisterClass should be returned by const ref, not by value.Lang Hames2012-10-26
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* Fix anonymous namespace issue introduced by r166714:Kaelyn Uhrain2012-10-25
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-23
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-22
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-22
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-19
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-19
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-19
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-19
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-18
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-17
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-15
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Capitalize per coding standard.Chad Rosier2012-10-12
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* [ms-inline asm] Add a few data members and member functions to theChad Rosier2012-10-12
* Remove unnecessary classof()'sSean Silva2012-10-11
* TODO commentAndrew Trick2012-10-10
* misched: Generate IsBuffered flag for machine resources.Andrew Trick2012-10-10
* Update comment.Eric Christopher2012-10-08
* [ms-inline asm] Add a comment describing the MapAndConstraints.Chad Rosier2012-10-05
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Remove unused function that used to get itineraries from SubTargetFeatures. T...Craig Topper2012-10-03
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-02
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-02
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* [ms-inline asm] Expose the getReg() function in the base class.Chad Rosier2012-10-01
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-01
* Rename virtual table anchors from Anchor() to anchor() for consistency with t...Craig Topper2012-09-26
* Typo.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18