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
/
Mips
/
AsmParser
/
MipsAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-27
/
+23
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-25
1
-2
/
+3
*
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-13
1
-6
/
+7
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-4
/
+1
*
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
1
-4
/
+96
*
Improvements to MIPS64 assembler:
David Chisnall
2012-10-09
1
-42
/
+77
*
Minor changes based on post commit review:
Jack Carter
2012-10-06
1
-29
/
+30
*
Minor changes based on post commit review:
Jack Carter
2012-10-05
1
-13
/
+12
*
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-05
1
-1
/
+1
*
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
1
-28
/
+103
*
This patch is a partial implementation of mips .set assembler directive. Dire...
Jack Carter
2012-10-04
1
-43
/
+238
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
1
-2
/
+5
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
1
-17
/
+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
*
Make helper function static.
Benjamin Kramer
2012-09-10
1
-2
/
+1
*
MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.
Benjamin Kramer
2012-09-07
1
-8
/
+8
*
The Mips standalone assembler intial directive support.
Jack Carter
2012-09-07
1
-0
/
+43
*
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-07
1
-6
/
+219
*
Remove unused variable introduced by r163346.
David Blaikie
2012-09-06
1
-2
/
+0
*
The Mips standalone assembler memory instruction support.
Jack Carter
2012-09-06
1
-7
/
+211
*
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
1
-22
/
+367
*
Fix function name per coding standard.
Chad Rosier
2012-09-05
1
-4
/
+4
*
[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 a comment.
Chad Rosier
2012-09-03
1
-0
/
+3
*
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-09-03
1
-0
/
+13
*
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-17
1
-1
/
+67
*
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
1
-1
/
+1
*
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-02-17
1
-1
/
+1
*
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-11
1
-0
/
+66
[prev]