search for: liew

Displaying 20 results from an estimated 204 matches for "liew".

Did you mean: lies
2020 Sep 17
3
Timeout tests timing out
...we're trying to test involves timing. I would advise against disabling the test entirely because it actually tests functionality that people use. I'd suggest bumping up the time limits. This is what I've done in the past. See commit 6dfcc78364fa3e8104d6e6634733863eb0bf4be8 Author: Dan Liew <dan at su-root.co.uk> Date: Tue May 22 15:06:29 2018 +0000 [lit] Try to make `shtest-timeout.py` test more reliable by using a larger timeout value. This really isn't very good because it will still be susceptible to machine performance. While we are here also fix a b...
2014 May 16
4
[LLVMdev] Writing an address space re-numbering pass?
...ubclass data is used for other things inside LLVM. Just in case someone asks, I can't change the frontend that produces the Module so I need a way of changing the address space numbers in a pre-existing LLVM module. [1] http://llvm.org/docs/doxygen/html/classllvm_1_1Type.html Thanks, -- Dan Liew
2013 Feb 13
1
[LLVMdev] Overhauling the command-line processing/codegen options code
...nd programmatically hide options. I did send out an e-mail about the idea last week ( http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-February/059129.html ) but didn't hear anything back so assumed there were no objections to the idea. I'll keep an eye on this thread though. Regards, Dan Liew.
2013 Sep 15
0
[LLVMdev] Are instr_iterators invalidated when function inlining is performed?
I just realised I forgot to reply to this. Thanks for advise, it's good to know. Thanks, Dan Liew. On 30 August 2013 16:25, David Blaikie <dblaikie at gmail.com> wrote: > On Fri, Aug 30, 2013 at 7:53 AM, Daniel Liew <daniel.liew at imperial.ac.uk> wrote: >> Hi, >> >> I'm trying to write a small piece of code that inlines all calls to a >> particular f...
2015 Jul 06
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
On Wed, Jul 01, 2015 at 09:38:15AM -0700, Dan Liew wrote: > Hi Tom, > > I'd like to backport some fixes in LLVM trunk to the 3.6 branch. These > changes only effect the generation of CMake files and should not > change the generated binaries. The changes are > > r240981 > r241080 > > which need to be applied in...
2020 Sep 10
2
Timeout tests timing out
The clang-cmake-armv8-lld (linaro-toolchain owners) buildbot is timing out trying to run some timeout tests (Dan Liew author): Pass: http://lab.llvm.org:8011/builders/clang-cmake-armv8-lld/builds/5672 Fail: http://lab.llvm.org:8011/builders/clang-cmake-armv8-lld/builds/5673 Is there anything we can do to the buildbot? Or the tests? (bump up the time limits or maybe remove the tests as unreliable?) --------------...
2017 May 09
2
moving libfuzzer to compiler-rt?
On 9 May 2017 at 18:55, Kostya Serebryany <kcc at google.com> wrote: > > > On Tue, May 9, 2017 at 10:23 AM, Dan Liew <dan at su-root.co.uk> wrote: >> >> > Does anyone see good reasons why libFuzzer should remain in llvm repo >> > (as >> > opposed to moving it to compiler-rt)? >> >> Does moving LibFuzzer to compiler-rt imply that it is compiled as part >> of...
2013 Dec 20
2
[LLVMdev] [LLVM] What has happened to LLVM bitcode archive support?
...hat's not an API I can use, is it? * I'm guessing I'm supposed to use the Object/Archive.h interface now? This doesn't seem provide a nice interface for getting the set of Modules I want to link with, so what am I supposed to do instead? Any help would be appreciated, Thanks, Dan Liew.
2013 Aug 30
1
[LLVMdev] Are instr_iterators invalidated when function inlining is performed?
...m trying to do? For now I'm going to implement the code so that it instead collects a set of pointers to all the CallInstr of interest whilst iterating through the module. Then after iterating through the module, iterate through the set of collected CallInstr* and inline each one. Thanks, Dan Liew
2015 Jun 19
4
[LLVMdev] [CMake] Generated LLVMConfig.cmake and LLVMExports.cmake broken under Visual Studio 2015
On 06/18/2015 06:46 PM, Dan Liew wrote: >> The issue is the that that generated LLVMExports.cmake file has this in it >> INTERFACE_LINK_LIBRARIES "LLVMObject;LLVMSupport;C:\Program Files (x86)\Microsoft Visual Studio 14.0\DIA SDK\lib\diaguids.lib" > > Hmm actually this might be a bug in the > ``/li...
2014 Jun 07
2
[LLVMdev] Not able to run pass
Sir, your answer put me in starting situation.As I told I am not able to generate .bc file of hello.cpp(the pass file) as it is giving errors when I use clang -emit-llvm -c hello.cpp -o hello.bc.So please if you can help me. Thanks On Fri, Jun 6, 2014 at 3:48 PM, Dan Liew <dan at su-root.co.uk> wrote: > On 5 June 2014 10:12, Prashanth Sharma <cs13m1017 at iith.ac.in> wrote: > > sir, > > I am able to generate .bc file for other normal code but my problem how > to > > run the pass source code. If I write some pass then how should I...
2020 Sep 18
2
Timeout tests timing out
...e tests so you won't get the results of running the other tests until the lit tests are fixed. * When running any of the `check-*` targets (apart from `check-lit`) you have to wait for the lit tests to run before any other tests run. What do you think? > On Wed, Sep 16, 2020 at 9:31 PM Dan Liew <dan at su-root.co.uk> wrote: > > > > Hi David, > > > > Unfortunately writing a reliable test is tricky given that the > > functionality we're trying to test involves timing. I would advise > > against disabling the test entirely because it actually tes...
2013 Dec 20
0
[LLVMdev] [LLVM] What has happened to LLVM bitcode archive support?
On 20 December 2013 05:39, Daniel Liew <daniel.liew at imperial.ac.uk> wrote: > Hi Rafael and other LLVM devs, > > I'm currently upgrading a project that uses LLVM that links a bitcode > archive (a C library) with a module. Originally we used > Linker::LinkInFile() but that was removed by r172749. So I started &...
2014 Dec 12
6
[LLVMdev] [RFC] Requiring python 2.6
...2.6): http://bb.pgr.jp/builders/clang-i686-cygwin-RA-centos6/builds/12836/steps/configure/logs/stdio http://lab.llvm.org:8011/builders/llvm-s390x-linux1/builds/12002/steps/configure/logs/stdio Should we just upgrade those bots or reduce the requirement to 2.6? On 12 December 2014 at 06:41, Dan Liew <dan at su-root.co.uk> wrote: > +1 > > My view on this is that lit is a testing tool. If someone is competent > enough to build LLVM and run the tests then they're probably competent > enough to build a newer version of Python if for some reason they > can't obtain p...
2013 Dec 17
3
[LLVMdev] How to do bitcode archive linking correctly?
...b34511a8d6b00b16a50f90b0bc1a793a69/lib/Module/ModuleUtil.cpp#L61 [2] http://llvm.org/docs/doxygen/html/classllvm_1_1Linker.html#a244da8c7e9789b1b675b9741bd692c63 [3] http://llvm.org/docs/GoldPlugin.html [4] http://lld.llvm.org/ [5] https://github.com/ccadar/klee-uclibc/tree/klee_0_9_29 Thanks, Dan Liew.
2016 Jan 14
6
Building SVN head with CMake - shared libraries?
> On Jan 14, 2016, at 11:22 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Jan 14, 2016, at 9:38 AM, Chris Bieneman via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> >>> On Jan 14, 2016, at 5:18 AM, Dan Liew <dan at su-root.co.uk> wrote: >>> >>> On 14 January 2016 at 11:24, David Jones via llvm-dev >>> <llvm-dev at lists.llvm.org> wrote: >>>> Thanks - I'll try this tonight. >>>> >>>> Assuming it works, should these variabl...
2013 Aug 30
1
[LLVMdev] Help with LLVM Bitcode function inlining and duplicating debug information on instructions
...on. Currently the debug information references the file that klee_div_zero_check() is defined in (which is useless for error reporting) rather than the debug information for the division instruction I am trying to instrument. So how would I go about doing this using the LLVM C++ APIs? Thanks, Dan Liew.
2014 Sep 17
2
[LLVMdev] proposal to avoid zlib dependency.
...this... ``` if (LLVM_ENABLE_ZLIB ) find_package(ZLIB REQUIRED) set(HAVE_ZLIB_H 1) set(HAVE_LIBZ 1) list(APPEND CMAKE_REQUIRED_LIBRARIES ${ZLIB_LIBRARIES}) list(APPEND CMAKE_REQUIRED_INCLUDES ${ZLIB_INCLUDE_DIRS}) else() set(HAVE_ZLIB_H 0) set(HAVE_LIBZ 0) endif() ``` -- Dan Liew PhD Student - Imperial College London
2014 Apr 28
2
[LLVMdev] Build bot for documentation?
...rojects. I'm not particularly familiar with buildbot but if people think its a good idea I would be happy to invest some time in setting up a buildbot slave who's job it is to build the documentation. Maybe the slave could also be setup to deploy the documentation as well? Thanks, -- Dan Liew PhD Student - Imperial College London
2004 Apr 07
2
Graph
...ample HOST IP test1 172.30.100.1 test2 172.30.100.2 ACCEPT test1 fw tcp 22 which file i should add in the test1 and test2. somemore is there any graph for the firewall so that i can view it. ------------------------------------------------------------------------ ------- Best Regards Liew Toh Seng Icq No: >> 36835809 << MSN: >> tohseng@hotmail.com << * .--. * |o_o | * |:_/ | * // * (| | ) * /''\_ _/` The Internet Solution Company * \___)=(___ My Directory Sdn Bhd