Convert a ton of simple integer type equality tests to the new predicate.
[oota-llvm.git] / lib / ExecutionEngine / JIT / TargetSelect.cpp
2009-09-08 Daniel DunbarImprove JIT error message for users crazy enough to...
2009-09-02 Evan ChengFix PR4845: r77946 completely broke x86_64 Darwin ...
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Daniel DunbarRemove unused header.
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-07-07 Dan GohmanUse empty() instead of size().
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
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...