1. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  2. 494d663 Make sure targets are initialized before we do anything, even command line by Daniel Dunbar · 15 years ago
  3. 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
  4. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  5. 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
  6. fd15bee Fix lli to print an error and exit when EE returns null but no string. Patch by Chris Lattner · 15 years ago
  7. db9c028 Fix typo: intepreter->interpreter. by Torok Edwin · 15 years ago
  8. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  9. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  10. df5a7da Add a JITEventListener interface that gets called back when a new function is by Jeffrey Yasskin · 15 years ago
  11. 2deb58f switch to using llvm/Target/TargetSelect.h by Chris Lattner · 15 years ago
  12. c447ff6 Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native by Chris Lattner · 15 years ago
  13. 712e80e Default llc / lli optimization to "Default", which corresponds to -O1 / -O2. by Evan Cheng · 15 years ago
  14. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  15. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  16. ec740e3 Add command line option -entry-funcion to override entry function (default is main). by Evan Cheng · 16 years ago
  17. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  18. 3c3bc48 Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) by Anton Korobeynikov · 16 years ago
  19. e1a4eda Add -fast command line option to lli. It enables fast codegen path. by Evan Cheng · 16 years ago
  20. 03dace8 Rename -no-lazy to -disable-lazy-compilation. by Evan Cheng · 16 years ago
  21. c290a5b Added command line option -no-lazy to disable JIT lazy compilation. by Evan Cheng · 16 years ago
  22. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  23. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  24. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  25. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  26. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 17 years ago
  27. 744879e switch tools to bitcode from bytecode by Chris Lattner · 17 years ago
  28. c1e6d68 add bitcode reading support, remove eh stuff by Chris Lattner · 17 years ago
  29. 0204032 reset errno to zero on entry to the application's main function. This fixes by Chris Lattner · 17 years ago
  30. 124294b Obtain the exit function before execution just in case the module by Reid Spencer · 17 years ago
  31. f70d677 1. Handle errors around the ModuleProvider. This is necessary since it is by Reid Spencer · 17 years ago
  32. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 17 years ago
  33. 688b049 For PR411: by Reid Spencer · 17 years ago
  34. c0974a1 fix atexit. This is an overcomplex way of calling exit, but it is required, by Chris Lattner · 18 years ago
  35. f74edf2 this is an overcomplex way to call exit :) by Chris Lattner · 18 years ago
  36. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  37. ca3aa26 make statistics and timing info print even if the JIT'd program calls exit by Chris Lattner · 18 years ago
  38. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  39. 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 18 years ago
  40. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 18 years ago
  41. a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 18 years ago
  42. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  43. d3a680a Fix the build on case-sensitive filesystems :( by Chris Lattner · 18 years ago
  44. 13ec702 Introducing plugable register allocators and instruction schedulers. by Jim Laskey · 18 years ago
  45. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  46. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 18 years ago
  47. 42d0b45 Fit to 80 columns. by Chris Lattner · 18 years ago
  48. 60844d4 rename option by Chris Lattner · 19 years ago
  49. 3015e60 provide an option to override the target triple in a module from the commandline. by Chris Lattner · 19 years ago
  50. 5209889 Revert my previous patch which broke due to lazy streaming of functions by Chris Lattner · 19 years ago
  51. 48ba822 If a module has a main, but it is defined externally, refuse to run it. by Chris Lattner · 19 years ago
  52. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  53. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  54. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  55. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  56. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  57. cac731e We won't use automake by Reid Spencer · 20 years ago
  58. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  59. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  60. ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
  61. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  62. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  63. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  64. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  65. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  66. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  67. 4efe35f sparcv9select is history by Brian Gaeke · 20 years ago
  68. a3eb7b3 Add a -load option by Chris Lattner · 20 years ago
  69. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  70. bed85ff Header file moved by Chris Lattner · 20 years ago
  71. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 20 years ago
  72. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 20 years ago
  73. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  74. 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
  75. 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
  76. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  77. 7efea1d update comment by Chris Lattner · 21 years ago
  78. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 21 years ago
  79. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  80. e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 21 years ago
  81. 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 21 years ago
  82. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  83. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  84. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  85. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  86. 3d8a54d To be consistent with the rest of LLVM codebase (and the rest of this file): by Misha Brukman · 21 years ago
  87. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 21 years ago
  88. d1cab3e Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) by Brian Gaeke · 21 years ago
  89. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  90. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 21 years ago
  91. f58815e Interpreter cleanups: by Brian Gaeke · 21 years ago
  92. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 21 years ago
  93. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  94. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  95. 0c8c0e8 Remove some long-dead code by Chris Lattner · 21 years ago
  96. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  97. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  98. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  99. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  100. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago