I'm sharing an initial set of patches that incrementally add NDS32 CodeGen and MC layer for NDS32 to LLVM.
I reorganize the patches and hook up the printer ASAP as @joerg's suggestion.
After adding the printer, each patch would add the instructions with Codegen testcase.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Missing test case for endianess?
lib/Support/Triple.cpp | ||
---|---|---|
288 | Why two triple strings here? |
Comment Actions
Remove NDS32 in LLVM_NATIVE_ARCH because it's an experimental target.
Use -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=NDS32 configuration option to build the target.
Comment Actions
Did anything happen with these NDS32 patches?
Is there any effort to add support for it?
Why two triple strings here?