[llvm-commits] [llvm] r44598 - in /llvm/trunk: autoconf/configure.ac include/llvm/Intrinsics.td include/llvm/IntrinsicsCellSPU.td lib/Target/CellSPU/README.txt
Chris Lattner
clattner at apple.com
Wed Dec 5 10:33:48 PST 2007
On Dec 4, 2007, at 6:01 PM, Scott Michel wrote:
> Author: pingbak
> Date: Tue Dec 4 20:01:41 2007
> New Revision: 44598
> URL: http://llvm.org/viewvc/llvm-project?rev=44598&view=rev
> Log:
> More stuff for CellSPU -- this should be enough to get an error-free
> compilation (no files missing). Test cases remain to be checked in.
Nice Scott!
You really need to update llvm/CREDITS.txt to take credit :)
> +++ llvm/trunk/autoconf/configure.ac Tue Dec 4 20:01:41 2007
> @@ -363,6 +363,7 @@
> [Build specific host targets: all,host-only,{target-name}
> (default=all)]),,
> enableval=all)
> case "$enableval" in
> + # Note: Add "CellSPU" to all when fully functional.
> all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM Mips" ;;
Please add CellSPU to all, even though it's not fully functional. A
great example is mips, which is also still in development.
Once this is in place, we can add SPU tests to llvm/test/Codegen/
CellSPU.
Thanks!
-Chris
More information about the llvm-commits
mailing list