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
/
MBlaze
/
MBlazeTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-09
Reworking the stack layout generated by the MBlaze backend.
Wesley Peck
2010-11-24
1. Fixing error where basic block labels were not being printed out when they...
Wesley Peck
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-08
Adding working version of assembly parser for the MBlaze backend
Wesley Peck
2010-10-27
Adding disassembler to the MicroBlaze backend.
Wesley Peck
2010-10-21
Adding initial AsmParser implementation for the MBlaze backend. It is
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-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-02-23
Adding the MicroBlaze backend.
Wesley Peck