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
/
CodeGen
/
Mips
Age
Commit message (
Expand
)
Author
2009-08-13
reintroduce support for Mips "small" section handling. This is
Chris Lattner
2009-08-03
Pass target triple string in to TargetMachine constructor.
Daniel Dunbar
2009-07-24
Remove SectionKind::Small*. This was only used on mips, and is apparently
Chris Lattner
2009-07-22
Revert commit 76707, it was breaking the llvm-gcc build
Duncan Sands
2009-07-22
set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,
Chris Lattner
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-05-27
This looks like it passes now.
Bill Wendling
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-13
The list-td and list-tdrr schedulers don't yet support physreg
Dan Gohman
2008-11-10
Fix PR2667: add soft float support for sint_to_fp/uint_to_fp
Duncan Sands
2008-10-27
Turn on LegalizeTypes, the new type legalization
Duncan Sands
2008-10-13
FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...
Evan Cheng
2008-09-15
Added testcase for bswap allegrexel intrinsic
Bruno Cardoso Lopes
2008-08-08
Support added for ctlz intrinsic, test case added.
Bruno Cardoso Lopes
2008-08-08
[Last] Batch 7 of Mips CodeGen tests
Bruno Cardoso Lopes
2008-08-08
Batch 6 of Mips CodeGen tests
Bruno Cardoso Lopes
2008-08-08
Batch 5 of Mips CodeGen tests
Bruno Cardoso Lopes
2008-08-08
Batch 4 of Mips CodeGen tests
Bruno Cardoso Lopes
2008-08-08
Batch 3 of Mips CodeGen tests
Bruno Cardoso Lopes
2008-08-08
Batch 2 of Mips CodeGen tests
Bruno Cardoso Lopes
2008-08-08
Batch 1 of Mips CodeGen tests, more coming...
Bruno Cardoso Lopes