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
/
test
/
MC
/
Mips
Age
Commit message (
Expand
)
Author
2012-05-12
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
Insert instructions to the entry basic block which initializes the global
Akira Hatanaka
2012-04-16
This patch fixes 3 problems:
Akira Hatanaka
2012-04-16
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-21
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-07
Use llvm-mc instead of llc. Patch by Jack Carter.
Rafael Espindola
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-28
Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...
James Molloy
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
Add the skeleton of an asm parser for mips.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-13
Add test/MC/Mips/dg.exp.
Akira Hatanaka
2011-12-13
Move direct object emitter test to directory test/MC/Mips. Rename it to
Akira Hatanaka