search for: 1axoqhu6uovqt0dzr

Displaying 3 results from an estimated 3 matches for "1axoqhu6uovqt0dzr".

2013 Mar 05
0
[LLVMdev] [MIPS] How can I add a constraint to LLVM/Clang for MIPS BE?
...me instructions that you can use in Mips assembler are in fact pseudos. While AT is not available to it (.set noat), the assembler can not assemble certain pseudos for you. On 03/03/2013 06:02 PM, Jia Liu wrote: > Hi Jack, > > On Sat, Mar 2, 2013 at 8:15 AM, Jack Carter <Jack.Carter-1AXoQHu6uovQT0dZR+AlfA at public.gmane.org> wrote: >> Jia, >> >> I made what I believe to be the correct changes and rebuilt clang and llc. Are the results what you expected? I so I will prepare the patches for commitment. >> >> Jack >> >> clang ../mips_R_JiaLiu.c -o mips...
2013 May 15
0
[LLVMdev] [llvm] r181753 - This is the first of three patches which creates stubs used for
...y a cosmetic issue of the .s files being produced. The discussion has moved back to the main thread so I'll continue there. Thanks for taking to make a detailed answer. Reed On 05/15/2013 10:30 AM, Jim Grosbach wrote: > > On May 14, 2013, at 4:28 PM, Doug Gilmore > <Doug.Gilmore-1AXoQHu6uovQT0dZR+AlfA at public.gmane.org > <mailto:Doug.Gilmore-1AXoQHu6uovQT0dZR+AlfA at public.gmane.org>> wrote: > >>> Hi >>> >>> Hi Reed, >>> >>> I’m confused. There have been multiple very strong objections to >>> having the compiler generat...
2013 Mar 04
2
[LLVMdev] [MIPS] How can I add a constraint to LLVM/Clang for MIPS BE?
Hi Jack, On Sat, Mar 2, 2013 at 8:15 AM, Jack Carter <Jack.Carter at imgtec.com> wrote: > Jia, > > I made what I believe to be the correct changes and rebuilt clang and llc. Are the results what you expected? I so I will prepare the patches for commitment. > > Jack > > clang ../mips_R_JiaLiu.c -o mips_R_JiaLiu.ll -emit-llvm -O3 -S -target mipsel-unknown-linux -std=gnu89