aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/TargetSelect.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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