search for: tetra2005

Displaying 11 results from an estimated 11 matches for "tetra2005".

2010 Sep 19
2
[LLVMdev] Non-standard labels
> Is this just a textual/syntactic thing?  If so, you should add a bit to MCAsmInfo to indicate that this is the behavior, and MCAsmPrinter should be changed to emit labels in this syntax. Thanks! This should be enough. -Yuri
2010 Sep 20
0
[LLVMdev] Non-standard labels
My internet is finally back. Could someone verify and submit this patch? I have verified build, tests and unittests on X86. On Sun, Sep 19, 2010 at 9:16 AM, Yuri Gribov <tetra2005 at googlemail.com> wrote: >> Is this just a textual/syntactic thing?  If so, you should add a bit to MCAsmInfo to indicate that this is the behavior, and MCAsmPrinter should be changed to emit labels in this syntax. > > Thanks! This should be enough. > > -Yuri > /Yuri Gribo...
2016 Jan 14
2
RFC: Extend UBSan with qsort checks
On Thu, Jan 14, 2016 at 3:43 AM, Paul Pluzhnikov <ppluzhnikov at google.com> wrote: > On Wed, Jan 13, 2016 at 4:17 PM, Kostya Serebryany <kcc at google.com> wrote: >> Inviting Paul to the party (he wrote the libstdc++ sort checker). >> >> On Tue, Jan 12, 2016 at 11:09 PM, Yury Gribov <y.gribov at samsung.com> wrote: >>> >>> On 01/13/2016
2018 Apr 27
0
[Bug 1251] New: Hide private symbols in libnfnetlink
...Product: libnfnetlink Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: libnfnetlink Assignee: netfilter-buglog at lists.netfilter.org Reporter: tetra2005 at gmail.com Created attachment 536 --> https://bugzilla.netfilter.org/attachment.cgi?id=536&action=edit patch I've recently tried applying -fvisibility=hidden to libnfnetlink (draft patch attached) and was able to remove several (supposedly private) symbols from library interface:...
2010 Aug 29
2
[LLVMdev] Checking llvm-config status code
Hi all, Will anyone object to (my) adding llvm-config error code check in Makefile.rules? I had errors in target definition which called early abort of llvm-config in Makefile. These went undetected and caused tons of following errors in other modules (because llvm-config failed to generate appropriate cmdline strings for g++). - Yuri
2010 Aug 29
2
[LLVMdev] Checking llvm-config status code
Hm, it turns out that only GNU make has $(error...). Does anyone know how we can simulate it in generic make? For GNU it's easy but ugly: LlvmConfigResult := $(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS) || echo Error) ifeq ($(LlvmConfigResult),Error) $(error llvm-config failed) endif LLVMLibsOptions += $(LlvmConfigResult) -Yuri
2010 Aug 31
2
[LLVMdev] Checking llvm-config status code
Ah, so LLVM already requires GNU make. Fine, than I'll submit the patch in the evening. - Yuri Gribov
2010 Sep 01
0
[LLVMdev] Checking llvm-config status code
Ok guys, Here is the patch (I also had to update lib/CompilerDriver/Makefile because it tries to run llvm-config without building it!). I checked that build works and errors in llvm-config are properly detected. Could someone verify and commit it? I do not have write access to svn (how can I get one BTW?). -Yuri Gribov -------------- next part -------------- A non-text attachment was
2010 Sep 18
2
[LLVMdev] Non-standard labels
Hi all, I am emitting code for assembler which wants non-standard text for labels (not just "LABEL:"). One way would be to override all methods of AsmPrinter which call MCStreamer::EmitLabel but this is too painful. I can think of two solutions: 1) add AsmPrinter::EmitLabel which calls Streamer by default but may be overriden in target AsmPrinters 2) Register my own instance of
2010 Sep 18
2
[LLVMdev] Non-standard labels
Chris, I want to emit code for target which uses non-standard assembler which wants labels to look like LAB nop instead of LAB: I can not do this because labels are emitted by MCAsmStreamer::EmitLabel which can not be overriden. Best regards, Yuri
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
Hi all, I recently noticed that Vorbis shlibs export several symbols which are not present in it's public header (for a total of 85 symbols, see attach). Would it make sense to filter them via -fvisibility=hidden and -Wl,--version-script? I attached a draft patch. Best regards, Yury Gribov -------------- next part -------------- _book_maptype1_quantvals _book_unquantize __bss_start