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