Age | Commit message (Expand) | Author |
---|---|---|
2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
2010-01-15 | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman |
2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-08-21 | Use raw_ostream throughout the AsmPrinter. | Owen Anderson |
2008-03-11 | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-02-08 | Fixed comments. | Bill Wendling |
2007-02-08 | Declarations for functions that create different file writers. | Bill Wendling |