1. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 22 years ago
  2. 34562ba Don't pass anything to the IntrinsicLowering class that is not_intrinsic, by Brian Gaeke · 22 years ago
  3. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
  4. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  5. 2cab55d No longer run atExit functions from run() rename run to runFunction by Chris Lattner · 22 years ago
  6. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  7. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
  8. 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
  9. dfa5849 Fix typo in comment. Add prototype for getConstantExprValue(). by Brian Gaeke · 22 years ago
  10. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
  11. e63fc8b implement method by Chris Lattner · 22 years ago
  12. 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
  13. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  14. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  15. c1a2be1 Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg by Brian Gaeke · 22 years ago
  16. dbde1ae popStackAndReturnValueToCaller() must advance instruction pointer to normal by Brian Gaeke · 22 years ago
  17. 9bf06b1 Add stub version of unwind support by Brian Gaeke · 22 years ago
  18. fea483d visitCallInst --> visitCallSite. by Brian Gaeke · 22 years ago
  19. ae2495a Make the operation of visitCallInst() only depend on the CallSite. by Brian Gaeke · 22 years ago
  20. 2cb474c Use CallSites for call sites, instead of CallInsts. A revolutionary concept. by Brian Gaeke · 22 years ago
  21. af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 22 years ago
  22. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  23. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
  24. 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 22 years ago
  25. 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 22 years ago
  26. b8afbe6 Unbreak the build by Chris Lattner · 22 years ago
  27. f143d3c ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  28. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 22 years ago
  29. 02438ca The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. by Brian Gaeke · 22 years ago
  30. 03e43dc Reduce the number of #includes. by Brian Gaeke · 22 years ago
  31. 856ba76 Added LLVM copyright header. by John Criswell · 22 years ago
  32. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 22 years ago
  33. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  34. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  35. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
  36. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  37. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  38. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 22 years ago
  39. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  40. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
  41. 021c190 Squelch warning by Chris Lattner · 22 years ago
  42. 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 22 years ago
  43. fd13129 Reorder #includes to follow LLVM conventions by Chris Lattner · 22 years ago
  44. 9722294 ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ by Brian Gaeke · 22 years ago
  45. 29794cb Make getOperandValue and executeCastOperation methods of Interpreter. by Brian Gaeke · 22 years ago
  46. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  47. d5caf7c Remove printOperandInfo(), and simplify run(). by Brian Gaeke · 22 years ago
  48. 932539a Remove support for printing values from a module by name, only used by Brian Gaeke · 22 years ago
  49. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
  50. 9ad671d Remove support for breakpoints (not used). Remove some dead code and whitespace. by Brian Gaeke · 22 years ago
  51. f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
  52. 82d8277 ExecutionEngine.cpp: Move execution engine creation stuff into a new by Brian Gaeke · 22 years ago
  53. 39c0726 Targets now configure themselves based on the source module, not on the by Chris Lattner · 22 years ago
  54. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  55. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  56. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  57. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  58. 832688a Remove redundant const qualifier by Chris Lattner · 22 years ago
  59. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  60. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
  61. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
  62. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  63. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  64. d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
  65. 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
  66. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  67. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  68. cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
  69. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  70. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
  71. c8cff9e Add __strdup by Chris Lattner · 22 years ago
  72. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  73. d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
  74. 5f311a7 Add memcpy by Chris Lattner · 22 years ago
  75. fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
  76. 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
  77. 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
  78. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
  79. 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
  80. 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
  81. b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
  82. 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago
  83. 04e2ad7 Fix wierd idiom by Chris Lattner · 22 years ago
  84. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago
  85. f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 22 years ago
  86. 006a4a5 Fix typeo by Chris Lattner · 22 years ago
  87. b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 23 years ago
  88. 9378013 Handle value promotion properly to work with tracing better by Chris Lattner · 23 years ago
  89. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago
  90. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
  91. dbcda22 Add support for isnan by Chris Lattner · 23 years ago
  92. 138b0cd Namespacify more by Chris Lattner · 23 years ago
  93. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  94. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  95. 25f6f37 Implement feof by Chris Lattner · 23 years ago
  96. a4479cd Implement freopen for burg by Chris Lattner · 23 years ago
  97. ab2dea5 Make command line arguments setup be endian correct!! by Chris Lattner · 23 years ago
  98. cf9b4f0 Implement fprintf by Chris Lattner · 23 years ago
  99. a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 23 years ago
  100. 2fdaddf Fix two problems: by Chris Lattner · 23 years ago