search for: volkan

Displaying 20 results from an estimated 20 matches for "volkan".

2005 May 21
2
Plotting functions on the same figure
Hi there, i am a newbie :P My simple question is: Is there command which is equal of the m*tl*abs `hold on` command. In other words i want to plot 5 functions in the same figure. Thanx, volkan
2015 Oct 04
2
How to add NOP?
...b/Target/X86/) and declare your pass in Target.h. Then you need to modify the target's TargetPassConfig ( http://llvm.org/docs/doxygen/html/classllvm_1_1TargetPassConfig.html) to enable your pass. You can check out the existing MachineFunction passes (e.g. X86ExpandPseudo.cpp) to get an idea. Volkan On Sat, Oct 3, 2015 at 7:21 AM Erdem Derebaşoğlu < erdemderebasoglu at hotmail.com> wrote: > I wrote the pass but when I try to build LLVM, I get this error: > "/home/erdem/llvm/lib/CodeGen/CodeGen.cpp:80: error: undefined reference > to 'llvm::initializeNoopInserterPass(l...
2017 Apr 07
2
Phabricator stopped sending email to llvm-commits
It seems it hasn’t been working for a few hours. Any ideas? Volkan
2015 Sep 17
2
How to add NOP?
...at gmail.com Date: Wed, 16 Sep 2015 16:25:29 +0000 Subject: Re: [llvm-dev] How to add NOP? To: erdemderebasoglu at hotmail.com; llvm-dev at lists.llvm.org Use MachineInstr::memoperands() function to get memory operands then you can get the address space by using MachineMemOperand::getAddrSpace(). Volkan On Tue, Sep 15, 2015 at 11:40 PM Erdem Derebaşoğlu <erdemderebasoglu at hotmail.com> wrote: Thanks for the response. How can I find out if an instruction uses a private memory access? Erdem From: vlknkls at gmail.com Date: Tue, 15 Sep 2015 14:38:16 +0000 Subject: Re: [llvm-dev] How to add...
2008 Jun 20
3
problems using effects.morph && effect.appear
...on''t know why but there are a couple of problems: 1. effect.appear seems not to work in IE6 2. The effects aren''t really "smooth". 3. When using effect appear. The new element triggers onmouseover the onmouseout function.... It''s a small script: www.rhizom.nl/volkan/scriptalicous First version was in mootools later i found out that magento uses scriptalicous.... www.rhizom.nl/volkan/moo gr Volkan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs"...
2015 Sep 15
3
How to add NOP?
I would like to convert a C file that uses OpenMP library to X86 code with a condition: I want to insert a NOP before each instruction that does a private memory access.I have written an optimization pass that inserts an inline assembly call (NOP) but it is applied at IR level, and I cannot determine where to insert it. How can I use LLVM to add NOPs accordingly? Thanks. --------------
2015 Oct 11
2
How to add NOP?
Can you send the IR you are using? Volkan On Thu, Oct 8, 2015 at 6:28 AM Erdem Derebaşoğlu < erdemderebasoglu at hotmail.com> wrote: > Thanks. I enabled my pass. I have one resolved issue though: > MachineMemOperand::getAddrSpace() always returns zero. How can I use it to > distinguish private memory accesses? > > Er...
2011 Jan 07
2
"No route matches" error?
I am new Rspec and just started by generating a new controller on Rails 3. It generates some Rspec tests by default. I have a question about how to make them pass though. As it stands, I see this test in my terminal" > 1) BuildingsController GET ''show'' > should be successful > Failure/Error: get ''show'' > No route matches
2006 Jul 21
8
Ruby on Rails Impossible Windows
Hello, Ruby on Rails still, as I think, very poor with MS Windows. I make the comparison as a PHP user. In some minutes, I have got Apache running PHP easily. In Ruby On Rails, there is no such breeze. I expect in the future, Ruby on Rails is going to offer something like php4apache.dll to make life easier. As I think, There are three things made PHP popular: 1st, The ease of installation 2nd,
2019 Jun 20
2
RFC: Memcpy inlining in IR
Looks like there are a lot of opinions where memcpy expansion/inlining needs to happen: (late) IR, or if it is a backend problem, see also for example https://reviews.llvm.org/D35035. Complicating factor here is that efficient memcpy lowering is crucial for performance and code-size (and they occur a lot). Either way, I agree that the TLI hooks are not SelectionDAG specific, they can be used in
2010 Sep 25
3
Factory_girl association with specific values
Hope this should be simple: I have a User model and a Role model. Factories for each. When I create a User using FG, I want to assign a specific role. Cant seem to figure out how to do this, getting errors like: uninitialized constant SysadminRole for doing things this way: Factory.define :user do |u| u.practice_id { |a| a.association(:practice).id } u.password ''password1''
2013 Jun 28
0
Wine release 1.6-rc4
...icmp_l implementation. Qian Hong (2): msctf: Added stub TF_CreateLangBarItemMgr. include: Added missing declaration for some msctf APIs. Roger Koot (1): po: Updated Dutch translation. Stefan Leichter (1): msvcp100/tests: Fix dynamically loaded functions for platform arm. Volkan Gezer (1): po: Updated Turkish Translation. -- Alexandre Julliard julliard at winehq.org
2019 May 20
3
GlobalISel: Very limited pattern matching?
Hi all, I'm trying to get GlobalISel up and running on an off-tree architecture and am thinking I must be doing something wrong, given by how few things actually work. Namely, any ImmLeaf pattern will fail to match if there is a (TRUNC/ZEXT/SEXT) applied to the constant operand, all of which are commonly created through Legalization. This is due to G_CONSTANT being explicitly looked for by
2013 Jul 12
0
Wine release 1.6-rc5
...ter result string is committed. Ri?ardas Barkauskas (1): winex11.drv: When skipping unknown attribute also skip its value. Stefan Leichter (2): msvcp100/tests: Fix dynamically loaded functions for platform arm. mmdevapi/tests: Fix a crash when function IMMDevice_Activate fails. Volkan Gezer (1): po: Update Turkish translation -- Alexandre Julliard julliard at winehq.org
2013 May 10
0
Wine release 1.5.30
...tline. gdi32: Improve glyph positioning for the subpixel case in get_glyph_outline. gdi32: Clip font glyphs to fit within text metrics. Sergey Guralnik (1): riched20: Fix richtext copy/paste to OOffice. Stefan Leichter (1): include: Fix prototype of CryptUIWizDigitalSign. Volkan Gezer (1): po: Updated Turkish translation. -- Alexandre Julliard julliard at winehq.org
2013 Aug 02
0
Wine release 1.7.0
...::get_HWND. quartz: Correct IAMDirectSound::GetFocusWindow signature. Vincent Povirk (3): atl: Do not access m_pTermFuncs if the structure is too small. advpack/tests: Add test for LaunchINFSectionEx with quoted filename. advpack: Handle quoted arguments to rundll exports. Volkan Gezer (1): po: Updated Turkish translations. -- Alexandre Julliard julliard at winehq.org
2013 Mar 15
0
Wine release 1.5.26
...passed after --output. Vincent Povirk (4): gdiplus: Store the image type on a Graphics object in case the image is freed. gdiplus: Fix GdipCreateBitmapFromGraphics implementation. gdiplus: Also get a DC for drawing WMF images. gdiplus: Correct EMF record size calculation. Volkan Gezer (1): po: Updated Turkish translation. -- Alexandre Julliard julliard at winehq.org
2013 Nov 08
0
Wine release 1.7.6
...amuju (1): wininet: Implement setting INTERNET_PER_CONN_PROXY_BYPASS. Vincent Povirk (4): xinput1_3: Make XInputGetState patchable. windowscodecs: Implement WICSetEncoderFormat_Proxy. gdiplus: Use clip region in GdipDrawPath. gdiplus: Use clip region in GdipFillPath. Volkan Gezer (1): po: Updated Turkish translation. -- Alexandre Julliard julliard at winehq.org
2013 Nov 15
0
Wine release 1.6.1
...ix build with MSVC. Vincent Povirk (4): atl: Do not access m_pTermFuncs if the structure is too small. riched20: Use \ulnone instead of \ul0 for no underline. msvcrt: _[w]access_s returns an error code. gdiplus: Only clip strings if rectangle width and height are positive. Volkan Gezer (1): po: Updated Turkish translations. Wolfgang Walter (1): ntdll: Call tcdrain for serial handles from NtFlushBuffersFile. ?lvaro Nieto (1): msvrct: Fix strncpy to fill the buffer. -- Alexandre Julliard julliard at winehq.org
2018 Nov 09
5
[RFC] Tablegen-erated GlobalISel Combine Rules
...entually, ISel rules may follow suit. Thanks to the following people for their help in playing with this syntax and discussing it with me over the last couple weeks: Aditya Nandakumar Adrian Prantl Ahmed Bougacha Amara Emerson Jessica Paquette Michael Berg Justin Bogner Roman Tereshin Vedant Kumar Volkan Keles Their feedback has vastly improved this over the original version and it was through those discussions that the idea of re-using MIR as a declarative definition was born. Also thanks to the person who raised the issue of debug info at the BoF. I'm afraid I didn't write your name in m...