aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Evaluators: Implement LinearVectorizedTraversal, packet ops in evaluators.Gravatar Jitse Niesen2011-03-25
* improve computation of the sub panel widthGravatar Gael Guennebaud2011-03-24
* improve performance of trsmGravatar Gael Guennebaud2011-03-24
* Bug fix in linspace_op::packetOp(row,col). Fixes bug #232.Gravatar Jitse Niesen2011-03-24
* impl basic product evaluator on top of previous oneGravatar Gael Guennebaud2011-03-24
* makes evaluator test use VERIFY_IS_APPROXGravatar Gael Guennebaud2011-03-23
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a f...Gravatar Gael Guennebaud2011-03-23
* import evaluator worksGravatar Gael Guennebaud2011-03-23
* fix 228 (ei_aligned_stack_delete does not exist anymore)Gravatar Gael Guennebaud2011-03-21
* clean a bit the stack allocation mechanismGravatar Gael Guennebaud2011-03-19
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bumpGravatar Benoit Jacob2011-03-18
* bumpGravatar Benoit Jacob2011-03-14
* Document EIGEN_DEFAULT_DENSE_INDEX_TYPE.Gravatar Jitse Niesen2011-03-11
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_...Gravatar Benoit Jacob2011-03-10
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* try to fix a ICC 11.1 compiler error (bug #217)Gravatar Benoit Jacob2011-03-06
* disable ICC 12 warning 279 - controlling expression is constantGravatar Benoit Jacob2011-03-06
* Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICAL...Gravatar Benoit Jacob2011-03-04
* re-enable fast pset1-pstore by introducing a new higher level pstore1 functionGravatar Gael Guennebaud2011-03-02
* bumpGravatar Benoit Jacob2011-02-28
* fix bug #203: revert to using _mm_set1_p[sd]Gravatar Benoit Jacob2011-02-28
* remove now-useless commentsGravatar Benoit Jacob2011-02-27
* fix bug #201: Clang too has intrinsics bugs preventing us to use custom unali...Gravatar Benoit Jacob2011-02-27
* shut up a stupid clang 2.8 warningGravatar Benoit Jacob2011-02-27
* fix compilation with clang 2.8Gravatar Benoit Jacob2011-02-27
* bug #195 - fix this once and for all: just never use _mm_load_sd on gcc/i386,...Gravatar Benoit Jacob2011-02-27
* fix bug #195: fast unaligned load for integer using _mm_load_sd failed when t...Gravatar Benoit Jacob2011-02-24
* Improved docs of PlainObjectBase::conservativeResize methods.Gravatar Hauke Heibel2011-02-24
* fix AltiVec ploaddupGravatar Gael Guennebaud2011-02-24
* fix pset1 for complexGravatar Gael Guennebaud2011-02-23
* implement ploaddup for complex and SSE/NEON even though they are not used in ...Gravatar Gael Guennebaud2011-02-23
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
* fix a couple of issues with pcplxflipGravatar Gael Guennebaud2011-02-23
* implement pcplxflip for altivecGravatar Gael Guennebaud2011-02-23
* same for neonGravatar Gael Guennebaud2011-02-23
* Altivec: fix infinite loop (ei_ -> internal:: change)Gravatar Gael Guennebaud2011-02-23
* fix no newline warningGravatar Gael Guennebaud2011-02-23
* add missing AlignedOnScalarGravatar Gael Guennebaud2011-02-22
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in o...Gravatar Benoit Jacob2011-02-22
* mergeGravatar Benoit Jacob2011-02-22
|\
* | ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
* | shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* | fix legitimate ICC 12 warningGravatar Benoit Jacob2011-02-22
| * altivec compilation fixGravatar Gael Guennebaud2011-02-22
|/
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not convin...Gravatar Benoit Jacob2011-02-22
* __attribute__((flatten)) seems to be recognized by neither clang nor icc desp...Gravatar Benoit Jacob2011-02-22
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21
* fix compilationGravatar Gael Guennebaud2011-02-21