1. 702a8a0 Adjust to new interface by Chris Lattner · 21 years ago
  2. c6b0fb3 Adjust to new gep_type_iterator prototypes. by Chris Lattner · 21 years ago
  3. 7d1bd33 Fix PR296: [execution engines] Unhandled cast constant expression by Chris Lattner · 21 years ago
  4. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
  5. d0f3c5e My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this by Brian Gaeke · 21 years ago
  6. 00f0a29 Address PR274 - '[JIT] Programs cannot resolve the fstat function' by Brian Gaeke · 21 years ago
  7. b1dfc70 remove obsolete comment by Chris Lattner · 21 years ago
  8. 9d20b71 Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) by Brian Gaeke · 21 years ago
  9. 367b91d Great sparc renaming fallout IV: Sparc --> SparcV9. by Brian Gaeke · 21 years ago
  10. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 21 years ago
  11. dd2c82a Make the JIT zero out globals with memset instead of an element at a time. This by Chris Lattner · 22 years ago
  12. e625890 Fix off-by-one in Interpreter::getFirstVarArg(), which was punishing by Brian Gaeke · 22 years ago
  13. d8400d8 The Interpreter was failing the AtExit UnitTest. This fixes it. by Brian Gaeke · 22 years ago
  14. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 22 years ago
  15. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 22 years ago
  16. 23c4724 Print out all globals as they are emitted, not just those emitted from by Chris Lattner · 22 years ago
  17. 6c0398e There is no reason to #define fd by Chris Lattner · 22 years ago
  18. 338733f Print an error message if we can't materialize the bytecode file by Chris Lattner · 22 years ago
  19. da79bd2 Print an error message if there is an error materialize the bc file. by Chris Lattner · 22 years ago
  20. 34562ba Don't pass anything to the IntrinsicLowering class that is not_intrinsic, by Brian Gaeke · 22 years ago
  21. 55d8648 Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently by Chris Lattner · 22 years ago
  22. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
  23. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  24. 87f0310 Factor code out of LLI by Chris Lattner · 22 years ago
  25. ff0f1bb No longer run atExit functions from run() by Chris Lattner · 22 years ago
  26. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
  27. 028565b This should not be needed anymore by Chris Lattner · 22 years ago
  28. c07ed13 Implement PR135, lazy emission of global variables by Chris Lattner · 22 years ago
  29. 24b0a18 Simple refactorings to prepare for lazy global emission by Chris Lattner · 22 years ago
  30. 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago
  31. 61612df Update for changes in the JIT by Chris Lattner · 22 years ago
  32. 1e60a91 Rip JIT specific stuff out of TargetMachine, as per PR176 by Chris Lattner · 22 years ago
  33. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  34. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
  35. 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 22 years ago
  36. 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
  37. dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 22 years ago
  38. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
  39. e63fc8b implement method by Chris Lattner · 22 years ago
  40. 38f0eba Use the new method, though noone currently implements it any better than before by Chris Lattner · 22 years ago
  41. c19aade Finegrainify namespacification by Chris Lattner · 22 years ago
  42. 2c0a6a1 Emit constants to one contiguous block, but this time, respect alignment constraints. by Chris Lattner · 22 years ago
  43. 91de352 Go back to allocating memory for each constant separately. Since SPARCs do not by Misha Brukman · 22 years ago
  44. 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
  45. c2ee9b9 Fine grainify namespaceification by Chris Lattner · 22 years ago
  46. ef7e570 Emit the MachineConstantPool constants in one contiguous memory `pool'. by Misha Brukman · 22 years ago
  47. 0ca042d * Order #includes as per style guide by Misha Brukman · 22 years ago
  48. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  49. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  50. 0bb3c2b Remove #include of PassManager.h which was marked FIXME, and apparently is no by Brian Gaeke · 22 years ago
  51. c1a2be1 Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg by Brian Gaeke · 22 years ago
  52. dbde1ae popStackAndReturnValueToCaller() must advance instruction pointer to normal by Brian Gaeke · 22 years ago
  53. cb93d8d Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. by Misha Brukman · 22 years ago
  54. 9bf06b1 Add stub version of unwind support by Brian Gaeke · 22 years ago
  55. fea483d visitCallInst --> visitCallSite. by Brian Gaeke · 22 years ago
  56. ae2495a Make the operation of visitCallInst() only depend on the CallSite. by Brian Gaeke · 22 years ago
  57. 2cb474c Use CallSites for call sites, instead of CallInsts. A revolutionary concept. by Brian Gaeke · 22 years ago
  58. af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 22 years ago
  59. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  60. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
  61. 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 22 years ago
  62. 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 22 years ago
  63. 11911ab In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, by Brian Gaeke · 22 years ago
  64. b8afbe6 Unbreak the build by Chris Lattner · 22 years ago
  65. f143d3c ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  66. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  67. 02438ca The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. by Brian Gaeke · 22 years ago
  68. 03e43dc Reduce the number of #includes. by Brian Gaeke · 22 years ago
  69. 20a277e ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  70. 242978c Destroy MachineFunction for any Function that we are about to by Brian Gaeke · 22 years ago
  71. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  72. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  73. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  74. e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 22 years ago
  75. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  76. 0570157 Don't release the Module, as that invalidates the Module* within the by Misha Brukman · 22 years ago
  77. 55c0f02 Tidy up doxygen comment for getPointerToFunction(). by Brian Gaeke · 22 years ago
  78. cd64ddf Refactor running the JIT passes on a single function into the new method, by Brian Gaeke · 22 years ago
  79. 6020ddd Fix a typo in a comment, and zap a blank line. by Brian Gaeke · 22 years ago
  80. 0f4f7d9 JIT.cpp: by Misha Brukman · 22 years ago
  81. 1968416 * Reorder includes as per the style guide by Misha Brukman · 22 years ago
  82. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
  83. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  84. 7b2b40f Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  85. 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 22 years ago
  86. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  87. 4afac18 * Tabs to spaces by Misha Brukman · 22 years ago
  88. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  89. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 22 years ago
  90. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  91. 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 22 years ago
  92. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
  93. 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 22 years ago
  94. 021c190 Squelch warning by Chris Lattner · 22 years ago
  95. 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 22 years ago
  96. 36d10ef * Move include files from middle of file to the top where they belong, moving by Misha Brukman · 22 years ago
  97. 88b4855 Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h by Misha Brukman · 22 years ago
  98. bd9df30 Remove a bunch of unneeded stuph by Chris Lattner · 22 years ago
  99. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 22 years ago
  100. 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago