Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Damn AT&T syntaxfix_generate_size4_base_case | Jukka Ojanen | 2014-11-11 | 1 | -24/+24 |
| | |||||
* | Generate function in "generate_size4_base_case" | Jukka Ojanen | 2014-11-10 | 1 | -10/+79 |
| | |||||
* | Removed last bits of magic from "generate_size8_base_case". | Jukka Ojanen | 2014-11-09 | 2 | -140/+122 |
| | | | | Replace x64_call_imm with x64_call_code. | ||||
* | Merge commit '8ef1d3a20ab69ef66f8506e61a08d4cfcc82d3f9' | Jukka Ojanen | 2014-11-09 | 1 | -32/+34 |
| | |||||
* | Replace "magic bytes" with various macros | Jukka Ojanen | 2014-11-09 | 1 | -211/+59 |
| | |||||
* | Merge commit 'f342eb3215720f9c2fe621e3445484d55c00ff3d' | Jukka Ojanen | 2014-11-09 | 1 | -5/+39 |
| | |||||
* | Replace SHUFPS with x64_sse_shufps_reg_reg_imm | Jukka Ojanen | 2014-11-09 | 1 | -79/+9 |
| | |||||
* | Replace MULPS with x64_sse_mulps_reg_reg | Jukka Ojanen | 2014-11-09 | 1 | -31/+12 |
| | |||||
* | Replace MOVDQA with x64_sse_movdqa_reg_membase/64_sse_movdqa_membase_reg | Jukka Ojanen | 2014-11-09 | 1 | -98/+20 |
| | |||||
* | Merge commit '89560561f49db1b5ed838b934256a2e38566da88' | Jukka Ojanen | 2014-11-09 | 1 | -0/+9 |
| | |||||
* | Replace MOVAPS with x64_sse_movaps_reg_membase | Jukka Ojanen | 2014-11-09 | 1 | -76/+1 |
| | |||||
* | Replace SUBPS with x64_sse_subps_reg_reg | Jukka Ojanen | 2014-11-09 | 1 | -30/+12 |
| | |||||
* | Replace ADDPS with x64_sse_addps_reg_reg | Jukka Ojanen | 2014-11-09 | 1 | -30/+13 |
| | |||||
* | Replace XORPS with x64_sse_xorps_reg_reg | Jukka Ojanen | 2014-11-09 | 1 | -21/+4 |
| | |||||
* | Merge commit '757b6eb0e7a5742ffd23b721f2fe2e041ffd1069' | Jukka Ojanen | 2014-11-09 | 1 | -6/+6 |
| | |||||
* | Replace XOR2 with x86_clear_reg, MOV_D with ↵ | Jukka Ojanen | 2014-11-09 | 2 | -119/+19 |
| | | | | x64_mov_membase_reg/x86_mov_reg_membase, MOV_R with x64_mov_reg_reg and x64_alu_reg_imm_size_body with x64_alu_reg_imm_size | ||||
* | Replace MOV_I with x86_mov_reg_imm, SHIFT with x86_shift_reg_imm, CALL with ↵ | Jukka Ojanen | 2014-11-09 | 2 | -120/+39 |
| | | | | x64_call_imm, POP with x64_pop_reg, PUSH with x64_push_reg | ||||
* | Replace add/sub immediate value with x64_alu_reg_imm_size_body | Jukka Ojanen | 2014-11-09 | 2 | -54/+7 |
| | |||||
* | Replace register names with new definitions | Jukka Ojanen | 2014-11-08 | 2 | -102/+73 |
| | |||||
* | Merge commit 'd1896e187eed7dbdd18ba34c0fe68025c678c18c' | Jukka Ojanen | 2014-11-08 | 2 | -113/+114 |
| | |||||
* | Wheel is already invented. Adding part of Mono project, ↵ | Jukka Ojanen | 2014-11-08 | 52 | -0/+22754 |
| | | | | | | | | https://github.com/mono to src/arch. These are C macros that are useful when generating native code on various platforms. This code is MIT X11 licensed. git-subtree-dir: src/arch git-subtree-mainline: f898aaf891e175cc08d53f022acc9165e1acd2a6 git-subtree-split: 9527abbd5eb3166d290da4e3b8e16855fabdafaf | ||||
* | To prevent symbol name clashes we will prefix all symbols | Jukka Ojanen | 2014-11-06 | 1 | -0/+15 |
| | |||||
* | Win64 actually "generate_size8_base_case" instead of copying | Jukka Ojanen | 2014-11-06 | 3 | -673/+1090 |
| | |||||
* | Import Sequitur algorithm from SFFT | Jukka Ojanen | 2014-11-05 | 1 | -0/+448 |
| | |||||
* | Reorder functions to alphabetical order | Jukka Ojanen | 2014-11-05 | 1 | -122/+206 |
| | |||||
* | Generate leaf_ee_init and x_init instead of copying | Jukka Ojanen | 2014-11-04 | 3 | -55/+188 |
| | |||||
* | Replace _M_AMD64 with _M_X64 as it is equal and "neutral" | Jukka Ojanen | 2014-11-04 | 3 | -13/+14 |
| | |||||
* | Refactor generate_func_code | Jukka Ojanen | 2014-11-04 | 3 | -329/+378 |
| | |||||
* | MOVDQA "intrinsic", two operand MOVDQA2, three operand MOVDQA3 helpers | Jukka Ojanen | 2014-11-03 | 2 | -207/+136 |
| | |||||
* | XMM6:XMM15 Nonvolatile, must be preserved as needed by callee. ↵ | Jukka Ojanen | 2014-11-01 | 3 | -18/+236 |
| | | | | http://msdn.microsoft.com/en-us/library/9z1stfyw(v=vs.80).aspx | ||||
* | Add CMake as an alternative build system | Jukka Ojanen | 2014-10-31 | 9 | -1325/+2720 |
| | | | | Add support for Windows x64 (requires YASM) | ||||
* | More consistent naming | Jukka Ojanen | 2014-10-31 | 1 | -6/+6 |
| | |||||
* | Patterns doesn't depend on plan | Jukka Ojanen | 2014-10-29 | 2 | -184/+174 |
| | |||||
* | MSVC has problems with "complex" type | Jukka Ojanen | 2014-10-29 | 1 | -15/+14 |
| | |||||
* | Cleaning and reorganizing | Jukka Ojanen | 2014-10-29 | 8 | -779/+1015 |
| | |||||
* | Add macro definitions for various function/variable attributes; aligned, ↵ | Jukka Ojanen | 2014-10-29 | 1 | -0/+77 |
| | | | | | | inlining.. Cleaning of test application | ||||
* | YASM requires ".code 64" in assembly | Jukka Ojanen | 2014-10-29 | 1 | -378/+376 |
| | |||||
* | do not mprotect if dynamic code generation is disabled | Jérôme Carretero | 2014-10-14 | 1 | -0/+2 |
| | |||||
* | automatic trailing space removal | Jérôme Carretero | 2014-10-06 | 3 | -63/+63 |
| | | | | ... because I use a real editor | ||||
* | real: fix alignment issue in 1d execution (bug #30) | Jérôme Carretero | 2014-10-06 | 1 | -80/+80 |
| | | | | | Because of the size of M/2+1, you can't expect the data to be aligned at 128 bits. | ||||
* | real_nd: improve transpose size by unrolling of block of h=8, w=1 | Jérôme Carretero | 2014-10-06 | 1 | -7/+40 |
| | | | | That works well on ARM and should also work better elsewhere. | ||||
* | Merge pull request #20 from dennisss/android-neon-fixes | Anthony Blake | 2014-01-05 | 4 | -93/+182 |
|\ | | | | | Android neon fixes | ||||
| * | Check to make sure that the buffers were aligned properly | Dennis Shtatnov | 2013-12-30 | 1 | -0/+12 |
| | | |||||
| * | Add simple logging and test whether N is a power of 2 | Dennis Shtatnov | 2013-12-24 | 2 | -0/+13 |
| | | |||||
| * | Fix compiling static code with NEON | Dennis Shtatnov | 2013-12-24 | 2 | -93/+157 |
| | | |||||
* | | Adding in Vim modelines to all .c and .h files. | Robert Massaioli | 2013-12-05 | 27 | -0/+27 |
|/ | |||||
* | Fixed #9 properly. | = | 2013-11-20 | 1 | -1/+11 |
| | |||||
* | Fixed 9. | = | 2013-11-20 | 1 | -3/+12 |
| | |||||
* | Added header files to SOURCES, and build_*.sh, so make dist works properly | Anthony Blake | 2013-09-25 | 2 | -3/+12 |
| | |||||
* | More fomatting for the codegen file | Matt Hunter | 2013-07-31 | 1 | -32/+31 |
| |