index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
2
-6
/
+6
*
TargetSchedModel interface. To be implemented...
Andrew Trick
2012-09-14
2
-0
/
+5
*
Define MC data tables for the new scheduling machine model.
Andrew Trick
2012-09-14
2
-6
/
+162
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
14
-35
/
+33
*
MachO: Correctly mark symbol-difference variables as N_ABS.
Jim Grosbach
2012-09-13
1
-0
/
+2
*
Fix function name in comment.
Craig Topper
2012-09-13
1
-1
/
+1
*
Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.
Dmitri Gribenko
2012-09-12
1
-2
/
+2
*
Add documentation.
Chad Rosier
2012-09-11
1
-0
/
+4
*
Add a few virtual functions to the abstract MCParsedAsmOperand class.
Chad Rosier
2012-09-11
1
-0
/
+5
*
Add MCRI::getNumSubRegIndices() and start checking SubRegIndex ranges.
Jakob Stoklund Olesen
2012-09-11
1
-0
/
+7
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-5
/
+9
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-13
/
+9
*
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-09-05
2
-4
/
+4
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-1
/
+1
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-1
/
+2
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+3
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-1
/
+1
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-1
/
+1
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-1
/
+0
*
Allow targets to specify a minimum supported NOP size when performing NOP pad...
Owen Anderson
2012-08-29
1
-0
/
+7
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
17
-35
/
+43
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-1
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
2
-5
/
+2
*
Make the setInst method take its MCInst parameter by reference, a la Jim's
Lang Hames
2012-08-23
1
-1
/
+1
[next]