1. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  2. 69582b3 The JIT now passes the environment pointer to the main() function when it by John Criswell · 22 years ago
  3. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  4. fb0ef2e Deconstify parameter to getPointerToFunction(). by Brian Gaeke · 22 years ago
  5. 832688a Remove redundant const qualifier by Chris Lattner · 22 years ago
  6. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  7. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
  8. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
  9. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  10. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 22 years ago
  11. d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
  12. 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
  13. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  14. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  15. cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
  16. 10daaa1 Remove two fields from TargetData which are target specific. by Chris Lattner · 22 years ago
  17. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
  18. c8cff9e Add __strdup by Chris Lattner · 22 years ago
  19. 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
  20. d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
  21. 5f311a7 Add memcpy by Chris Lattner · 22 years ago
  22. fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
  23. 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
  24. 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
  25. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
  26. 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
  27. 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
  28. b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
  29. 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago
  30. 04e2ad7 Fix wierd idiom by Chris Lattner · 22 years ago
  31. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago
  32. f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 22 years ago
  33. 006a4a5 Fix typeo by Chris Lattner · 22 years ago
  34. b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 23 years ago
  35. 9378013 Handle value promotion properly to work with tracing better by Chris Lattner · 23 years ago
  36. bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago
  37. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
  38. dbcda22 Add support for isnan by Chris Lattner · 23 years ago
  39. 138b0cd Namespacify more by Chris Lattner · 23 years ago
  40. bbdabce Add support to count the number of dynamic instructions executed by LLI by Chris Lattner · 23 years ago
  41. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 23 years ago
  42. 25f6f37 Implement feof by Chris Lattner · 23 years ago
  43. a4479cd Implement freopen for burg by Chris Lattner · 23 years ago
  44. ab2dea5 Make command line arguments setup be endian correct!! by Chris Lattner · 23 years ago
  45. cf9b4f0 Implement fprintf by Chris Lattner · 23 years ago
  46. a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 23 years ago
  47. 2fdaddf Fix two problems: by Chris Lattner · 23 years ago
  48. 683d5da9 Fix a major bug in lli by Chris Lattner · 23 years ago
  49. fddc755 - Fix LLI so that it simulates the endianness of the target machine by Chris Lattner · 23 years ago
  50. 005cbce * Implement the getc() function by Chris Lattner · 23 years ago
  51. 849735c Cleanup #includes, expose module by Chris Lattner · 23 years ago
  52. dbaf74d Expose TD to ExternalFunctions.cpp by Chris Lattner · 23 years ago
  53. e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago
  54. 8b77be2 Another portability patch graciously provided by Casey Carter by Chris Lattner · 23 years ago
  55. 0374b8d - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 23 years ago
  56. 0c4e886 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 23 years ago
  57. a34c568 Implement ConstantPointerRef support, & ConstantExpr support for Cast, GEP & Add. by Chris Lattner · 23 years ago
  58. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 23 years ago
  59. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 23 years ago
  60. e4c3764 Remove support for NOT instruction by Chris Lattner · 23 years ago
  61. 65629d5 Minor change to make lli print out characters numerically as well as symbolically by Chris Lattner · 23 years ago
  62. 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 23 years ago
  63. 1bbd361 Fix one real nasty bug by Chris Lattner · 23 years ago
  64. 601d715 Fix gcc 3.1 complaint by Chris Lattner · 23 years ago
  65. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  66. 743cd3e Implementing shift left & shift right on pointers by Chris Lattner · 23 years ago
  67. 0b12b5f by Chris Lattner · 23 years ago
  68. 1ee34a5 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 23 years ago
  69. eb1a845 Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 23 years ago
  70. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  71. 45d8b91 Change usage of isPointerType to use isa by Chris Lattner · 23 years ago
  72. 2adcd83 Implement the NOT operator. by Chris Lattner · 23 years ago
  73. f4dca80 Implement cast operations on booleans to allow casting bools to ints, f.e. by Chris Lattner · 23 years ago
  74. e2cbbce Fix #include broken by iMemory.h not including DerivedTypes.h by Chris Lattner · 23 years ago
  75. cc82cc1 FIXME removed: malloc/alloca ALWAYS have a size argument by Chris Lattner · 23 years ago
  76. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 23 years ago
  77. 2312b1c Eliminate use of SymTabValue class by Chris Lattner · 23 years ago
  78. 2012d5e Fix a bug printing out %c formated characters. by Chris Lattner · 23 years ago
  79. e06e914 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 23 years ago
  80. b972f95 Update comment to reflect class name change. by Chris Lattner · 23 years ago
  81. bc55a31 Remove extranous #include by Chris Lattner · 23 years ago
  82. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  83. b408b12 s/Method/Function by Chris Lattner · 23 years ago
  84. 9a3d696 Change from Method to Function by Chris Lattner · 23 years ago
  85. 7b83b1d Do not link in runtime library anymore, assume that user manually links in by Chris Lattner · 23 years ago
  86. 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 23 years ago
  87. 9bffa73 Keep track of memory allocated by alloca so that it is freed appropriately by Chris Lattner · 23 years ago
  88. 34dd24b Implement exp function by Chris Lattner · 23 years ago
  89. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  90. 7403025 Add new abort-on-exceptions flag by Chris Lattner · 24 years ago
  91. c0fbd57 Make array bound checks optional and disabled by default. by Chris Lattner · 24 years ago
  92. 295fe67 Implement the clock() function by Chris Lattner · 24 years ago
  93. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  94. f23eb85 * Support the new -q flag for automated tests by Chris Lattner · 24 years ago
  95. e7c6f72 Implement sprintf by Chris Lattner · 24 years ago
  96. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  97. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  98. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  99. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  100. 360e17e Move DataTypes.h from llvm/Support to just Support by Chris Lattner · 24 years ago