1. 185045c switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 23 years ago
  2. bd6771c Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 23 years ago
  3. 525e251 Implement varargs support for LLI! by Chris Lattner · 23 years ago
  4. 470754e A large number of simple changes: by Chris Lattner · 23 years ago
  5. 22e9043 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 23 years ago
  6. ba90675 Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 23 years ago
  7. ed27f84 Fix a problem with setcc instructions and pointers by Chris Lattner · 23 years ago
  8. 7881fc8 Implement &|^ on bool values by Chris Lattner · 23 years ago
  9. aee56b8 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 23 years ago
  10. bbd1157f Implement cast to bool by Chris Lattner · 23 years ago
  11. fa5fc55 Get rid of extraneous arguments to implementation functions by Chris Lattner · 23 years ago
  12. d215af0 Add support to LLI for switch instruction by Chris Lattner · 23 years ago
  13. f11d8a3 Fix wierd idiom by Chris Lattner · 23 years ago
  14. 13b3e5b Fix typeo by Chris Lattner · 23 years ago
  15. 4e7aa44 Handle value promotion properly to work with tracing better by Chris Lattner · 23 years ago
  16. a0d7b08 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
  17. 3552d79 Namespacify more by Chris Lattner · 23 years ago
  18. 4f96aa4 Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  19. a2b4c6c Make command line arguments setup be endian correct!! by Chris Lattner · 23 years ago
  20. 61596ad2 Fix two problems: by Chris Lattner · 23 years ago
  21. 7fe1f7c Fix a major bug in lli by Chris Lattner · 23 years ago
  22. 6a1a65f - Fix LLI so that it simulates the endianness of the target machine by Chris Lattner · 23 years ago
  23. dabbf17 Expose TD to ExternalFunctions.cpp by Chris Lattner · 23 years ago
  24. bd0d2ea * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago
  25. f78e050 Another portability patch graciously provided by Casey Carter by Chris Lattner · 23 years ago
  26. e314bf5 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
  27. b0b412e - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
  28. c837dbc Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 23 years ago
  29. dfb3a2c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  30. cd709cb Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  31. b3c2af6 Remove support for NOT instruction by Chris Lattner · 23 years ago
  32. 42f596f Minor change to make lli print out characters numerically as well as symbolically by Chris Lattner · 23 years ago
  33. 600ba8f Fix one real nasty bug by Chris Lattner · 23 years ago
  34. 6dd0335 Fix gcc 3.1 complaint by Chris Lattner · 23 years ago
  35. f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
  36. f6d3cb9 Implementing shift left & shift right on pointers by Chris Lattner · 23 years ago
  37. 7076ff2 by Chris Lattner · 23 years ago
  38. 3ad34b9 Change usage of isPointerType to use isa by Chris Lattner · 24 years ago
  39. 79baf91 Implement the NOT operator. by Chris Lattner · 24 years ago
  40. 45243fa Implement cast operations on booleans to allow casting bools to ints, f.e. by Chris Lattner · 24 years ago
  41. 9c0b187 Fix #include broken by iMemory.h not including DerivedTypes.h by Chris Lattner · 24 years ago
  42. 0ebb793 FIXME removed: malloc/alloca ALWAYS have a size argument by Chris Lattner · 24 years ago
  43. ca14237 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 24 years ago
  44. 87b84e47 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 24 years ago
  45. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  46. af83890 Change from Method to Function by Chris Lattner · 24 years ago
  47. fb55ba0 Keep track of memory allocated by alloca so that it is freed appropriately by Chris Lattner · 24 years ago
  48. 60a6591 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  49. 2787a4e Add new abort-on-exceptions flag by Chris Lattner · 24 years ago
  50. 7a79cfa Make array bound checks optional and disabled by default. by Chris Lattner · 24 years ago
  51. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  52. 24404f8 * Support the new -q flag for automated tests by Chris Lattner · 24 years ago
  53. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  54. 3462ae3 Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  55. fb5ae02 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  56. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  57. f679703 Move DataTypes.h from llvm/Support to just Support by Chris Lattner · 24 years ago
  58. 5ba7573 * Implement array indexing in lli by Chris Lattner · 24 years ago
  59. af84e62 Rename cruft by Chris Lattner · 24 years ago
  60. 747f016 Print percentages for profiling info better by Chris Lattner · 24 years ago
  61. a7482e0 Print profile info if exit() is called by Chris Lattner · 24 years ago
  62. e32deb4 Hack a structure profiling option together by Chris Lattner · 24 years ago
  63. b1f6728 Correct problem that allows indirect function calls by Chris Lattner · 24 years ago
  64. 31e9e4d * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 24 years ago
  65. eaec4ed *Print Stack traces better. by Chris Lattner · 24 years ago
  66. 1f01726 * Use cached writer to speed up printing and get symbolic types more consistently by Chris Lattner · 24 years ago
  67. 487b1b8 Implement xor operator by Chris Lattner · 24 years ago
  68. 5946b11 * Add some assertions for checking internal error conditions by Chris Lattner · 24 years ago
  69. 62d1fb6 Print out a label if we step into the first instruction of a basic block by Chris Lattner · 24 years ago
  70. 05fbeed Implement getelementptr instruction as well as the load and store forms by Chris Lattner · 24 years ago
  71. 13babb6 Remember to print out the next instruction if stepping over an external method call by Chris Lattner · 24 years ago
  72. 689049e Fix problem next'ing over an external method by Chris Lattner · 24 years ago
  73. 009f810 Implement a -trace command line option and a trace option in the interpreter. by Chris Lattner · 24 years ago
  74. 0b00b31 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 24 years ago
  75. 6642eec Provide argv for commands by Chris Lattner · 24 years ago
  76. 15157b8 * Implement exit() builtin function by Chris Lattner · 24 years ago
  77. d299dba Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
  78. 67beace Implement ulong & long support by Chris Lattner · 24 years ago
  79. 78244c4 Implement initializers for structs and pointers by Chris Lattner · 24 years ago
  80. c62e2e5 Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
  81. da55810 Commit more code over to new cast style by Chris Lattner · 24 years ago
  82. 3856934 Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  83. 4b717c0 Add support for new style casts by Chris Lattner · 24 years ago
  84. 707d4db File #include file by Chris Lattner · 24 years ago
  85. 22a6a90 Make a new llvm/Target #include directory. by Chris Lattner · 24 years ago
  86. f4a0d70 Use the correct style casts by Chris Lattner · 24 years ago
  87. 676d411 Genericize support for calling functions a bit Add external method support by Chris Lattner · 24 years ago
  88. 2c1a98e Lots of new functionality by Chris Lattner · 24 years ago
  89. d7ff578 Initial checkin of interpreter by Chris Lattner · 24 years ago