Age | Commit message (Expand) | Author | Files | Lines |
2015-10-13 | add CFI generation script for x86_64 | Alex Dowad | 1 | -0/+196 |
2015-10-13 | recognize partial register operands in i386 CFI generation | Alex Dowad | 1 | -10/+19 |
2015-10-13 | fix misinterpretation of indexed memory operand in i386 CFI generation | Alex Dowad | 1 | -1/+1 |
2015-10-13 | fix misinterpretation of operand order in i386 CFI generation | Alex Dowad | 1 | -5/+5 |
2015-10-08 | fix instruction matching errors in i386 CFI generation | Alex Dowad | 1 | -3/+3 |
2015-10-08 | factor common awk functions for CFI generation scripts into new file | Alex Dowad | 2 | -27/+26 |
2015-08-26 | Build process uses script to add CFI directives to x86 asm | Alex Dowad | 1 | -0/+227 |
2015-07-06 | add musl-clang, a wrapper for system clang installs | Shiz | 2 | -0/+86 |
2014-01-15 | fix system breakage window during make install due to permissions | Rich Felker | 1 | -2/+1 |
2013-12-03 | fix mv usage in install.sh to avoid bogus interactive prompting | Rich Felker | 1 | -1/+1 |
2013-12-01 | add infrastructure to record and report the version of libc.so | Rich Felker | 1 | -0/+12 |
2013-08-17 | replace system's install command with a shell script | Rich Felker | 1 | -0/+65 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -0/+15 |
2013-06-07 | fix mixup in previous change to gcc wrapper | Rich Felker | 1 | -1/+1 |
2013-06-07 | make gcc-specific headers (intrinsics, etc.) available with wrapper | Rich Felker | 1 | -2/+2 |
2012-07-23 | gcc wrapper improvement: leave libgcc dir in the library path | Rich Felker | 1 | -1/+1 |
2012-06-06 | make gcc wrapper rewrite link options rather than just extending them | Rich Felker | 1 | -3/+1 |
2012-05-30 | fix musl-gcc wrapper to work with -pie | Rich Felker | 1 | -1/+1 |
2012-04-22 | new gcc wrapper, entirely specfile based | Rich Felker | 2 | -60/+39 |
2012-02-17 | remove -std=gnu99 from musl-gcc wrapper | Rich Felker | 1 | -1/+1 |
2012-02-02 | improve gcc wrapper to support -nostdlib, -nostartfiles | Rich Felker | 1 | -1/+1 |
2012-01-24 | make gcc wrapper support -shared correctly | Rich Felker | 1 | -2/+7 |
2011-09-21 | new gcc wrapper now supports pre-4.4 gcc versions and is more robust | Rich Felker | 1 | -17/+40 |
2011-06-27 | cleanup shared library build system to be more $HOME-local-install friendly | Rich Felker | 1 | -2/+2 |
2011-06-25 | fix dynamic linker issue in musl-gcc wrapper | Rich Felker | 1 | -1/+1 |
2011-06-23 | adapt build/install/gcc-wrapper systems for dynamic linking support | Rich Felker | 1 | -2/+3 |
2011-03-01 | use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper | Rich Felker | 1 | -1/+2 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+30 |