1. f70d677 1. Handle errors around the ModuleProvider. This is necessary since it is by Reid Spencer · 18 years ago
  2. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  3. 688b049 For PR411: by Reid Spencer · 18 years ago
  4. c0974a1 fix atexit. This is an overcomplex way of calling exit, but it is required, by Chris Lattner · 18 years ago
  5. f74edf2 this is an overcomplex way to call exit :) by Chris Lattner · 18 years ago
  6. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  7. ca3aa26 make statistics and timing info print even if the JIT'd program calls exit by Chris Lattner · 18 years ago
  8. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  9. 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 18 years ago
  10. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 18 years ago
  11. a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 18 years ago
  12. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  13. d3a680a Fix the build on case-sensitive filesystems :( by Chris Lattner · 18 years ago
  14. 13ec702 Introducing plugable register allocators and instruction schedulers. by Jim Laskey · 18 years ago
  15. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  16. 2f51914 Get JIT/Interpreter working on Windows again. by Jeff Cohen · 19 years ago
  17. 42d0b45 Fit to 80 columns. by Chris Lattner · 19 years ago
  18. 60844d4 rename option by Chris Lattner · 19 years ago
  19. 3015e60 provide an option to override the target triple in a module from the commandline. by Chris Lattner · 19 years ago
  20. 5209889 Revert my previous patch which broke due to lazy streaming of functions by Chris Lattner · 19 years ago
  21. 48ba822 If a module has a main, but it is defined externally, refuse to run it. by Chris Lattner · 19 years ago
  22. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  23. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  24. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  25. 8f63178 Use LLVMLIBS=JIT to get JIT libraries by Reid Spencer · 20 years ago
  26. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  27. cac731e We won't use automake by Reid Spencer · 20 years ago
  28. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  29. 53c8f29 Use the shared Makefile.JIT for JIT-enablement by Misha Brukman · 20 years ago
  30. ce6662f Enable the PowerPC JIT by compiling powerpc.o library into lli by Misha Brukman · 20 years ago
  31. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  32. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  33. 41605ab Use the SparcV9-marked instr scheduling library by Misha Brukman · 20 years ago
  34. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  35. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  36. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  37. 4efe35f sparcv9select is history by Brian Gaeke · 20 years ago
  38. a3eb7b3 Add a -load option by Chris Lattner · 20 years ago
  39. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  40. bed85ff Header file moved by Chris Lattner · 20 years ago
  41. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  42. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
  43. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  44. 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
  45. 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
  46. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  47. 7efea1d update comment by Chris Lattner · 21 years ago
  48. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 21 years ago
  49. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  50. e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 21 years ago
  51. 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 21 years ago
  52. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  53. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  54. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  55. c4fb6fd Enabling incremental bytecode loading in the JIT: by Misha Brukman · 21 years ago
  56. 3d8a54d To be consistent with the rest of LLVM codebase (and the rest of this file): by Misha Brukman · 21 years ago
  57. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 21 years ago
  58. d1cab3e Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) by Brian Gaeke · 21 years ago
  59. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  60. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 21 years ago
  61. f58815e Interpreter cleanups: by Brian Gaeke · 21 years ago
  62. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 21 years ago
  63. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 21 years ago
  64. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 21 years ago
  65. 0c8c0e8 Remove some long-dead code by Chris Lattner · 21 years ago
  66. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 21 years ago
  67. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  68. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 21 years ago
  69. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  70. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 21 years ago
  71. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 21 years ago
  72. 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 21 years ago
  73. 8274291 * If compiling on X86 or Sparc, automagically enable the JIT for that arch by Misha Brukman · 21 years ago
  74. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  75. 5285270 Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where by Brian Gaeke · 21 years ago
  76. f25b772 Life is too short. Link in too much stuff on Linux to make building on sun easier by Chris Lattner · 21 years ago
  77. da60140 The never-ending odyssey trying to get sparc to link by Chris Lattner · 21 years ago
  78. d562436 Make sure to get the value of ARCH before we use it by Chris Lattner · 21 years ago
  79. 2bf4c61 Do not link in the Sparc JIT when building on X86. Eventually the sparc will not by Chris Lattner · 21 years ago
  80. 7a5500e Whoops, didn't mean to check that in :( by Chris Lattner · 21 years ago
  81. 97ac14f Use more structured command line option processing by Chris Lattner · 21 years ago
  82. 1df4d5e Link in Sparc libs for the JIT, even on X86 to be able to support debugging by Misha Brukman · 21 years ago
  83. 6ae73dc Remove ".bc" from the end of InputFile if it is there, in by Brian Gaeke · 21 years ago
  84. 19669f3 The JIT is the default mode for LLI now by Chris Lattner · 21 years ago
  85. cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 22 years ago
  86. e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago
  87. 285ca5e Fix didn't fix the race condition in the makefiles by Chris Lattner · 22 years ago
  88. c479db9 Fix race condition in Makefile by Chris Lattner · 22 years ago
  89. 0394891 No longer need scalaropts lib by Chris Lattner · 22 years ago
  90. d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 22 years ago
  91. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
  92. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 22 years ago
  93. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  94. b776401 Export symbols for linux by Chris Lattner · 22 years ago
  95. db14500 Namespace correctness is good by Chris Lattner · 22 years ago
  96. b865894 REmove extra blank lines by Chris Lattner · 22 years ago
  97. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  98. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  99. 0fe380c Remove tracing code hack by Chris Lattner · 22 years ago
  100. 53835b8 Link with test/Libraries/libinstr32.a for runtime routines by Vikram S. Adve · 22 years ago