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
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2010-10-21
Removing stale AsmPrinter directory from MicroBlaze backend.
Wesley Peck
2010-10-21
Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way the
Oscar Fuentes
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-08-18
remove some dead code.
Chris Lattner
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-05-14
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-01
fix some inconsistent line endings, patch by Jakub Staszak!
Chris Lattner
2010-04-27
Use MachineOperand::is* predicates.
Devang Patel
2010-04-07
add newlines at end of files.
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-03-13
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-12
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-02-23
Adding the MicroBlaze backend.
Wesley Peck