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
/
MBlaze
Age
Commit message (
Expand
)
Author
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-10-24
Change the default scheduler from Latency to ILP, since Latency
Dan Gohman
2011-04-11
Add scheduling information for the MBlaze backend.
Wesley Peck
2011-02-13
fix visitShift to properly zero extend the shift amount if the provided operand
Chris Lattner
2010-12-15
Lower the MBlaze target specific calling conventions for "interrupt_handler"
Wesley Peck
2010-12-12
Missed some ADDI <-> ADDIK conversions in 121649.
Wesley Peck
2010-12-06
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-12-06
Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.
Wesley Peck
2010-12-06
Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.
Wesley Peck
2010-11-21
Implement branch analysis in the MBlaze backend.
Wesley Peck
2010-10-21
Recommit 116986 with capitalization typo fixed.
Wesley Peck
2010-10-21
Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...
Wesley Peck
2010-10-21
Major update of the MicroBlaze backend. The new features are:
Wesley Peck
2010-04-07
Split big test into multiple directories to cater to
Dale Johannesen
2010-03-06
Re-committing the failed r97807 commit with changes to eliminate warnings.
Wesley Peck
2010-03-06
revert r97807, it introduced build warnings.
Chris Lattner
2010-03-05
Reworking the stack layout that the MicroBlaze backend generates.
Wesley Peck
2010-02-23
Adding the MicroBlaze backend.
Wesley Peck