Displaying 3 results from an estimated 3 matches for "0xlab".
Did you mean:
xlab
2012 Dec 07
0
[LLVMdev] Increase the number of registers in ARM
> I almost change all the instruction formats. It was a huge work. I am going
> to compile and run it now.
We have done the similar work[1] on this topic by gcc and we have
start migrate our platform to LLVM.
In my experience, you need to take care the follow part:
* ARMBaseRegisterInfo::getRegPressureLimit
* ARMBaseRegisterInfo::getRawAllocationOrder
* CalleeSavedRegs
*
2012 Dec 07
2
[LLVMdev] Increase the number of registers in ARM
I almost change all the instruction formats. It was a huge work. I am going
to compile and run it now.
Best Regards,
A. Yazdanbakhsh
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
PhD. Student
School of Electrical and Computer Engineering
University of Wisconsin-Madison
E-mail: yazdanbakhsh
2012 Nov 21
2
[LLVMdev] llvm-config --cxxflags is not consistent when building by cmake.
...>
> Did you ever use --enable-expensive-checks when you configure LLVM?
>
> ${LLVM_BUILD}/configure --enable-expensive-checks
>
> or
>
> _GLIBCXX_DEBUG
>
> is in your environment?
>
> This will enable RTTI for LLVM
>
>
> 2012/11/21 Kito Cheng <kito at 0xlab.org>
>
>> > Hi, Kito,
>> >
>> > I check the trunk r168413, `llvm-config --cxxflags' shows
>> > -I/Users/lubatang/SysRoot/include -D_DEBUG -D_GNU_SOURCE
>> > -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -g
>> >...