search for: targetinstrinsic

Displaying 2 results from an estimated 2 matches for "targetinstrinsic".

Did you mean: targetintrinsic
2012 Jan 29
3
[LLVMdev] dragonegg arm patch
...ly code. Dragonegg is compiled with this patch after building gcc-4.6 as cross compiler for arm and then dragonegg can generate arm assembly code. It currently makes errors to build dragonegg and llvm from svn. so I made a patch using dragonegg-3.0 source code. (This patch doesn't support TargetInstrinsic lowering as compared with llvm-gcc.4.2) If you allow this patch, I will commit this patch. (May be, I will commit two directory "include/arm" and "src/arm". because I don't know why "CC" is commented.) Please review this patch. Thanks, Jin-Gu Kang ----...
2012 Jan 29
0
[LLVMdev] dragonegg arm patch
...h this patch after building gcc-4.6 as cross compiler > for arm and > > then dragonegg can generate arm assembly code. > > It currently makes errors to build dragonegg and llvm from svn. so I made a > patch using > > dragonegg-3.0 source code. (This patch doesn't support TargetInstrinsic lowering as > > compared with llvm-gcc.4.2 ) > > If you allow this patch, I will commit this patch. I applied a fix for decode_reg_name. CallingConv::ID is just an integer, as such returning it by reference makes no sense. It was a silliness in the llvm-gcc code and I don't want...