|  |  | @1433ecda | 8 years | jiri | Fix cstyle: make ccheck-fix and commit only files where all the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @84239b1 | 8 years | jiri | And there was much fixing.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a35b458 | 8 years | zarevucky.jiri | style: Remove trailing whitespace on _all_ lines, including empty …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9d8b12da | 8 years | zarevucky.jiri | Instead of setting MATH=y, just list 'math' in dependencies like a …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c631734 | 8 years | zarevucky.jiri | Mostly cleanup in uspace/Makefile.common.
- Pass -MP in addition to …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @002fd5f | 8 years | zarevucky.jiri | Replace parts of system headers with <_bits/…>.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5918c00 | 8 years | jakub | Do not irritate the assembler by FSTPL %sp(1)
When moving data …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d776329b | 9 years | jakub | Remove support for sparc32
This architecture has been unmaintained …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8b6aa39 | 9 years | martin | dummy/fake support for RISC-V (RV64G)
it compiles and the boot loader …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @58563585 | 9 years | martin | code review and cstyle cleanup (no change in functionality)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e2e9a8a | 10 years | jiri | Shared libraries no longer need to observe 8+3 filename limit.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3b0f1b9a | 10 years | jakub | amd64: use asmtool.h macros for defining symbols
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @321a8e6 | 10 years | jakub | ia32: Silence linker warnings during for dynamically linked builds
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8f5e80be | 10 years | jakub | ia32: Silence assembler warning
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b69786e | 10 years | jiri | Add all functions required by C89 plus their single-precision variants …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9adb61d | 10 years | jiri | Add single-precision variant for all functions. Allow generic …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e6f5766 | 10 years | jiri | Use floatN_t types in generic function interfaces.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @01cdd5a | 10 years | jiri | Add missing math exp(f), lg(f), pow(f) definitions for all architectures.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @992ffa6 | 10 years | jiri | Add exp(f), log(f), pow(f). Improve precision of sin, cos.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @bae1e1f | 10 years | jiri | floor() and ceil().
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c0c38c7c | 11 years | martin | software floating point overhaul
use proper type mapping
fix cosine …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b336613f | 11 years | martin | fix floating point truncation arithmetics
(this solves most of the …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6c1c1f7 | 11 years | jakub | Remove mips64 support.
The mips64 port has been in a very early …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ba11ebb | 12 years | martin | implement generic sine and cosine functions using Taylor series …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @47f7390f | 12 years | martin | add comment
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @a11bcb1 | 12 years | martin | fix group
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d9be488 | 12 years | martin | refactor floating point support
 * implement IA-32 and AMD64 specific …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @24e58cc | 12 years | vojtechhorky | More dummy math functions
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8620b2f | 12 years | vojtechhorky | Move math functions into a separate library
Their implementation is …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export |