Displaying 6 results from an estimated 6 matches for "hexxagonmove".
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
After going through 17000+ lines of output, I come up with the following...
===========================================
In file included from /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:26:
/usr/include/sys/timeb.h:43: error: `time_t' does not name a type
/usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp: In function `int getTime()':
/usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/Mult...
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
...c at jolt-lang.org> wrote:
> After going through 17000+ lines of output, I come up with the following...
>
> ===========================================
>
> In file included from /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:26:
> /usr/include/sys/timeb.h:43: error: `time_t' does not name a type
> /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp: In function `int getTime()':
> /usr/home/llvm/obj/projects/llvm-test/../../../projects...
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
...>
> > After going through 17000+ lines of output, I come up with the following...
> >
> > ===========================================
> >
> > In file included from /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:26:
> > /usr/include/sys/timeb.h:43: error: `time_t' does not name a type
> > /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp: In function `int getTime()':
> > /usr/home/llvm/obj/projects/llvm-test/.....
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
...ter going through 17000+ lines of output, I come up with the following...
> > >
> > > ===========================================
> > >
> > > In file included from /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:26:
> > > /usr/include/sys/timeb.h:43: error: `time_t' does not name a type
> > > /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp: In function `int getTime()':
> > > /usr/home/llvm/obj/projec...
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))
...62021 0 0.01 62021
heapsort.ll 4 12482 0 0.01 12463 0 0.01 12463
hello.ll 1 1223 0 0.01 1204 0 0.01 1204
help.ll 1 12790 0 0.01 12762 0 0.01 12762
hexxagonboard.ll 31 109799 1 0.02 109764 0 0.02 109677
hexxagongame.ll 13 41133 0 0.01 41111 0 0.01 40646
hexxagon.ll 10 90051 0 0.01 90029 0 0.01 90029
hexxagonmove.ll 14 36287 0 0.01 36265 0 0.01 36265
himenobmtxpa.ll 10 108193 0 0.02 108178 0 0.02 108178
HmacSha1.ll 5 23167 0 0.01 23135 0 0.01 23135
horners.ll 2 4611 0 0.01 4582 0 0.01 4582
hprobes.ll 2 94570 0 0.02 94537 0 0.02 94537
huffbench.ll 5 55230 0 0.01 55208 0 0.01 55208
HuffEnc.ll 1 19291 0 0.01 1...