cosmopolitan/tool/build/lib
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
abp.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
address.c Change license 2020-12-27 17:18:44 -08:00
address.h Add The LISP Challenge 2020-10-01 01:20:13 -07:00
alu.c Change license 2020-12-27 17:18:44 -08:00
alu.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
argv.c Change license 2020-12-27 17:18:44 -08:00
argv.h Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
asmdown.c Change license 2020-12-27 17:18:44 -08:00
asmdown.h Improve documentation 2020-12-27 07:02:35 -08:00
bcd.c Change license 2020-12-27 17:18:44 -08:00
bcd.h Make improvements 2020-09-14 00:02:34 -07:00
bitscan.c Change license 2020-12-27 17:18:44 -08:00
bitscan.h Make improvements 2020-09-14 00:02:34 -07:00
breakpoint.c Change license 2020-12-27 17:18:44 -08:00
breakpoint.h Add pseudoteletypewriter to emulator 2020-08-29 23:51:09 -07:00
breg.c Change license 2020-12-27 17:18:44 -08:00
buffer.c Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
buffer.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
buildlib.mk Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
case.h Fix bugs and have emulator emulate itself 2020-08-31 05:17:31 -07:00
cga.c Change license 2020-12-27 17:18:44 -08:00
cga.h Make more improvements 2020-09-28 01:20:34 -07:00
cpuid.c Change license 2020-12-27 17:18:44 -08:00
cpuid.h Make improvements 2020-09-14 00:02:34 -07:00
cvt.c Change license 2020-12-27 17:18:44 -08:00
cvt.h Make improvements 2020-09-14 00:02:34 -07:00
debug.c Change license 2020-12-27 17:18:44 -08:00
demangle.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
demangle.h Add fixes performance and static web server 2020-10-05 23:11:49 -07:00
dis.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
dis.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
disarg.c Change license 2020-12-27 17:18:44 -08:00
diself.c Change license 2020-12-27 17:18:44 -08:00
disinst.c Change license 2020-12-27 17:18:44 -08:00
disspec.c Change license 2020-12-27 17:18:44 -08:00
divmul.c Change license 2020-12-27 17:18:44 -08:00
divmul.h Add pseudoteletypewriter to emulator 2020-08-29 23:51:09 -07:00
elfwriter.c Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
elfwriter.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
elfwriter_cargoculting.c Change license 2020-12-27 17:18:44 -08:00
elfwriter_yoink.c Change license 2020-12-27 17:18:44 -08:00
endian.h Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
errnos.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
fds.c Change license 2020-12-27 17:18:44 -08:00
fds.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
flags.c Change license 2020-12-27 17:18:44 -08:00
flags.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
fpu.c Change license 2020-12-27 17:18:44 -08:00
fpu.h Make improvements 2020-09-14 00:02:34 -07:00
high.c Change license 2020-12-27 17:18:44 -08:00
high.h Make more improvements 2020-09-28 01:20:34 -07:00
instruction.c Change license 2020-12-27 17:18:44 -08:00
interner.c Change license 2020-12-27 17:18:44 -08:00
interner.h Initial import 2020-06-15 07:18:57 -07:00
ioports.c Change license 2020-12-27 17:18:44 -08:00
ioports.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
iovs.c Change license 2020-12-27 17:18:44 -08:00
iovs.h Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
javadown.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
javadown.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
loader.c Add Cosmopolitan Honeybadger to README.md 2021-02-04 03:31:03 -08:00
loader.h Make improvements 2020-09-14 00:02:34 -07:00
machine.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
machine.h Add chibicc 2020-12-06 16:20:21 -08:00
mda.c Change license 2020-12-27 17:18:44 -08:00
mda.h Make improvements 2020-09-14 00:02:34 -07:00
memory.c Change license 2020-12-27 17:18:44 -08:00
memory.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
memorymalloc.c Change license 2020-12-27 17:18:44 -08:00
message.c Change license 2020-12-27 17:18:44 -08:00
modrm.c Change license 2020-12-27 17:18:44 -08:00
modrm.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
op101.c Change license 2020-12-27 17:18:44 -08:00
op101.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
panel.c Change license 2020-12-27 17:18:44 -08:00
panel.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
persist.c Change license 2020-12-27 17:18:44 -08:00
persist.h finish intellisense support and sync with upstream 2021-02-03 13:50:08 -05:00
pml4t.c Change license 2020-12-27 17:18:44 -08:00
pml4t.h Fix missing header include 2020-11-07 00:05:25 -08:00
pml4tfmt.c Change license 2020-12-27 17:18:44 -08:00
pty.c Change license 2020-12-27 17:18:44 -08:00
pty.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
reset.c Change license 2020-12-27 17:18:44 -08:00
sse.c Change license 2020-12-27 17:18:44 -08:00
sse.h Make more improvements 2020-09-28 01:20:34 -07:00
ssefloat.c Change license 2020-12-27 17:18:44 -08:00
ssefloat.h Add chibicc 2020-12-06 16:20:21 -08:00
ssemov.c Change license 2020-12-27 17:18:44 -08:00
ssemov.h Make improvements 2020-09-14 00:02:34 -07:00
stack.c Change license 2020-12-27 17:18:44 -08:00
stack.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
stats.c Change license 2020-12-27 17:18:44 -08:00
stats.h Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
string.c Change license 2020-12-27 17:18:44 -08:00
string.h Make improvements 2020-09-14 00:02:34 -07:00
syscall.c Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
syscall.h Make improvements 2020-09-14 00:02:34 -07:00
throw.c Change license 2020-12-27 17:18:44 -08:00
throw.h Add chibicc 2020-12-06 16:20:21 -08:00
time.c Change license 2020-12-27 17:18:44 -08:00
time.h Get binaries closer to running without an o/s 2020-11-02 19:12:47 -08:00
word.c Change license 2020-12-27 17:18:44 -08:00
word.h Fix bugs and have emulator emulate itself 2020-08-31 05:17:31 -07:00
xlaterrno.c Change license 2020-12-27 17:18:44 -08:00
xlaterrno.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
xmmtype.c Change license 2020-12-27 17:18:44 -08:00
xmmtype.h Add tool for viewing memory 2020-11-06 20:20:10 -08:00