Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / IA64 / IA64TargetMachine.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-26 Chris LattnerFix target matching weights, so that ppc-darwin modules...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-01-25 Duraid Madinaadd bundling! well not really, for now it's just stop...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-19 Duraid Madinaclick click
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-06 Duraid Madinaask for 16-byte aligned jmpbufs. This should unbreak...
2005-10-28 Duraid MadinaDAG->DAG instruction selection for ia64! "hello world...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-17 Duraid Madinaand so it begins...