index
:
~wtay/orc
1.4
1.6
add-stride-fix
backup-func
f20
llvm-backend
loadidx
master
mulas
neon-const
no-unroll
orc-0.5
rawhide
rhel-7.2
work
work-base
work2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-27
Implement parsing of float constants
David Schleef
4
-15
/
+76
2010-08-27
Change meaning of convfl/convdl to be saturated
David Schleef
4
-10
/
+73
2010-08-27
Add splitql opcode
David Schleef
5
-0
/
+58
2010-08-27
c: Fix code for ldreslinl
David Schleef
2
-5
/
+5
2010-08-26
c: Fix loading of float params
David Schleef
1
-4
/
+4
2010-08-26
neon: Add a few double rules
David Schleef
2
-6
/
+78
2010-08-26
Add int64 and double parameters
David Schleef
7
-44
/
+222
2010-08-26
Use ULL as qualifier for 64 bit integer constants
Sebastian Dröge
3
-9
/
+9
2010-08-26
Add copyq opcode
Sebastian Dröge
5
-0
/
+28
2010-08-26
Add SSE2 implementations of all double opcodes
Sebastian Dröge
1
-0
/
+150
2010-08-26
Add support for comparing double arrays
Sebastian Dröge
1
-15
/
+35
2010-08-26
Add 64 bit floating point opcodes
Sebastian Dröge
6
-3
/
+451
2010-08-26
Add swapq opcode
Sebastian Dröge
7
-0
/
+51
2010-08-25
compiler: allocate correct size for code memory
David Schleef
1
-1
/
+1
2010-08-25
Fix testing of float params
David Schleef
4
-2
/
+19
2010-08-25
c: Handle denormals and nan using bit ops
David Schleef
3
-410
/
+433
2010-08-25
testsuite: use correct return type
Stefan Kost
3
-3
/
+3
2010-08-25
orcc: remove (fake) dependency on liborc-test
David Schleef
2
-3
/
+2
2010-08-25
Check for posix_memalign()
David Schleef
2
-0
/
+7
2010-08-25
Fix cross compiling
David Schleef
2
-5
/
+11
2010-08-25
test: Add denormal array pattern
David Schleef
2
-0
/
+15
2010-08-25
show_parse: Allocate array (fix segfault)
David Schleef
1
-0
/
+1
2010-08-25
altivec: Implement lots more rules
David Schleef
4
-443
/
+571
2010-08-24
Use OrcCode structure to handle all executable code
David Schleef
18
-73
/
+198
2010-08-23
Code memory allocation
David Schleef
2
-27
/
+100
2010-08-23
Add OrcCodeRegion
David Schleef
2
-21
/
+96
2010-08-22
test: Add special patterns (for floats)
David Schleef
2
-0
/
+98
2010-08-22
show_parse: Add -n option
David Schleef
1
-1
/
+7
2010-08-21
sse: Fix some compilation issues on x86-64
David Schleef
4
-8
/
+8
2010-08-21
sse: add better rules for mulhsl/mulhul
Andrea Canciani
1
-32
/
+31
2010-08-21
sse: quit early if error is detected
David Schleef
1
-0
/
+2
2010-08-21
c: minor hack for lots of temp vars
David Schleef
1
-1
/
+1
2010-08-21
tests: Add show_parse
David Schleef
2
-1
/
+367
2010-08-20
Add ORC_VAR_T16
David Schleef
1
-1
/
+2
2010-08-20
compiler: If compilation fails, go back to backup function
David Schleef
1
-0
/
+1
2010-08-20
orcc: Use ORC_RESTRICT for executor structure
David Schleef
1
-1
/
+5
2010-08-20
autogen.sh: Enable --enable-gtk-doc for ds
David Schleef
1
-0
/
+4
2010-08-20
Fix distcheck for new examples
David Schleef
2
-12
/
+35
2010-08-20
Update documentation, add tutorial
David Schleef
16
-260
/
+1507
2010-08-19
c: Add definition of ORC_RESTRICT
David Schleef
1
-4
/
+9
2010-08-19
Add perf testing of emulated code
David Schleef
3
-0
/
+12
2010-08-19
back to unreleased
David Schleef
1
-1
/
+1
2010-08-19
Fix printing of performance data in tests
David Schleef
2
-8
/
+13
2010-08-19
Release 0.4.7
David Schleef
2
-2
/
+49
2010-08-18
test: Improve opcode test program generation
David Schleef
1
-29
/
+71
2010-08-18
neon: Fix div255w rule
David Schleef
1
-4
/
+4
2010-08-18
mmx: update from sse
David Schleef
7
-279
/
+1293
2010-08-18
sse: use pinsrw to load 2-byte values
David Schleef
1
-0
/
+8
2010-08-17
test: Add alignment and misalignment to arrays
David Schleef
3
-11
/
+34
2010-08-17
sse,x86: Add some new instruction emission code
David Schleef
4
-2
/
+113
[next]