summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generate leaf_ee_init and x_init instead of copyingJukka Ojanen2014-11-043-55/+188
* Replace _M_AMD64 with _M_X64 as it is equal and "neutral"Jukka Ojanen2014-11-043-13/+14
* Refactor generate_func_codeJukka Ojanen2014-11-043-329/+378
* MOVDQA "intrinsic", two operand MOVDQA2, three operand MOVDQA3 helpersJukka Ojanen2014-11-032-207/+136
* XMM6:XMM15 Nonvolatile, must be preserved as needed by callee. http://msdn.mi...Jukka Ojanen2014-11-014-26/+252
* Add building instructions for Windows x64Jukka Ojanen2014-10-311-0/+6
* Add CMake as an alternative build systemJukka Ojanen2014-10-3110-1325/+2878
* More consistent namingJukka Ojanen2014-10-311-6/+6
* Patterns doesn't depend on planJukka Ojanen2014-10-292-184/+174
* MSVC has problems with "complex" typeJukka Ojanen2014-10-291-15/+14
* Cleaning and reorganizingJukka Ojanen2014-10-298-779/+1015
* "C++ style comments are not allowed in ISO C90"Jukka Ojanen2014-10-291-1/+1
* Add macro definitions for various function/variable attributes; aligned, inli...Jukka Ojanen2014-10-292-117/+209
* Cleaning to make ISO C90 compatibleJukka Ojanen2014-10-291-21/+20
* YASM requires ".code 64" in assemblyJukka Ojanen2014-10-291-378/+376
* do not mprotect if dynamic code generation is disabledJérôme Carretero2014-10-141-0/+2
* automatic trailing space removalJérôme Carretero2014-10-063-63/+63
* real: fix alignment issue in 1d execution (bug #30)Jérôme Carretero2014-10-061-80/+80
* real_nd: improve transpose size by unrolling of block of h=8, w=1Jérôme Carretero2014-10-061-7/+40
* Merge pull request #20 from dennisss/android-neon-fixesAnthony Blake2014-01-0518-467/+1147
|\
| * Check to make sure that the buffers were aligned properlyDennis Shtatnov2013-12-301-0/+12
| * Switch Java sign constantsDennis Shtatnov2013-12-301-2/+2
| * Add Android Eclipse project for linking to it as a libraryDennis Shtatnov2013-12-244-0/+55
| * Add simple logging and test whether N is a power of 2Dennis Shtatnov2013-12-243-1/+14
| * Fix compiling static code with NEONDennis Shtatnov2013-12-249-464/+1062
| * Add Android memory alignment requirementDennis Shtatnov2013-12-221-0/+2
* | Merge pull request #17 from robertmassaioli/vim-modelinesAnthony Blake2014-01-0531-0/+33
|\ \ | |/ |/|
| * Adding in Vim modelines to all .c and .h files.Robert Massaioli2013-12-0531-0/+33
|/
* Merge pull request #16 from robertmassaioli/sign-defineAnthony Blake2013-12-011-0/+3
|\
| * Added defined constants for sign.Robert Massaioli2013-11-301-0/+3
|/
* Merge pull request #14 from henrygouk/masterAnthony Blake2013-11-191-3/+22
|\
| * Fixed #9 properly.=2013-11-201-1/+11
| * Fixed 9.=2013-11-201-3/+12
|/
* Added header files to SOURCES, and build_*.sh, so make dist works properlyAnthony Blake2013-09-254-5/+14
* Merge pull request #10 from mattles/documentationAnthony Blake2013-07-304-191/+268
|\
| * More fomatting for the codegen fileMatt Hunter2013-07-311-32/+31
| * Add formatting to patterns.cMatt Hunter2013-07-311-9/+10
| * Add formatting for ffts.cMatt Hunter2013-07-311-113/+113
| * Add formatting to codegen.cMatt Hunter2013-07-311-32/+36
| * Commented the plan_t structure with Anthony BlakeMatt Hunter2013-07-251-5/+78
|/
* Fixed transpose -- thanks to Sowon Kim <mogyak@gmail.com>Anthony Blake2013-07-161-1/+1
* Merge pull request #7 from henryrobbinsgouk/masterAnthony Blake2013-06-021-5/+5
|\
| * Fixed #5=2013-06-021-5/+5
* | Merge pull request #6 from henryrobbinsgouk/masterAnthony Blake2013-05-311-1/+24
|\ \ | |/
| * Added a check for NULL pointer.=2013-06-011-1/+1
| * Fixed a memory leak for real multi-dimensional transforms.=2013-06-011-1/+24
|/
* Made the java checks depend on --enable-jni, Added --with-float-abi option fo...Anthony Blake2013-05-154-263/+277
* Fixed bug from conversion - Michael Zucchi <notzed@gmail.com>Anthony Blake2013-05-091-1/+1
* Added brief JNI stuff to READMEAnthony Blake2013-05-061-0/+3
* Added AUTHORS, and removed University from copyright (as it has been assigned...Anthony Blake2013-05-062-2/+7
OpenPOWER on IntegriCloud