Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow libraries to specify other libraries to link to | Chris Lattner | 2002-05-20 | 1 | -1/+1 |
* | Tracelib is now an LLVM library just like all other libraries in this | Chris Lattner | 2002-05-20 | 1 | -21/+6 |
* | * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn | Chris Lattner | 2002-05-20 | 2 | -3/+2 |
* | Implement the printf function, used by assert | Chris Lattner | 2002-05-20 | 1 | -0/+13 |
* | Runtime routines to support tracing. | Vikram S. Adve | 2002-05-19 | 3 | -0/+431 |
* | Remove compilation of __main because we now link -lgcc into programs | Chris Lattner | 2002-03-22 | 1 | -5/+0 |
* | Need rule for runtime.o. This is just temporary to provide | Vikram S. Adve | 2002-03-18 | 1 | -0/+5 |
* | Add strcat function | Chris Lattner | 2002-03-11 | 1 | -0/+5 |
* | Checkin library infrastructure for building stuff to be linked with | Chris Lattner | 2002-03-08 | 16 | -1/+362 |
* | Add a clean target stub | Chris Lattner | 2002-02-26 | 1 | -0/+2 |
* | Initial checkin of Makefile, just a dummy file for now. | Chris Lattner | 2002-01-23 | 1 | -0/+2 |