similar to: [LLVMdev] A job advertisement for LLVM developers

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] A job advertisement for LLVM developers"

2007 Apr 25
2
[LLVMdev] ModulePass that requires FunctionPass
Hi Devang, You recently mentioned that the pass manager now allows a ModulePass to require a FunctionPass. I just tried it but ran into errors. Could you please take a look to see if I did anything wrong? Thanks! Basically I changed the HelloWorld sample pass to be a ModulePass and tried to use the LoopInfo pass inside the runOnModule routine. See below for the source code and error messages.
2010 Aug 05
0
[LLVMdev] AutoESL is hiring
AutoESL (www.autoesl.com) is the leading provider of high-level synthesis for FPGAs and ASICs. The company was founded in 2006 based on advanced technology that was nurtured, developed, and exclusively licensed from UCLA. AutoESL has now deployed this solution at many leading edge system and semiconductor companies. (see more in the "About Us" section). Currently AutoESL has several
2008 Dec 29
1
[LLVMdev] Enhancing the Trident compiler
Hi Nico, Yes, that's true! :-) I just listed it in order of short-comings of the existing compiler. I've been reading up on existing tools, and it would appear that a couple of commercial tools exist, most notably Xilinx AutoESL, which supports C, C++, SystemC and M-code. Others support better C functionality, e.g. c-to-verilog, which does not have the current
2010 Oct 28
2
Determining a basal correct count
Here's another interesting problem: if you recall I have a data frame (LCvars1) that consists of about 1500 cases (rows) of data from kids who took a test of listening comprehension. The columns are their scores (1 = correct, 0 = incorrect, . = missing) on 140 test items. The items are numbered sequentially and are ordered by increasing difficulty as you go from left to right across the
2011 Jul 31
1
[LLVMdev] Question about compile Systemc code
Dear all, I am quite new to llvm, after installing both llvm and systemc library, I checked with the command to compile the "hello world" systemc code, it works: g++ -I $SYSTEMC/include -L $SYSTEMC/lib-linux -o example.o example.cpp -lsystemc -lm ./example.o But when I replace g++ with llvm-g++, some error comes out:
2010 Oct 22
2
Combining the values of two variables into one
I start with: v1<-c(1,3,5,7) v2<-c(2,4,6,8) And I want to end up with: v3<-c(12,34,56,78) How do I get there? Thanks, David S. Herzberg, Ph.D. Vice President, Research and Development Western Psychological Services 12031 Wilshire Blvd. Los Angeles, CA 90025-1251 Phone: (310)478-2061 x144 FAX: (310)478-7838 email: davidh@wpspublish.com [[alternative HTML version deleted]]
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
I was building llvm2.9 using MinGW64 on windows, msys was 32 bit so I specified --host option for a cross compiling. Following are my configure options: ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj --host=x86_64-w64-mingw32 --disable-multilib The error: make[1]: Entering directory `/home/AutoESL/llvm-obj/lib/VMCore' make[1]: ***
2006 Jul 17
0
SystemC on CentOS
Hi everybody, I am new to linux and systemc so forgive me if it's a trivial question but I have a problem when I tried to configure systemC V2.0.1 on CentOS I followed the install-file instructions but when I tried to config. I got the following message: creating cache ./config.cache checking host system type... Invalid configuration `x86_64-unkn own-linux-gnu': machine
2013 Aug 01
1
[LLVMdev] project page request
Please add to the ProjectsWithLLVM/ page. Thanks. ==== Embedded System Language (ESL) ESL <code.google.com/p/esl/> is a new programming language designed to be used for efficient programming of embedded systems and other low-level system programming projects. ESL is a typed compiled language with features that allow the programmer to dictate the concrete representation of data values;
2001 Jun 27
1
err:ntdll:RtlpWaitForCriticalSection...
Hi there, I'm relativly new to this linux-stuff an especially to wine. I'm trying to bring up an software that is using the FOXW2600.ESL als runtime library (as far as i understand this). All i can get out of wine is a blank and black (managed) screen an a bunch of messages at starting konsole. At the end wine claims to be successful. I'm running SuSE 7.2 codeweavers-wine-20010305
2012 Oct 02
0
[LLVMdev] llvm-g++ does not work!
The issue here (even if you get dragonegg working) is that the thing that most newer linuxes install when you apt-get llvm-gcc isn't actually llvm-gcc, it's gcc with the dragonegg plugin. Even if the plugin issues are sorted out, the "fake" llvm-gcc doesn't support -emit-llvm so this wouldn't work. You'll probably need to pull a 2.8 of it from llvm.org or a
2012 Oct 02
4
[LLVMdev] llvm-g++ does not work!
Hi, I am using PinaVM which is a prototype of a SystemC front-end based on "LLVM". The only version that it works with is 2.8. Also to test PinaVM, we need llvm-g++ (I think clang does not work). However, when I want to run an example, i get the following error, which i think is related to llvm-g++: reza at RezaUbuntu:~/pinavm-pinavm/systemc-examples/jerome-chain$ make promela
2012 Nov 02
1
[LLVMdev] new frontend and language
I have developed a new systems programming language called ESL (Embedded Systems Language). The compiler for it is a front end to LLVM and is written in itself, bootstrapping via LLVM assembly code. Most of the language is ordinary, but some things that aren't: no reserved words, procedures can return multiple values, data types allow the exact placement of bits, alignment, and
2010 Oct 22
3
Conditional looping over a set of variables in R
Here's the problem I'm trying to solve in R: I have a data frame that consists of about 1500 cases (rows) of data from kids who took a test of listening comprehension. The columns are their scores (1 = correct, 0 = incorrect, . = missing) on 140 test items. The items are numbered sequentially and are ordered by increasing difficulty as you go from left to right across the columns. I want
2003 Dec 19
3
Offensive Email - :: Our new site ::
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2003 Dec 19
3
Offensive Email - So sweet ...
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2005 Mar 05
0
problems with FoxPro app under wine 20020211-1
I've got WINE installed (version as above), from the FC3 packages linked to from winehq. I'm trying to run a FoxPro app. It installed OK, but when I go to run it, I got a window saying "Cannot locate FoxPro support library". I've soft-linked foxw2600.esl, which I presume is the library, to FOXW2600.ESL, and now I get a box saying simply: "WATCOM Win: Read
2011 May 15
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen, 2011/5/13 陈晓宇 <xychen0921 at gmail.com>: > ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj >                             --host=x86_64-w64-mingw32 >                             --disable-multilib Please try with "--build=x86_64-w64-mingw32", not "--host". If you would still have any troubles, make sure your x86_64-w64-g++.exe can generate correct
2004 Jan 13
1
Offensive Email - Good young girls want to play pranks!
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2004 Jan 13
1
Offensive Email - So young ...
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who