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