- 0247656 Improve JIT error message for users crazy enough to use -march with JIT, and by Daniel Dunbar · 16 years ago
- 94f07d8 Fix PR4845: r77946 completely broke x86_64 Darwin (or any situation where the by Evan Cheng · 16 years ago
- 4b3d572 No really, it's unused. by Daniel Dunbar · 16 years ago
- 4bd03ab Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
- 3c2d4bf Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 16 years ago
- d6fd377 Simplify JIT target selection. by Daniel Dunbar · 16 years ago
- 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
- 1da8be2 Remove unused header. by Daniel Dunbar · 16 years ago
- 1d92921 Switch llc and createJIT to use simpler command line parsing for -march. by Daniel Dunbar · 16 years ago
- 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
- 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
- 54785e6 Migrate llc and the JIT to using the TargetRegistry for lookups. by Daniel Dunbar · 16 years ago
- 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
- 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
- 5e5cb79 The second part of the change from -fast to -O#. This changes the JIT to accept by Bill Wendling · 16 years ago
- 2388a58 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 17 years ago
- 5c1799b Delete trailing whitespace. by Mikhail Glushenkov · 17 years ago
- 502f20b Add new parameter Fast to createJIT to enable the fast codegen path. by Evan Cheng · 17 years ago
- eccfb6a Use empty() instead of size(). by Dan Gohman · 17 years ago
- ee335e3 Add #includes to make some dependencies explicit. by Dan Gohman · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 34c9433 add a new ExecutionEngine::createJIT which can be used if you only want by Chris Lattner · 18 years ago
- 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
- 108ec4b avoid mutating a global in an accessor by Chris Lattner · 18 years ago
- d4c0e62 Deal with error handling better. by Reid Spencer · 18 years ago
- 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
- ef98691 remove always-null IntrinsicLowering argument. by Chris Lattner · 19 years ago
- 726c1ef remove the intrinsiclowering hook by Chris Lattner · 19 years ago
- 667eeca Shrinkify to match llc by Chris Lattner · 20 years ago
- 839615a Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
- b1e1180 by Jim Laskey · 20 years ago
- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- beff74f The cleanup is done. Update comment. by Chris Lattner · 21 years ago
- d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 21 years ago
- 367b91d Great sparc renaming fallout IV: Sparc --> SparcV9. by Brian Gaeke · 21 years ago
- 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
- 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
- 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago