Displaying 11 results from an estimated 11 matches for "regex2".
Did you mean:
regex
2006 Mar 16
2
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...out
eventually, but if somebody else sees the answer instantly, I
certainly won't complain. :-)
Here are the optimizers I'm running:
opt -f -simplifycfg -dce -instcombine -anders-aa -load-vn -licm -o
regex-opt.bc regex.bc
The duplicate loads appear at the top of the %regex6 and %regex2
blocks below. I've tried various alias analysis implementations
either alone or in combination.
Any thoughts? I'm sure that this will prove embarrassingly obvious. :-)
Cheers,
Eric
; ModuleID = 'regex-opt.bc'
implementation ; Functions:
bool %matches(ubyte* %begin, ubyte*...
2006 Mar 17
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...There are no stupid questions. Some are just easier to answer than others
:)
> Here are the optimizers I'm running:
>
> opt -f -simplifycfg -dce -instcombine -anders-aa -load-vn -licm -o
> regex-opt.bc regex.bc
>
> The duplicate loads appear at the top of the %regex6 and %regex2 blocks
> below. I've tried various alias analysis implementations either alone or in
> combination.
LICM doesn't remove common subexpressions, also -load-vn doesn't affect
LICM. Try "-licm -load-vn -gcse" instead of "-load-vn -licm"
-Chris
> Any thoug...
2019 Mar 29
2
Test failure due to file path
...__build_release_99/bin/llvm-readobj
--symbols /home/csabaraduly/wk/LLVM-git/__build_release_99/test/tools/llvm-objcopy/ELF/Output/regex.test.tmp3
| /home/csabaraduly/wk/LLVM-git/__build_release_99/bin/FileCheck
/home/csabaraduly/wk/LLVM-git/llvm/test/tools/llvm-objcopy/ELF/regex.test
--check-prefix=REGEX2
: 'RUN: at line 12';
/home/csabaraduly/wk/LLVM-git/__build_release_99/bin/llvm-objcopy
--discard-all --regex -K '.*ba.*'
/home/csabaraduly/wk/LLVM-git/__build_release_99/test/tools/llvm-objcopy/ELF/Output/regex.test.tmp
/home/csabaraduly/wk/LLVM-git/__build_release_99/test/tools/llv...
2019 Mar 29
2
Test failure due to file path
...__build_release_99/bin/llvm-readobj
--symbols /home/csabaraduly/wk/LLVM-git/__build_release_99/test/tools/llvm-objcopy/ELF/Output/regex.test.tmp3
| /home/csabaraduly/wk/LLVM-git/__build_release_99/bin/FileCheck
/home/csabaraduly/wk/LLVM-git/llvm/test/tools/llvm-objcopy/ELF/regex.test
--check-prefix=REGEX2
: 'RUN: at line 12';
/home/csabaraduly/wk/LLVM-git/__build_release_99/bin/llvm-objcopy
--discard-all --regex -K '.*ba.*'
/home/csabaraduly/wk/LLVM-git/__build_release_99/test/tools/llvm-objcopy/ELF/Output/regex.test.tmp
/home/csabaraduly/wk/LLVM-git/__build_release_99/test/tools/llv...
2006 Mar 09
15
regular expressions slay me
I am furiously trying to find what I am looking for in Pickaxe book and
not finding it.
I''m getting some values back from a posted form and I need to get the
''id'' number off the backend. The ''String'' will always come back to me
as...
Some_name\r\n123
where 123 is actually the id number which I need to execute the find.
The reason they are coming back
2006 Jun 07
8
erb Regex ?
Hi
Got a column named ''sku'' in a table named ''product''
<%= product.sku %>
...looks like this.... ''1234_56''
These last two chars (56) are an audio Track number.
I ultimately want to display:
Track <%= product.sku %>
I can isolate the first part with /\d+\_/ = 1234_
But can''t figure out how to get the last two
2011 Mar 28
0
Cities XL 2011 patch
...ort citiesxl_2011
PE 3170000- 3538000 Deferred d3dx9_38
PE 10000000-101db000 Deferred freeimage
PE 18000000-18038000 Deferred binkw32
PE 21100000-2118b000 Deferred mss32
PE 6c700000-6c719000 Deferred regex2
PE 72880000-72890000 Deferred vcomp
PE 78130000-781cb000 Deferred msvcr80
ELF 7b800000-7b97b000 Export kernel32<e...
2006 Mar 17
3
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Mar 16, 2006, at 8:47 PM, Chris Lattner wrote:
> On Thu, 16 Mar 2006, Eric Kidd wrote:
>> The duplicate loads appear at the top of the %regex6 and %regex2
>> blocks below. I've tried various alias analysis implementations
>> either alone or in combination.
>
> LICM doesn't remove common subexpressions, also -load-vn doesn't
> affect LICM. Try "-licm -load-vn -gcse" instead of "-load-vn -licm"...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...gt; upx.h
> uuencode.h
> vba_extract.h
> wwunpack.h
> yc.h
>
> ./include/libclamav/nsis:
> bzlib_private.h
> LZMADecode.h
> nsis_bzlib.h
> nsis_zconf.h
> nsis_zlib.h
> nsis_zutil.h
> nulsft.h
>
> ./include/libclamav/regex:
> cclass.h
> cname.h
> regex2.h
> regex.h
> utils.h
>
> ./include/shared:
> cdiff.h
> cfgparser.h
> getopt.h
> misc.h
> network.h
> options.h
> output.h
> sha256.h
>
> ./inputs:
> clam.cab
> clamdoc.pdf
> clam.exe
> clam.exe.bz2
> clam-v2.rar
> clam-v3.rar
> clam.zi...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that