1. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  2. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
  3. 993bdce Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the by Chris Lattner · 22 years ago
  4. 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
  5. dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 22 years ago
  6. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
  7. e63fc8b implement method by Chris Lattner · 22 years ago
  8. 38f0eba Use the new method, though noone currently implements it any better than before by Chris Lattner · 22 years ago
  9. c19aade Finegrainify namespacification by Chris Lattner · 22 years ago
  10. 2c0a6a1 Emit constants to one contiguous block, but this time, respect alignment constraints. by Chris Lattner · 22 years ago
  11. 91de352 Go back to allocating memory for each constant separately. Since SPARCs do not by Misha Brukman · 22 years ago
  12. 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
  13. c2ee9b9 Fine grainify namespaceification by Chris Lattner · 22 years ago
  14. ef7e570 Emit the MachineConstantPool constants in one contiguous memory `pool'. by Misha Brukman · 22 years ago
  15. 0ca042d * Order #includes as per style guide by Misha Brukman · 22 years ago
  16. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  17. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  18. 0bb3c2b Remove #include of PassManager.h which was marked FIXME, and apparently is no by Brian Gaeke · 22 years ago
  19. c1a2be1 Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg by Brian Gaeke · 22 years ago
  20. dbde1ae popStackAndReturnValueToCaller() must advance instruction pointer to normal by Brian Gaeke · 22 years ago
  21. cb93d8d Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass. by Misha Brukman · 22 years ago
  22. 9bf06b1 Add stub version of unwind support by Brian Gaeke · 22 years ago
  23. fea483d visitCallInst --> visitCallSite. by Brian Gaeke · 22 years ago
  24. ae2495a Make the operation of visitCallInst() only depend on the CallSite. by Brian Gaeke · 22 years ago
  25. 2cb474c Use CallSites for call sites, instead of CallInsts. A revolutionary concept. by Brian Gaeke · 22 years ago
  26. af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 22 years ago
  27. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  28. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
  29. 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 22 years ago
  30. 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 22 years ago
  31. 11911ab In VM::create(), comment out almost the whole function if NO_JITS_ENABLED, by Brian Gaeke · 22 years ago
  32. b8afbe6 Unbreak the build by Chris Lattner · 22 years ago
  33. f143d3c ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  34. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  35. 02438ca The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. by Brian Gaeke · 22 years ago
  36. 03e43dc Reduce the number of #includes. by Brian Gaeke · 22 years ago
  37. 20a277e ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  38. 242978c Destroy MachineFunction for any Function that we are about to by Brian Gaeke · 22 years ago
  39. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  40. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  41. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  42. e738656 Hrm, a relic from the past. How cute :) by Chris Lattner · 22 years ago
  43. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  44. 0570157 Don't release the Module, as that invalidates the Module* within the by Misha Brukman · 22 years ago
  45. 55c0f02 Tidy up doxygen comment for getPointerToFunction(). by Brian Gaeke · 22 years ago
  46. cd64ddf Refactor running the JIT passes on a single function into the new method, by Brian Gaeke · 22 years ago
  47. 6020ddd Fix a typo in a comment, and zap a blank line. by Brian Gaeke · 22 years ago
  48. 0f4f7d9 JIT.cpp: by Misha Brukman · 22 years ago
  49. 1968416 * Reorder includes as per the style guide by Misha Brukman · 22 years ago
  50. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
  51. 005e5e9 Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  52. 7b2b40f Enabling incremental bytecode loading in the JIT: by Misha Brukman · 22 years ago
  53. 364f86d Make mmap's fd for anonymous memory acquisition default to -1, except on by Brian Gaeke · 22 years ago
  54. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  55. 4afac18 * Tabs to spaces by Misha Brukman · 22 years ago
  56. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  57. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 22 years ago
  58. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  59. 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 22 years ago
  60. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
  61. 011efae Actually _PASS IN_ NO_RESERVE if we have it. by Chris Lattner · 22 years ago
  62. 021c190 Squelch warning by Chris Lattner · 22 years ago
  63. 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 22 years ago
  64. 36d10ef * Move include files from middle of file to the top where they belong, moving by Misha Brukman · 22 years ago
  65. 88b4855 Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h by Misha Brukman · 22 years ago
  66. bd9df30 Remove a bunch of unneeded stuph by Chris Lattner · 22 years ago
  67. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 22 years ago
  68. 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago
  69. 29794cb Make getOperandValue and executeCastOperation methods of Interpreter. by Brian Gaeke · 22 years ago
  70. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  71. d5caf7c Remove printOperandInfo(), and simplify run(). by Brian Gaeke · 22 years ago
  72. 932539a Remove support for printing values from a module by name, only used by Brian Gaeke · 22 years ago
  73. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
  74. 9ad671d Remove support for breakpoints (not used). Remove some dead code and whitespace. by Brian Gaeke · 22 years ago
  75. 8e53948 Move EE dtor where it belongs by Brian Gaeke · 22 years ago
  76. f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
  77. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  78. 253aef8e Preselection is now integrated into the Sparc target library by Chris Lattner · 22 years ago
  79. 0748a39 Sparc peephole optimizer moved out of post-opts library into Sparc target library by Chris Lattner · 22 years ago
  80. c879e8f Consult the target data, not the module, about how large the current pointer by Chris Lattner · 22 years ago
  81. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  82. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  83. 05a1a30 Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and by Chris Lattner · 22 years ago
  84. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  85. c88a4ea no really, implement it! by Chris Lattner · 22 years ago
  86. 74cf819 Add support for casting any pointer to any integer type by Chris Lattner · 22 years ago
  87. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  88. 80df463 rename selection library to selectiondag by Chris Lattner · 22 years ago
  89. 688506d Implement a _REAL_ memory manager for the code generated by the JIT. This by Chris Lattner · 22 years ago
  90. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  91. c227c1f Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  92. 71d8478 Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  93. 37df460 In ExecutionEngine::getPointerToGlobal(), throw away const qualifier by Brian Gaeke · 22 years ago
  94. 4c7fc1e Incorporate mapping library into the sparc library by Chris Lattner · 22 years ago
  95. 4c08840 Include the new selection library for the X86 target by Chris Lattner · 22 years ago
  96. 3785fad Specify DEBUG_TYPE's for the JIT debug messages by Chris Lattner · 22 years ago
  97. c648dab DEBUG got moved to Debug.h by Chris Lattner · 22 years ago
  98. 89e8be0 * Stop hard-coding a value for beginning of emitted code on Sparc since we can by Misha Brukman · 22 years ago
  99. fd31a78 Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. by Misha Brukman · 22 years ago
  100. d69c1e6 Add ability for external C code to get pointers to functions given their name. by Misha Brukman · 22 years ago