aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-1/+2
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-2/+2
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-2/+2
* Use empty() instead of size().Dan Gohman2008-07-071-1/+1
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-231-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner2007-12-061-4/+5
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-2/+3
* avoid mutating a global in an accessorChris Lattner2007-04-201-5/+6
* Deal with error handling better.Reid Spencer2007-03-031-2/+9
* Removing even more <iostream> includes.Bill Wendling2006-12-071-4/+3
* remove always-null IntrinsicLowering argument.Chris Lattner2006-03-231-1/+1
* remove the intrinsiclowering hookChris Lattner2006-03-231-2/+2
* Shrinkify to match llcChris Lattner2005-10-231-3/+3
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-3/+3
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+24
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* The cleanup is done. Update comment.Chris Lattner2004-07-111-5/+2
* Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner2004-07-111-55/+13
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-251-1/+1
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-5/+5
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-3/+4
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-0/+92