1. abec8f9 Changes to support rand48 tests by Reid Spencer · 21 years ago
  2. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  3. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  4. 59108d3 Add int ferror(FILE *) by Brian Gaeke · 21 years ago
  5. 63e8dfa These #includes are long dead by Chris Lattner · 21 years ago
  6. 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 21 years ago
  7. 3c66c35 Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 21 years ago
  8. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 21 years ago
  9. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  10. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
  11. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  13. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
  14. b8afbe6 Unbreak the build by Chris Lattner · 22 years ago
  15. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  16. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  17. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
  18. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  19. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  20. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  21. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
  22. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  23. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  24. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  25. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  26. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
  27. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
  28. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  29. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  30. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  31. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
  32. c8cff9e Add __strdup by Chris Lattner · 22 years ago
  33. 5f311a7 Add memcpy by Chris Lattner · 22 years ago
  34. 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
  35. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
  36. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago
  37. f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 22 years ago
  38. b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 22 years ago
  39. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
  40. dbcda22 Add support for isnan 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. cf9b4f0 Implement fprintf by Chris Lattner · 23 years ago
  45. a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 23 years ago
  46. 005cbce * Implement the getc() function by Chris Lattner · 23 years ago
  47. e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 23 years ago
  48. 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 23 years ago
  49. 0b12b5f by Chris Lattner · 23 years ago
  50. 1ee34a5 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 23 years ago
  51. eb1a845 Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 23 years ago
  52. 2012d5e Fix a bug printing out %c formated characters. by Chris Lattner · 23 years ago
  53. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  54. b408b12 s/Method/Function by Chris Lattner · 23 years ago
  55. 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 23 years ago
  56. 34dd24b Implement exp function by Chris Lattner · 23 years ago
  57. 295fe67 Implement the clock() function by Chris Lattner · 23 years ago
  58. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  59. e7c6f72 Implement sprintf by Chris Lattner · 24 years ago
  60. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  61. 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
  62. 782b939 * Implement array indexing in lli by Chris Lattner · 24 years ago
  63. 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
  64. ea38c0e * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 24 years ago
  65. 6a6791b Add %p format to printf, which MUST be used when printing pointer values. by Chris Lattner · 24 years ago
  66. 8679005 Implement log and drand48 for TSP bm by Chris Lattner · 24 years ago
  67. c063d38 Implement sqrt, implement printf better, simpler. by Chris Lattner · 24 years ago
  68. 0f279b2 Be lenient on types so that programs that are not very typesafe will work by Chris Lattner · 24 years ago
  69. 4721f13 Implement a gross function name map that must be used when linking statically by Chris Lattner · 24 years ago
  70. 08845a2 * Fix pow wrapper to actually work by Chris Lattner · 24 years ago
  71. 316a65b Fix some illegal uses of the ## operator by Chris Lattner · 24 years ago
  72. 3eb60f8 Add methods print<TYPE> for String, Pointer, and each primitive type. by Vikram S. Adve · 24 years ago
  73. c259316 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 24 years ago
  74. e43db88 * Implement exit() builtin function by Chris Lattner · 24 years ago
  75. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
  76. 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
  77. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  78. e93cdce Use the correct style casts by Chris Lattner · 24 years ago
  79. 7720c8e Add support for external methods by Chris Lattner · 24 years ago