Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / CBackend / CTargetMachine.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Chris LattnerFix a bug in Owen's checkin that broke the CBE on all...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-20 Misha BrukmanRemove trailing whitespace, patch by Markus Oberhumer.
2004-07-11 Chris LattnerAuto-registrate target
2004-06-02 Chris LattnerStubs are no longer needed
2004-03-03 Chris LattnerSPECIFY a target data to initialize the CBE target...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-13 Chris LattnerConvert the C backend into a target, for use with LLC...