Fix output of typedefs to avoid syntax errors.
[oota-llvm.git] / lib / Target / TargetMachine.cpp
2002-09-20 Vikram S. AdveAdd peephole optimization pass at the end of code gener...
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Vikram S. AdveAdd handle to TargetMachine object in all Machine....
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.
2001-09-14 Chris LattnerAdd a comment
2001-09-14 Chris LattnerBreak scheduling infrastructure out of TargetMachine...
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.