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