Displaying 5 results from an estimated 5 matches for "llvm_regcomp".
2009 Aug 25
0
[LLVMdev] Regular Expression lib support
...x library will provide consistent behaviour and
>> execution time, the system one will not.
>
> Hi Edwin,
>
> Can you propose the openbsd implementation as a patch to lib/support?
>
> -Chris
Attached is a proposed patch.
The Regex class is a fairly simple wrapper around the
llvm_regcomp/llvm_regexec functions,
maybe the interface could be improved, right now I just focused on
getting it to work.
Also the OpenBSD implementation has some extensions (see docs/regex.7),
if they are useful those can be added to the Regex class also.
A summary of changes from OpenBSD version:
- rename...
2009 Aug 24
3
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 11:59 PM, Török Edwin wrote:
> If LLVM is going to have an integrated regex library I suggest using
> it
> regardless if the platform has one.
> The LLVM integrated regex library will provide consistent behaviour
> and
> execution time, the system one will not.
Hi Edwin,
Can you propose the openbsd implementation as a patch to lib/support?
-Chris
2009 Aug 25
6
[LLVMdev] Regular Expression lib support
...>>> execution time, the system one will not.
>>
>> Hi Edwin,
>>
>> Can you propose the openbsd implementation as a patch to lib/support?
>>
>> -Chris
>
> Attached is a proposed patch.
> The Regex class is a fairly simple wrapper around the
> llvm_regcomp/llvm_regexec functions,
> maybe the interface could be improved, right now I just focused on
> getting it to work.
> Also the OpenBSD implementation has some extensions (see docs/regex.7),
> if they are useful those can be added to the Regex class also.
>
> A summary of changes fr...
2017 Aug 01
2
[RFC] Profile guided section layout
..._12OptSpecifierENS_9StringRefE strlen
2 _ZN3lld3elf4makeINS0_18StringTableSectionEJRA8_KcbEEEPT_DpOT0_ strlen
2 _ZNK4llvm5Twine25toNullTerminatedStringRefERNS_15SmallVectorImplIcEE strlen
2 p_bracket __realloc
2 _dl_init_paths __malloc
2 _ZN4llvm3opt8OptTableC1ENS_8ArrayRefINS1_4InfoEEEb __malloc
2 llvm_regcomp __malloc
2 _GLOBAL__sub_I_system_error.cc __cxa_atexit
2 _GLOBAL__sub_I_InstrProf.cpp __cxa_atexit
2 _GLOBAL__sub_I_MetadataLoader.cpp __cxa_atexit
2 _GLOBAL__sub_I_ValueTracking.cpp __cxa_atexit
2 _GLOBAL__sub_I_RegionInfo.cpp __cxa_atexit
2 _GLOBAL__sub_I_ProfileSummaryInfo.cpp __cxa_atexit
2 _GL...
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached.
Cheers,
Rafael
On 31 July 2017 at 15:11, Rafael Avila de Espindola
<rafael.espindola at gmail.com> wrote:
> Tobias Edler von Koch <tobias at codeaurora.org> writes:
>
>> Hi Rafael,
>>
>> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote:
>>> However, do we need to start with