search for: thumb_div_mod_body

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

2009 Mar 19
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...s a local change, btw, and I don't think it was), but the > parentheses should work fine. > I haven't yet submitted the .asm patch -- I'm also curious how the /* LLVM LOCAL */ markers work in the Apple merges when it's not an addition but rather a modification, e.g.: - THUMB_DIV_MOD_BODY 1 + /* LLVM LOCAL */ + THUMB_DIV_MOD_BODY(1) Will Apple merger think that this is a new line added in the LLVM and complain that it's missing a line without the parens from the Apple side, and end up inserting both? I admit I'm still a bit unclear as to how the auto-patcher wo...
2009 Mar 18
3
[LLVMdev] Consumer ARM platform suitable for LLVM development?
On Mar 18, 2009, at 11:30 AMPDT, Misha Brukman wrote: > Can someone with llvm-gcc/ARM expertise (Dale?) please review > Sandeep's patch? The patch works for me in building an LLVM-based > cross-compiler from x86_64/Linux to ARM/Linux. > I have been able to build without the patch to the asm file, but > several people have reported needing the asm patch on