Displaying 6 results from an estimated 6 matches for "cppfile".
Did you mean:
cmpfile
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
..."-mfloat-abi",
> "soft",
> "-o",
> [llFile UTF8String], //
> /private/var/mobile/Applications/175ECA7F-3175-4AC9-971C-85272F5492C4/tmp/hw.ll
> "-x",
> "c++",
> [cppFile UTF8String]
> //"/private/var/mobile/Applications/175ECA7F-3175-4AC9-971C-85272F5492C4/tmp/hw.cpp"
> };
>
> and i'm getting the next .ll code (which seems to be pretty close or
> exactly the same as previous one):
> ; ModuleID =
> '/var/mobile/Applications...
2006 Aug 03
3
[LLVMdev] Adding register allocator to LLVM
Hi!
I'm developing a register allocator and need it to be available as an option
for llc tool. I used to edit /lib/CodeGen/Passes.cpp for this aim but after
yesterday's update these options are defined somewhere else and I can't find
the place.
Thanks for your help.
Tony.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
Both Clang/LLVM 3.4 -> Clang/LLVM 3.5
And i will also try using MCJIT.
2014-09-17 18:56 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>:
> Hi, Tim.
>
> I've used Clang 3.4 final release and now i'm going to test it with 3.5
> release (since i've read about arm64 improvements).
> I will report my results.
>
> BTW, is it possible to get smth like
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
..."soft",
>>> "-o",
>>> [llFile UTF8String], //
>>> /private/var/mobile/Applications/175ECA7F-3175-4AC9-971C-85272F5492C4/tmp/hw.ll
>>> "-x",
>>> "c++",
>>> [cppFile UTF8String]
>>> //"/private/var/mobile/Applications/175ECA7F-3175-4AC9-971C-85272F5492C4/tmp/hw.cpp"
>>> };
>>>
>>> and i'm getting the next .ll code (which seems to be pretty close or
>>> exactly the same as previous one):
>>>...
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
..."-o",
>>>>> [llFile UTF8String], //
>>>>> /private/var/mobile/Applications/175ECA7F-3175-4AC9-971C-85272F5492C4/tmp/hw.ll
>>>>> "-x",
>>>>> "c++",
>>>>> [cppFile UTF8String]
>>>>> //"/private/var/mobile/Applications/175ECA7F-3175-4AC9-971C-85272F5492C4/tmp/hw.cpp"
>>>>> };
>>>>>
>>>>> and i'm getting the next .ll code (which seems to be pretty close or
>>>>> exactly...
2015 Apr 16
2
[LLVMdev] Compile SPEC2006 with clang-3.2, multi definition errors.
...SPEC_CPU_LP64 -I. -DHTYU -DSPEC_CPU_LINUX
alloca.bc asprintf.bc vasprintf.bc c-parse.bc c-lang.bc attribs.bc
c-errors.bc c-le
x.bc c-pragma.bc c-decl.bc c-typeck.bc c-convert.bc c-aux-info.bc
c-common.bc c-format.bc c-semantics.bc c-objc-common.bc main.bc cpplib.bc
cpplex.bc cppmacr
o.bc cppexp.bc cppfiles.bc cpphash.bc cpperror.bc cppinit.bc cppdefault.bc
line-map.bc mkdeps.bc prefix.bc version.bc mbchar.bc alias.bc bb-reorder.bc
bitmap
.bc builtins.bc caller-save.bc calls.bc cfg.bc cfganal.bc cfgbuild.bc
cfgcleanup.bc cfglayout.bc cfgloop.bc cfgrtl.bc combine.bc conflict.bc
convert.bc cse.b
c csel...