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
/
lib
/
Target
/
MBlaze
/
AsmParser
/
MBlazeAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-573
/
+0
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-0
/
+1
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
1
-22
/
+28
*
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
1
-2
/
+2
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-18
/
+26
*
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-20
1
-3
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-2
/
+3
*
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
1
-1
/
+1
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-5
/
+6
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-4
/
+2
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-1
/
+1
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-2
/
+3
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-7
/
+0
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-4
/
+0
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
1
-0
/
+4
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-2
/
+2
*
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
1
-2
/
+3
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+5
*
Add braces to the case statement.
Chad Rosier
2012-09-03
1
-1
/
+2
*
Removed unused argument.
Chad Rosier
2012-09-03
1
-2
/
+1
*
[ms-inline asm] Expose the Kind and Opcode variables from the
Chad Rosier
2012-09-03
1
-1
/
+3
*
Move ErrorLoc decl into the scope where it's actually used.
Chad Rosier
2012-09-03
1
-2
/
+1
*
The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...
Chad Rosier
2012-08-31
1
-2
/
+0
*
Prune some includes
Craig Topper
2012-03-27
1
-2
/
+0
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.
Wesley Peck
2011-09-21
1
-1
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
MCTargetAsmParser target match predicate support.
Jim Grosbach
2011-08-15
1
-0
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-8
/
+5
*
Refactor MBlaze target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
1
-3
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Update MCParsedAsmOperand debug methods.
Jim Grosbach
2011-07-13
1
-2
/
+2
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-2
/
+1
*
TargetAsmParser doesn't need reference to Target.
Evan Cheng
2011-07-08
1
-2
/
+2
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-3
/
+3
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
1
-0
/
+2
*
Fix 80-column violations and whitespace.
Bob Wilson
2011-02-03
1
-1
/
+2
*
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
1
-4
/
+11
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-1
/
+1
*
1. Finishing MBlaze MC asm parser test cases
Wesley Peck
2010-11-12
1
-15
/
+55
*
Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...
Wesley Peck
2010-11-11
1
-5
/
+5
*
Adding working version of assembly parser for the MBlaze backend
Wesley Peck
2010-11-08
1
-596
/
+277
*
Adding disassembler to the MicroBlaze backend.
Wesley Peck
2010-10-27
1
-38
/
+0
*
Adding initial AsmParser implementation for the MBlaze backend. It is
Wesley Peck
2010-10-21
1
-0
/
+875