LLVM Intermediate Representation code
0
votes
0answers
15 views
How do I capture a moving object's depth frame using Kinect without blur?
I have a Kinect that is continuously streaming depth and RGB data of an object that has certain features. However when I move the object at the minimum velocity that I desire, the depth data is ...
1
vote
1answer
35 views
Is there a general binary intermediate representation for OpenCL kernel programming?
as I understood, the OpenCL uses a modified C language (by adding some keywords like __global) as the general purpose for defining kernel function. And now I am doing a front-end inside F# language, ...
1
vote
1answer
47 views
Define new type in LLVM
In a very simple LLVM IR program, I can do
%MyStruct = type { i32 }
%MyInt = type i32
declare void @main(%MyStruct, %MyInt)
However, I cannot work out how to produce the same %MyStruct = type { ...
0
votes
1answer
138 views
IR Hex Code to .wav file conversion [closed]
I need to convert a ir hex code for example, 20DFFF00 into a .wav file so that I can emit the wave file through the DIY ir remote.
I've extensively researched lots of sites but haven't found a place ...
0
votes
2answers
102 views
Is there an LLVM backend for Perl?
I have a project written in C which I wish to convert to Perl. A friend of mine suggested to use LLVM. I compiled my C code to LLVM assembly using Clang. Now I'm trying to convert this intermediate ...
0
votes
1answer
45 views
boolean retrieval, indexing phase
I am doing a boolean retrieval project, the first phase is indexing. I am trying to build an inverted index now. Say I got a sorted list like following: how can I merge the items
list = ...
0
votes
1answer
44 views
Converting the number after another number into a 2 algarisms number? (1 then 1 = 11) - Arduino
So, I'm trying to set up a kind of calculator with Arduino. I've already managed to read the data from an IR Remote Control and display them in a LCD 16x2 Display. If I type "1", for example, "1" will ...
1
vote
0answers
156 views
Is there a Javascript LLVM IR bitcode interpreter?
I'm trying to run an existing C project in a browser without relying on addons/plugins/etc. Sources are 3MB, resulting compiled bitcode (llvm-link) is 3.5M.
When running the bitcode with lli the ...
0
votes
1answer
51 views
C++ how to call IR function
I have a C++ file, which hassome functions, such as:int myMax(int a,int b), and compile it to a llvm IR. Now I want to operate the IR in another C++ file, I don't know how to call the function(such ...
0
votes
0answers
17 views
llvm parse curly brace and individual lines
I've looked at llvm's kaleidoscope example but come away more confused, specifically I'm troubled as to how to properly parse individual lines delimited by curly braces (or any other token) into a ...
0
votes
1answer
54 views
Why it's so trouble when I want to insert some instructions in basicblock?
I found it so trouble when I try to insert some instruction in basicblock.
AllocaInst* pa = new AllocaInst(Type::getInt32Ty(getGlobalContext()), 0, 4, "dataKey");
Value* dataValue = ...
0
votes
1answer
145 views
How to save IR to a file and build it to an executable file?
Now I use clang build my .c file to .s file. And I have used the llvm API modify the IR. However, now I can't save my modified IR to a file. I want to use "LLVMWriteBitcodeToFile", but I can't find ...
2
votes
1answer
1k views
How to build a simple inverted index?
I wanna build a simple indexing function of search engine without any API, such as Lucene. In the inverted index, I just need to record basic information of each word, e.g. docID, position, and ...
2
votes
0answers
294 views
New IR Camera on iPhone 5 - depth perception and iOS Kinect? [closed]
Is it possible to extract depth perception from the new IR hybrid filter on the iPhone 5, and thereby do something like an iOS Kinect
7
votes
1answer
122 views
Why Lucene doesn't support any type of update to an existing document
My use case involves index a Lucene document, then on multiple future occasions add terms that point to this existing doc, that's without deleting and re-adding the entire document for each new term ...
2
votes
1answer
644 views
Samsung IR codes checksum
I had a long time decoding IR codes with optimum's Ken Shirriff Arduino Library. I modified the code a bit so that I was able to dump a Samsung air conditioner (MH026FB) 56-bit signals.
The results ...
1
vote
3answers
472 views
IR transmitter for Air Conditioner using PC Serial Port
I have to control an air conditioner from pc serial port using IR LED, When I am reading the IR data from the serial port It gives nearly 160 characters, But actually my AC remote may send a ...
0
votes
1answer
82 views
how to create your own ranked matc in sphinx search?
I want to make an IR system using tf ridf weighting scheme. As we know there is a bm25 ranked mode in sphinx.
I would like to know how to create my own ranked match in sphinx and where to edit the ...
0
votes
0answers
74 views
valgrind how to read temporary values in VEX IR
I am trying to figure out how to read those temporary values in an IRSB block.
Here is the VEX IR translation of Call instruction
t15 = Sub32(t5,0x4:I32) sub esp by 4
PUT(24) = t15 put new esp value ...
1
vote
1answer
81 views
How fast (milliseconds) do IR commands typically repeat?
I am trying to mimic a remote control IR signal via serial. I am curious about IR transmission speeds. Is there a standard or typical speed?
The idea is to send a command
loop
{
key up
...
2
votes
2answers
254 views
Arduino communication in wireless IR system
I have two Arduinos that I want to put in a wireless system to relay an IR code from a hand held remote in one room of the house, to a settop box located in another room. One Arduino has an IR ...
13
votes
1answer
1k views
Lucene's algorithm
I read the paper by Doug Cutting; "Space optimizations for total ranking".
Since it was written a long time ago, I wonder what algorithms lucene uses (regarding postings list traversal and score ...
0
votes
1answer
297 views
the expression of label in llvm IR code
Sometimes I found the label identifier in llvm IR is started with comma ';', such as
; <label> 6
however as I kown, the comma is used for comments. So how can llvm retrive the label info in ...
0
votes
2answers
976 views
Custom lucene scoring - Dot product between field boost and query boost
I want to use Lucene with the following scoring logic:
When I index my documents I want to set for each field a score/weight.
When I query my index I want to set for each query term a score/weight.
I ...
3
votes
2answers
789 views
the source code of revgen tool
Using RevGen tool developed within the S2E project can convert x86 binaries to LLVM IR. The source code could be checked out from Revgen branch of GIT repository available by url ...
0
votes
0answers
106 views
Linux IrDA printing [closed]
I have a USB IrDA that I got working with my IrDA printer (SiPiX compact printer A6) on the Windows side, using default 4000000 speed and 1.0ms turn-around time (in the driver config). The USB IrDA ...
2
votes
1answer
200 views
example to train hidden markov model using mallet ( machine learning for langauge engineering)
I need to have a library of hmm for sequence modeling to model labeling of sentences in text. For this i explored to example of MALLET source code "TrainHMM" but stucked with not having training and ...
0
votes
1answer
376 views
How would I 'decode' an IR signal?
I am looking to figure out how my remote communicates with my LCD tv for a school project. I need to be able to replicate this signal so I can control it from my own IR emitter. So I need to figure ...
0
votes
0answers
197 views
kyoto cabinet scan_parallel not really parallel?
I just spent a day creating an abstraction layer to kyotodb to remove global locks from my code, I was busy porting my algorithms to this new abstraction layer when I discover that scan_parallel isn't ...
2
votes
1answer
157 views
Personalized Search with Lucene
I'd like to ask questions about personalized search. I'm about to design/implement a personalized search with Lucene. I did some googling about that, but didn't seem to find module/tools ready to use ...
5
votes
4answers
754 views
Fast in-memory inverted index
I am looking for a fast in-memory implementation of a generic inverted index. All I need is to store features with weights for a couple million entities and use the inverted index to compute ...
0
votes
1answer
224 views
Is there a way to control my iOS app using the Apple Remote?
I think the title of this question is sufficient. But, just in case there are doubts about what an Apple Remote is, click here.
1
vote
1answer
165 views
Better source for query disambiguation other than WordNet
for example, I'm searching " buy apple " in my search engine, but how can I know the apple here stands for the fruit apple or the apple company?
I have done some trys using WordNet, but for the ...
0
votes
1answer
380 views
How to receive IR signal in PIC18F
I need to receive signal from IR transmitter LED. I am not sure how to program the microcontroler. I am looking for some concept, how to do that. Whether I have to use A/D conversion? How to ...
0
votes
3answers
384 views
Extract news links from news website
Is there any reliable method to find out the collection of links which is directed us to detail news page. in other word after visiting the first page of website I just want those links that refer to ...
12
votes
3answers
6k views
Call the LLVM Jit from c program
I am new with LLVM and i just played around with it for a couple of days.
I generated a bc file with the online compiler on llvm.org and i would like to know if it was possible to load this bc file ...
1
vote
1answer
583 views
Help Please…How to control any IR based home applience using iphone? will it require SSH/UPnP based application for iphone?
I want to use ssh protocol. I want to make an app to transmit signal that would ultimately converted to control IR based home appliences (like controlled by IR remote control. i.e TV)
This stuff is ...
2
votes
1answer
877 views
program ir receiver
I am thinking to buy an IR receiver for my HTPC.
I wonder if I can make a software for my IR Receiver myself.
How does ir receiver work on windows ?
I mean, if I install IR receiver driver and ...
0
votes
3answers
916 views
How does Lucene compute multifield score?
Here's Lucene scoring equation:
score(q,d) = coord(q,d) · queryNorm(q) · ∑ ( tf(t in d) · idf(t)2 · t.getBoost() · norm(t,d) )
What about multifield scoring?
Does the score gets directly ...
1
vote
2answers
1k views
list of infrared codes?
I have an app that controls an IR emitter and would like to get access to the universe of IR codes. Is this something that is freely available, or is it a subscription?
(Companies like harmony and ...

