1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ded2b0d Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 17 years ago
  3. 621dead Add a guard to cxxabi header as other platform may not support it. by Zhou Sheng · 17 years ago
  4. 6a7951c Fixed PR1629. by Zhou Sheng · 17 years ago
  5. 22ad1d7 It looks like this has been broken for some time - get it to compile. by Duncan Sands · 17 years ago
  6. 42346f5 Add a comment: don't expect from external function resolver in interpreter by Anton Korobeynikov · 17 years ago
  7. 936baaa VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. by Chuck Rose III · 17 years ago
  8. cc442ca On Linux platforms and at optimization levels -O1 and above, llvm-gcc can by Reid Spencer · 17 years ago
  9. b3b0727 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 17 years ago
  10. 97e0c22 For PR1293: by Reid Spencer · 17 years ago
  11. bfcd599 Adjust and simplify external function processing now that GenericValue has by Reid Spencer · 17 years ago
  12. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  13. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  14. e49661b For PR950: Convert signed integer types to signless ones. by Reid Spencer · 18 years ago
  15. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  16. 97af751 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  17. 480f093 Removed #include <iostream> and replaced streams with llvm streams. by Bill Wendling · 18 years ago
  18. d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
  19. fe85403 initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 18 years ago
  20. 26e6e10 Fix -pedantic warnings by Chris Lattner · 18 years ago
  21. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  22. 3c94497 Convert tabs to spaces by Misha Brukman · 19 years ago
  23. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 19 years ago
  24. 4e7dd8f If the interpreter tries to execute an external function, kill it. Of course by Chris Lattner · 20 years ago
  25. 638559a Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 20 years ago
  26. 9dacd12 Silence warnings by Chris Lattner · 20 years ago
  27. df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 20 years ago
  28. abec8f9 Changes to support rand48 tests by Reid Spencer · 20 years ago
  29. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  30. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  31. 59108d3 Add int ferror(FILE *) by Brian Gaeke · 20 years ago
  32. 63e8dfa These #includes are long dead by Chris Lattner · 20 years ago
  33. 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 20 years ago
  34. 3c66c35 Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 20 years ago
  35. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 21 years ago
  36. f7a743d Finegrainify namespacification by Chris Lattner · 21 years ago
  37. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 21 years ago
  38. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 21 years ago
  39. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  40. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 21 years ago
  41. b8afbe6 Unbreak the build by Chris Lattner · 21 years ago
  42. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  43. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 21 years ago
  44. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 21 years ago
  45. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 21 years ago
  46. d5d96b9 Fix spelling. by Misha Brukman · 21 years ago
  47. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 21 years ago
  48. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 21 years ago
  49. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 21 years ago
  50. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 21 years ago
  51. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  52. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  53. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 21 years ago
  54. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 21 years ago
  55. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 21 years ago
  56. 374344c Implement varargs support for LLI! by Chris Lattner · 21 years ago
  57. da82ed5 A large number of simple changes: by Chris Lattner · 21 years ago
  58. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 21 years ago
  59. c8cff9e Add __strdup by Chris Lattner · 21 years ago
  60. 5f311a7 Add memcpy by Chris Lattner · 21 years ago
  61. 957d62a Implement a bunch of new external functions by Chris Lattner · 21 years ago
  62. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 21 years ago
  63. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 21 years ago
  64. f9a88b6 Implement scanf and fix sscanf to actually endian swap the results correctly by Chris Lattner · 21 years ago
  65. b111874 * Wrap at 80 columns * Fix a ton of warnings * Implement puts by Chris Lattner · 22 years ago
  66. fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 22 years ago
  67. dbcda22 Add support for isnan by Chris Lattner · 22 years ago
  68. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  69. 25f6f37 Implement feof by Chris Lattner · 22 years ago
  70. a4479cd Implement freopen for burg by Chris Lattner · 22 years ago
  71. cf9b4f0 Implement fprintf by Chris Lattner · 22 years ago
  72. a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 22 years ago
  73. 005cbce * Implement the getc() function by Chris Lattner · 22 years ago
  74. e8b3e9b * Fix a bug that was causing lli to misrun: by Chris Lattner · 22 years ago
  75. 69ab7a8 Fix problem where lli would not print out a 64 bit value when the client code by Chris Lattner · 22 years ago
  76. 0b12b5f by Chris Lattner · 22 years ago
  77. 1ee34a5 Remove explicit support for tracing code. It should be linked into the by Chris Lattner · 22 years ago
  78. eb1a845 Added external functions for hashing pointers to sequence numbers. by Vikram S. Adve · 22 years ago
  79. 2012d5e Fix a bug printing out %c formated characters. by Chris Lattner · 22 years ago
  80. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  81. b408b12 s/Method/Function by Chris Lattner · 22 years ago
  82. 665ee88 Implement a bunch of new functions to support the SPECINT mcf benchmark by Chris Lattner · 22 years ago
  83. 34dd24b Implement exp function by Chris Lattner · 22 years ago
  84. 295fe67 Implement the clock() function by Chris Lattner · 23 years ago
  85. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  86. e7c6f72 Implement sprintf by Chris Lattner · 23 years ago
  87. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  88. 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 23 years ago
  89. 782b939 * Implement array indexing in lli by Chris Lattner · 23 years ago
  90. 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 23 years ago
  91. ea38c0e * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 23 years ago
  92. 6a6791b Add %p format to printf, which MUST be used when printing pointer values. by Chris Lattner · 23 years ago
  93. 8679005 Implement log and drand48 for TSP bm by Chris Lattner · 23 years ago
  94. c063d38 Implement sqrt, implement printf better, simpler. by Chris Lattner · 23 years ago
  95. 0f279b2 Be lenient on types so that programs that are not very typesafe will work by Chris Lattner · 23 years ago
  96. 4721f13 Implement a gross function name map that must be used when linking statically by Chris Lattner · 23 years ago
  97. 08845a2 * Fix pow wrapper to actually work by Chris Lattner · 23 years ago
  98. 316a65b Fix some illegal uses of the ## operator by Chris Lattner · 23 years ago
  99. 3eb60f8 Add methods print<TYPE> for String, Pointer, and each primitive type. by Vikram S. Adve · 23 years ago
  100. c259316 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 23 years ago