1. b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 23 years ago
  2. 9378013 Handle value promotion properly to work with tracing better by Chris Lattner · 23 years ago
  3. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago
  4. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
  5. dbcda22 Add support for isnan by Chris Lattner · 23 years ago
  6. 138b0cd Namespacify more by Chris Lattner · 23 years ago
  7. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  8. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  9. 25f6f37 Implement feof by Chris Lattner · 23 years ago
  10. a4479cd Implement freopen for burg by Chris Lattner · 23 years ago
  11. ab2dea5 Make command line arguments setup be endian correct!! by Chris Lattner · 23 years ago
  12. cf9b4f0 Implement fprintf by Chris Lattner · 23 years ago
  13. a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 23 years ago
  14. 2fdaddf Fix two problems: by Chris Lattner · 23 years ago
  15. 683d5da9 Fix a major bug in lli by Chris Lattner · 23 years ago
  16. fddc755 - Fix LLI so that it simulates the endianness of the target machine by Chris Lattner · 23 years ago
  17. 005cbce * Implement the getc() function by Chris Lattner · 23 years ago
  18. 849735c Cleanup #includes, expose module by Chris Lattner · 23 years ago
  19. dbaf74d Expose TD to ExternalFunctions.cpp by Chris Lattner · 23 years ago
  20. e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago
  21. 8b77be2 Another portability patch graciously provided by Casey Carter by Chris Lattner · 23 years ago
  22. 0374b8d - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
  23. 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
  24. a34c568 Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 23 years ago
  25. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  26. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  27. e4c3764 Remove support for NOT instruction by Chris Lattner · 23 years ago
  28. 65629d5 Minor change to make lli print out characters numerically as well as symbolically by Chris Lattner · 23 years ago
  29. 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 23 years ago
  30. 1bbd361 Fix one real nasty bug by Chris Lattner · 23 years ago
  31. 601d715 Fix gcc 3.1 complaint by Chris Lattner · 23 years ago
  32. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  33. 743cd3e Implementing shift left & shift right on pointers by Chris Lattner · 23 years ago
  34. 0b12b5f by Chris Lattner · 23 years ago
  35. 1ee34a5 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 23 years ago
  36. eb1a845 Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 23 years ago
  37. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  38. 45d8b91 Change usage of isPointerType to use isa by Chris Lattner · 23 years ago
  39. 2adcd83 Implement the NOT operator. by Chris Lattner · 23 years ago
  40. f4dca80 Implement cast operations on booleans to allow casting bools to ints, f.e. by Chris Lattner · 23 years ago
  41. e2cbbce Fix #include broken by iMemory.h not including DerivedTypes.h by Chris Lattner · 23 years ago
  42. cc82cc1 FIXME removed: malloc/alloca ALWAYS have a size argument by Chris Lattner · 23 years ago
  43. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
  44. 2312b1c Eliminate use of SymTabValue class by Chris Lattner · 23 years ago
  45. 2012d5e Fix a bug printing out %c formated characters. by Chris Lattner · 23 years ago
  46. e06e914 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
  47. b972f95 Update comment to reflect class name change. by Chris Lattner · 23 years ago
  48. bc55a31 Remove extranous #include by Chris Lattner · 23 years ago
  49. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  50. b408b12 s/Method/Function by Chris Lattner · 23 years ago
  51. 9a3d696 Change from Method to Function by Chris Lattner · 23 years ago
  52. 7b83b1d Do not link in runtime library anymore, assume that user manually links in by Chris Lattner · 23 years ago
  53. 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 23 years ago
  54. 9bffa73 Keep track of memory allocated by alloca so that it is freed appropriately by Chris Lattner · 23 years ago
  55. 34dd24b Implement exp function by Chris Lattner · 23 years ago
  56. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  57. 7403025 Add new abort-on-exceptions flag by Chris Lattner · 24 years ago
  58. c0fbd57 Make array bound checks optional and disabled by default. by Chris Lattner · 24 years ago
  59. 295fe67 Implement the clock() function by Chris Lattner · 24 years ago
  60. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  61. f23eb85 * Support the new -q flag for automated tests by Chris Lattner · 24 years ago
  62. e7c6f72 Implement sprintf by Chris Lattner · 24 years ago
  63. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  64. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  65. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  66. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  67. 360e17e Move DataTypes.h from llvm/Support to just Support by Chris Lattner · 24 years ago
  68. de51dd8 Use pointertype where appropriate by Chris Lattner · 24 years ago
  69. 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
  70. 782b939 * Implement array indexing in lli by Chris Lattner · 24 years ago
  71. 3bcce72 Rename cruft by Chris Lattner · 24 years ago
  72. 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
  73. 84efe09 Print percentages for profiling info better by Chris Lattner · 24 years ago
  74. a95c699 Print profile info if exit() is called by Chris Lattner · 24 years ago
  75. e240906 Hack a structure profiling option together by Chris Lattner · 24 years ago
  76. 070cf5e Correct problem that allows indirect function calls by Chris Lattner · 24 years ago
  77. ea38c0e * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 24 years ago
  78. 461f02f *Print Stack traces better. by Chris Lattner · 24 years ago
  79. 5af0c48 * Use cached writer to speed up printing and get symbolic types more consistently by Chris Lattner · 24 years ago
  80. 6a6791b Add %p format to printf, which MUST be used when printing pointer values. by Chris Lattner · 24 years ago
  81. 8679005 Implement log and drand48 for TSP bm by Chris Lattner · 24 years ago
  82. c063d38 Implement sqrt, implement printf better, simpler. by Chris Lattner · 24 years ago
  83. 0f279b2 Be lenient on types so that programs that are not very typesafe will work by Chris Lattner · 24 years ago
  84. 4d0e1f9 Implement xor operator by Chris Lattner · 24 years ago
  85. 5deea3c callExternalMethod now returns the return value of the function by Chris Lattner · 24 years ago
  86. 4721f13 Implement a gross function name map that must be used when linking statically by Chris Lattner · 24 years ago
  87. bb76f02 * Add some assertions for checking internal error conditions by Chris Lattner · 24 years ago
  88. a5637fc Don't fail to load runtime if running LLI from the current directory by Chris Lattner · 24 years ago
  89. f5b2ec1 Print out a label if we step into the first instruction of a basic block by Chris Lattner · 24 years ago
  90. 08845a2 * Fix pow wrapper to actually work by Chris Lattner · 24 years ago
  91. 95c3af5 Implement getelementptr instruction as well as the load and store forms by Chris Lattner · 24 years ago
  92. 069aa25 Remember to print out the next instruction if stepping over an external method call by Chris Lattner · 24 years ago
  93. a74a6b5 Fix problem next'ing over an external method by Chris Lattner · 24 years ago
  94. 316a65b Fix some illegal uses of the ## operator by Chris Lattner · 24 years ago
  95. 3eb60f8 Add methods print<TYPE> for String, Pointer, and each primitive type. by Vikram S. Adve · 24 years ago
  96. 43e3f7c Implement a -trace command line option and a trace option in the interpreter. by Chris Lattner · 24 years ago
  97. c259316 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 24 years ago
  98. 204eec3 Provide argv for commands by Chris Lattner · 24 years ago
  99. e43db88 * Implement exit() builtin function by Chris Lattner · 24 years ago
  100. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago