aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86ELFWriter.cpp
AgeCommit message (Expand)Author
2007-02-08Dead files. Functionality has been taken over by the Add*Writer functions.Bill Wendling
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-07-25- Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng
2006-06-28Hide x86 symbolsChris Lattner
2006-03-13Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng
2005-07-11Refactor things a bit to allow the ELF code emitter to run the X86 machine co...Chris Lattner
2005-06-27Add support to the X86 backend for emitting ELF files. To use this, weChris Lattner