index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
1
-0
/
+4
*
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
2
-1
/
+4
*
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
1
-3
/
+0
*
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
1
-1
/
+8
*
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
1
-0
/
+5
*
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
1
-0
/
+5
*
[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.
Chad Rosier
2012-10-19
1
-0
/
+8
*
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
1
-0
/
+6
*
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
1
-0
/
+1
*
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
1
-1
/
+2
*
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
1
-4
/
+2
*
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
1
-16
/
+20
*
misched: Better handling of invalid latencies in the machine model
Andrew Trick
2012-10-17
1
-3
/
+5
*
[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...
Chad Rosier
2012-10-16
1
-0
/
+1
*
[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
Chad Rosier
2012-10-15
1
-0
/
+20
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+5
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
2
-18
/
+6
*
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
1
-1
/
+1
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-11
/
+3
*
[ms-inline asm] Add a few data members and member functions to the
Chad Rosier
2012-10-12
1
-0
/
+24
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
6
-22
/
+0
*
TODO comment
Andrew Trick
2012-10-10
1
-0
/
+3
*
misched: Generate IsBuffered flag for machine resources.
Andrew Trick
2012-10-10
1
-2
/
+9
*
Update comment.
Eric Christopher
2012-10-08
1
-1
/
+2
*
[ms-inline asm] Add a comment describing the MapAndConstraints.
Chad Rosier
2012-10-05
1
-0
/
+2
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-2
/
+6
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-0
/
+7
*
Remove unused function that used to get itineraries from SubTargetFeatures. T...
Craig Topper
2012-10-03
1
-4
/
+0
*
Revert 165057, per Jim's request. This requires further discussion.
Chad Rosier
2012-10-02
1
-7
/
+0
*
[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
Chad Rosier
2012-10-02
1
-0
/
+7
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-7
/
+6
*
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
1
-0
/
+7
*
[ms-inline asm] Expose the getReg() function in the base class.
Chad Rosier
2012-10-01
1
-0
/
+2
*
Provide a shortcut for MCObjectStreamer when emitting fills.
Benjamin Kramer
2012-10-01
1
-0
/
+2
*
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
1
-1
/
+1
*
Typo.
Chad Rosier
2012-09-24
1
-1
/
+1
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-1
/
+1
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
1
-0
/
+4
*
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
1
-0
/
+5
*
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
1
-0
/
+1
*
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
Andrew Trick
2012-09-18
1
-3
/
+3
*
Let NULL slip through again.
Andrew Trick
2012-09-18
1
-1
/
+1
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
1
-8
/
+1
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
2
-5
/
+19
*
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
2
-23
/
+16
*
Don't use NULL as a fake keyword
Andrew Trick
2012-09-17
1
-1
/
+1
*
InitMCProcessor
Andrew Trick
2012-09-17
1
-3
/
+3
*
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
1
-8
/
+1
*
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
2
-5
/
+19
*
Guard fields by NDEBUG until they get used in the release build.
Andrew Trick
2012-09-16
1
-2
/
+2
[next]