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
/
MBlazeAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-03-27
Prune some includes
Craig Topper
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-07
Simplify some uses of utohexstr.
Benjamin Kramer
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-25
Separate MCInstPrinter registration from AsmPrinter registration.
Evan Cheng
2011-07-25
Refactor MBlaze target to separate MC routines from Target routines.
Evan Cheng
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-03-21
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
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
Updating MBlaze .mask and .frame directives to match GCC's output and fixing ...
Wesley Peck
2010-11-24
1. Fixing error where basic block labels were not being printed out when they...
Wesley Peck
2010-11-21
Make it a little bit more explicit that the MBlaze backend only supports upto
Wesley Peck
2010-11-12
1. Finishing MBlaze MC asm parser test cases
Wesley Peck
2010-11-08
Adding working version of assembly parser for the MBlaze 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