Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / ExecutionEngine / JIT / TargetSelect.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-04-20 Chris Lattneravoid mutating a global in an accessor
2007-03-03 Reid SpencerDeal with error handling better.
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2005-10-23 Chris LattnerShrinkify to match llc
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-11 Chris LattnerThe cleanup is done. Update comment.
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean simple extensible...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...