| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor things a bit to allow the ELF code emitter to run the X86 machine ↵ | Chris Lattner | 2005-07-11 | 1 | -5/+9 |
| | | | | | | | | | code emitter after itself. llvm-svn: 22376 | ||||
| * | Add support to the X86 backend for emitting ELF files. To use this, we | Chris Lattner | 2005-06-27 | 1 | -0/+34 |
| currently use: llc t.bc --filetype=obj This will produce a t.o file which is dumpable with readelf. Currently the file produced is empty, but the scaffolding to do more is now in place. llvm-svn: 22292 | |||||

