Introduce new headers whose inclusion forces linking and
[oota-llvm.git] / lib / Target / IA64 / IA64TargetMachine.cpp
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-10-16 Chris Lattnermark some targets as experimental. Andrew, if you...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
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...