index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
AsmParser
/
MipsAsmParser.cpp
Age
Commit message (
Expand
)
Author
2013-03-22
This patch that enables the Mips assembler to use symbols for offset for inst...
Jack Carter
2013-03-21
This patch enables the Mips .set directive to define aliases
Jack Carter
2013-03-15
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-02-21
Mips specific standalone assembler addressing mode %hi and %lo.
Jack Carter
2013-02-20
ELF symbol table field st_other support,
Jack Carter
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-01-25
This patch implements parsing the .word
Jack Carter
2013-01-17
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-16
reverting 172579
Jack Carter
2013-01-16
Akira,
Jack Carter
2013-01-12
MipsAsmParser: Try to unbreak tests to add extra check.
NAKAMURA Takumi
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-07
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-25
[ms-inline asm] Add support for creating AsmRewrites in the target specific
Chad Rosier
2012-10-13
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-09
Initial assembler implementation of Mips load address macro
Jack Carter
2012-10-09
Improvements to MIPS64 assembler:
David Chisnall
2012-10-06
Minor changes based on post commit review:
Jack Carter
2012-10-05
Minor changes based on post commit review:
Jack Carter
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-04
Implement methods that enable expansion of load immediate
Jack Carter
2012-10-04
This patch is a partial implementation of mips .set assembler directive. Dire...
Jack Carter
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-10
Make helper function static.
Benjamin Kramer
2012-09-07
MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.
Benjamin Kramer
2012-09-07
The Mips standalone assembler intial directive support.
Jack Carter
2012-09-07
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-06
Remove unused variable introduced by r163346.
David Blaikie
2012-09-06
The Mips standalone assembler memory instruction support.
Jack Carter
2012-09-05
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add a comment.
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-02-17
remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.
Jia Liu
2012-02-17
add Emacs tag and fix some comment error in file headers
Jia Liu
2012-01-11
Add the skeleton of an asm parser for mips.
Rafael Espindola