| Age | Commit message (Expand) | Author |
| 2014-01-10 | make it clean after itself, use standard rules files | christos |
| 2014-01-04 | FLOGNP1(-0.0) is -0.0, not +0.0. Found by XM6i. | isaki |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2014-01-01 | Change the type of the 'cookie' that holds the state of the core dump file | dsl |
| 2014-01-01 | indent fix in a comment. | isaki |
| 2014-01-01 | Fix a sign when a source or destination is either (plus/minus)zero | isaki |
| 2013-11-07 | add ifdefs for kernel only variable | christos |
| 2013-10-25 | Comment unused stuff (for documentation purposes) | martin |
| 2013-10-25 | Mark a potentially unused variable | martin |
| 2013-10-25 | Mark a potentialy unused variable | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-10-25 | Change a few __unused to __diagused/__debugused | martin |
| 2013-10-19 | Remove unused variable | martin |
| 2013-10-19 | Mark a variable that is only tested in DIAGNOSTIC kernels as potentially | martin |
| 2013-10-14 | Check whether we have an FPU regardless of FPU_EMULATE option. | isaki |
| 2013-10-11 | FATANH(-0) is -0, not +0. | isaki |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-09-07 | switch to ELF naming for local labels. | chs |
| 2013-08-01 | Convert to motorola style. | matt |
| 2013-07-22 | Move to motorola syntax | matt |
| 2013-07-22 | use mvz[wb] when possible | matt |
| 2013-07-22 | Use motorola syntax | matt |
| 2013-07-18 | pte and pmap files for the soft tlb on coldfire cpus. | matt |
| 2013-07-18 | Adjust LEA_LCL, GOT_SETUP, INTERRUPT_{SAVE,RESTORE}REG for Coldfire | matt |
| 2013-07-18 | Teach to use coldfire isac byterev if available, otherwise let the compiler | matt |
| 2013-07-18 | Fix some definitions | matt |
| 2013-07-18 | Coldfire FPU looks like the 68010 FPU (no long double) | matt |
| 2013-07-17 | Export fpreg.h for libc | matt |
| 2013-07-16 | Make INTERRUPT_{SAVE,RESTORE}REG visible to userland | matt |
| 2013-07-16 | Remove non __ELF__ clauses. | matt |
| 2013-07-16 | Add an END macro. reorder EXTBL macro | matt |
| 2013-05-11 | Revise the algorithm after Step3. | isaki |
| 2013-05-05 | R := X even if L < 0 in Step2, according to algorithm of the comment. | isaki |
| 2013-05-05 | Rename modrem -> is_mod for a readability. | isaki |
| 2013-04-21 | M68010 -> __mc68010__, pointed out by tsutsui@ | isaki |
| 2013-04-20 | Rewrite around BFFFO inline asm. | isaki |
| 2013-04-20 | Support sinh(-0.0) and tanh(-0.0). | isaki |
| 2013-04-20 | Support sin(-0.0). | isaki |
| 2013-04-20 | Clean up some useless codes. | isaki |
| 2013-04-20 | Support tan(-0.0). | isaki |
| 2013-04-20 | Fix typo in comment. | isaki |
| 2013-04-20 | Terminate a loop in EXT_FRACBITS(64bits) instead of FP_NMANT(83bits). | isaki |
| 2013-04-20 | Break a loop off to avoid a long loop even if the precision is not enough. | isaki |
| 2013-04-20 | Update a list of implement/unimplement functions. | isaki |
| 2013-04-20 | Implement exponential and power functions. | isaki |
| 2013-04-20 | s/tayler/taylor/. pointed out by christos@ | isaki |
| 2013-04-19 | Implement a hyperbolic arctangent (FATANH). | isaki |
| 2013-04-19 | Implement inverse trigonometric functions (i.e., FACOS, FASIN, FATAN | isaki |
| 2013-04-19 | Introduce the CORDIC algorithm. | isaki |
| 2013-04-18 | Improve how to use cmp/sub. | isaki |