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
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-11
Revert changes that were accidentally committed.
Akira Hatanaka
2012-04-11
Fix string that is being checked.
Akira Hatanaka
2012-04-11
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
2012-04-09
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-06
Add lines in global-address.ll to test N32 and N64 code generation.
Akira Hatanaka
2012-04-05
Reapply test case in 154038, this time with triple to prevent the backend
Akira Hatanaka
2012-04-04
Reapply 154038 without the failing test.
Akira Hatanaka
2012-04-04
Revert r154038. It was causing make check failures.
Owen Anderson
2012-04-04
Fix LowerGlobalAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerConstantPool to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
Fix LowerBlockAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-03-29
Expand FREM.
Akira Hatanaka
2012-03-28
Fix test case.
Akira Hatanaka
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-08
Remove the no longer existent psp triple from a test.
Benjamin Kramer
2012-03-08
Test case for r152280, r152285 and r152290.
Akira Hatanaka
2012-03-01
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-02-28
Add support for floating point base register + offset register addressing mode
Akira Hatanaka
2012-02-25
Add definitions of floating point multiply add/sub and negative multiply
Akira Hatanaka
2012-02-24
Add an option to use a virtual register as the global base register instead of
Akira Hatanaka
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-01-31
Remove all references to the old EH.
Bill Wendling
2012-01-25
Modify MipsFrameLowering::emitPrologue and emitEpilogue.
Akira Hatanaka
2012-01-25
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
Akira Hatanaka
2012-01-24
Pattern for f32 to i64 conversion.
Akira Hatanaka
2012-01-24
64-bit sign extension in register instructions.
Akira Hatanaka
2012-01-04
Have getRegForInlineAsmConstraint return the correct register class when target
Akira Hatanaka
2011-12-24
Test case for r147232.
Akira Hatanaka
2011-12-21
Fix bug in zero-store peephole pattern reported in pr11615.
Akira Hatanaka
2011-12-21
Expand 64-bit CTLZ nodes if target architecture does not support it. Add test
Akira Hatanaka
2011-12-20
Test case for r147017.
Akira Hatanaka
2011-12-20
Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates
Akira Hatanaka
2011-12-20
64-bit data directive.
Akira Hatanaka
2011-12-20
32-to-64-bit sext_inreg pattern.
Akira Hatanaka
2011-12-20
Add code in MipsDAGToDAGISel for selecting constant +0.0.
Akira Hatanaka
2011-12-19
Add a test case for r146900.
Akira Hatanaka
2011-12-19
Add patterns for matching immediates whose lower 16-bit is cleared. These
Akira Hatanaka
2011-12-19
Remove definitions of double word shift plus 32 instructions. Assembler or
Akira Hatanaka
2011-12-19
Remove the restriction on the first operand of the add node in SelectAddr.
Akira Hatanaka
2011-12-14
Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
Akira Hatanaka
2011-12-13
Move direct object emitter test to directory test/MC/Mips. Rename it to
Akira Hatanaka
2011-12-13
Relocation against a symbol, instead of against section. We had some extreme
Akira Hatanaka
2011-12-12
Test case for r146432 by Jack Carter.
Akira Hatanaka
2011-12-12
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-09
jalr should use t9 ($25) for indirect calls regardless of the relocation model
Akira Hatanaka
2011-12-07
32 to 64-bit zext pattern.
Akira Hatanaka
[next]