index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
include
/
llvm
/
MC
/
MCTargetAsmParser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-222
/
+0
*
De-virtualize mnemonicIsValid and remove from the base class. It's not called...
Craig Topper
2015-12-29
1
-4
/
+0
*
[X86][inline asm] support even directive
Michael Zuckerman
2015-12-13
1
-0
/
+2
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-2
/
+5
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-1
/
+7
*
[AsmParser] Provide target direct access to mnemonic token. Allow assignment...
Colin LeMahieu
2015-11-09
1
-0
/
+9
*
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
Colin LeMahieu
2015-07-27
1
-1
/
+1
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-5
/
+3
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-3
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-2
/
+0
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
ms-inline-asm: Fix parsing label names inside bracket expressions
Ehsan Akhgari
2014-09-22
1
-9
/
+9
*
ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
2014-09-22
1
-0
/
+5
*
[asan-assembly-instrumentation] Added CFI directives to the generated instrum...
Yuri Gorshenin
2014-09-10
1
-0
/
+3
*
Convert MC command line option for fatal assembler warnings into a
Joerg Sonnenberger
2014-08-26
1
-0
/
+2
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-4
/
+4
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
ms inline asm: Don't add x86 segment registers to the clobber list.
Nico Weber
2014-07-17
1
-0
/
+3
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-9
/
+11
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-4
/
+8
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...
David Peixotto
2014-02-04
1
-5
/
+0
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Add a finishParse() callback to the targer asm parser
David Peixotto
2013-12-19
1
-0
/
+5
*
ARM: allow .thumb_func to be separated from symbol definition
Tim Northover
2013-10-25
1
-0
/
+2
*
reverting per request
Jack Carter
2013-10-04
1
-5
/
+0
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-0
/
+5
*
[MC] Revert part of my previous change, I was a bit overzealous.
Joey Gouly
2013-09-03
1
-3
/
+3
*
[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...
Joey Gouly
2013-09-03
1
-3
/
+3
*
Given target assembler parsers a chance to handle variant expressions
Joerg Sonnenberger
2013-08-27
1
-0
/
+7
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-1
/
+1
*
[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a future
Chad Rosier
2013-04-11
1
-10
/
+12
*
[ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands.
Chad Rosier
2013-04-08
1
-1
/
+13
*
[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...
Chad Rosier
2013-02-12
1
-0
/
+1
*
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-02-06
1
-0
/
+9
*
[ms-inline asm] Add support for the TYPE operator.
Chad Rosier
2012-10-26
1
-8
/
+10
*
Fix anonymous namespace issue introduced by r166714:
Kaelyn Uhrain
2012-10-25
1
-2
/
+0
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-1
/
+35
*
[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
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-18
/
+4
*
[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 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
[next]