forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The MicroBlaze is a highly configurable 32-bit soft-microprocessor for use on Xilinx FPGAs. For more information see: http://www.xilinx.com/tools/microblaze.htm http://en.wikipedia.org/wiki/MicroBlaze The current LLVM MicroBlaze backend generates assembly which can be compiled using the an appropriate binutils assembler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96969 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information
Wesley Peck
committed
Feb 23, 2010
1 parent
2cce371
commit a70f28c
Showing
56 changed files
with
6,736 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -335,3 +335,8 @@ D: Bunches of stuff | |
N: Bob Wilson | ||
E: [email protected] | ||
D: Advanced SIMD (NEON) support in the ARM backend | ||
|
||
N: Wesley Peck | ||
E: [email protected] | ||
W: http://wesleypeck.com/ | ||
D: MicroBlaze backend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
include_directories( | ||
${CMAKE_CURRENT_BINARY_DIR}/.. | ||
${CMAKE_CURRENT_SOURCE_DIR}/.. | ||
) | ||
|
||
add_llvm_library(LLVMMBlazeAsmPrinter | ||
MBlazeAsmPrinter.cpp | ||
) | ||
add_dependencies(LLVMMBlazeAsmPrinter MBlazeCodeGenTable_gen) |
Oops, something went wrong.