Displaying 9 results from an estimated 9 matches for "assemly".
Did you mean:
assembly
2012 Jun 21
1
Distribution and location scale family
Hi,
For some dataset I have made a histogram, boxplot en qqplot.
http://r.789695.n4.nabble.com/file/n4634093/Naamloos.jpg
Investigate the data with the given functions for making QQ-plots and find
an appropriate location-scale family for the underlying distribution of this
sample. Apart from giving a proper location-scale family, also specify the
member of the location-scale family that is
2009 Apr 24
0
[LLVMdev] Calling-convention lowering proposal
...t.
>
> Dan
Hi Dan,
I quickly ran my tests with your changes and a few of them breaks llc
while a few other have incorrect assembly. I am attaching the .bc files
here. The llc options I use --pre-RA-sched=list-burr and -regalloc=pbqp
fun_in_expr3.bc (llc breaks)
struct_args_5.bc (incorrect assemly, execution fails)
char_char.bc (llc breaks)
I haven't really examined what is the reason of failures. Will do so as
soon as I get some time off from rest of the stuff. Let me know if you
need any specific inputs on pic16 port.
- Sanjiv
> --------------------------------------------------...
2016 Mar 05
2
GSOC-2016 Project : Clustering of search results
Hello devs,
I am Richhiey Thomas, pursuing my third year of undergraduate studies in
Computer Science from Mumbai University. I had gone through the project
list for this year and the project idea based on clustering caught my
attention. I spoke to Assem Chelli on IRC who guided me to the code and got
me started.
I started going through the code and have successfully built Xapian on my
machine.
2016 Dec 26
1
Xapian 1.4.2 released
Xapian 1.4.2 can now be downloaded from:
https://xapian.org/download
The wiki has a summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
A big thanks to the following people for helping to make this release
a reality: Germán M. Bravo, Vivek Pal, Emmanuel Engelhart, Assem Chelli,
Lucas Nussbaum, Alex Dunn, James Aylett, catkin, William Fulton.
If I've
2016 Apr 01
0
Xapian 1.3.5 development snapshot released
I'm happy to be able to announce that Xapian 1.3.5 is now available.
Please note that 1.3.x releases are development releases - they are made
to encourage earlier and wider use and testing of new and changed code.
We're closing in on a stable 1.4 release series, so please consider trying
this out with your code if you haven't already. There's not a set release
date for 1.4.0,
2015 Jun 02
0
Xapian 1.3.3 development snapshot released
I'm happy to be able to announce that Xapian 1.3.3 is now available.
Please note that 1.3.x releases are development releases - they are made
to encourage earlier and wider use and testing of new and changed code.
Our record with 1.1.x was very good - all the bugs I am aware of were
either in new features, or were also present in the corresponding 1.0.x
release. But if you main concern is
2009 Apr 24
9
[LLVMdev] Calling-convention lowering proposal
Hello,
Attached is a patch which significantly reworks how calls, incoming
arguments, and outgoing return values are lowered. It's a major change,
affecting all targets, so I'm looking for feedback on the approach.
The goal of the patch is to eliminate a bunch of awkward code,
eliminate some unnecessary differences between targets, and to
facilitate future refactoring and feature work.
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after