1. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  2. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  3. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 14 years ago
  4. 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
  5. 3472766 Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  6. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  7. 820580d Typo noticed by Duncan. by Torok Edwin · 15 years ago
  8. fb70e7d Don't overwrite previous value, if it succeeded. by Torok Edwin · 15 years ago
  9. e38bc14 Honour addGlobalMapping() in the interpreter, if it was used to add mappings for by Torok Edwin · 15 years ago
  10. 12ea66a Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 16 years ago
  11. c74fe78 by David Greene · 16 years ago
  12. 4ac99a8 Change errs() to dbgs(). by David Greene · 16 years ago
  13. b5106f5 Fix passing of float arguments through ffi. by Nick Lewycky · 16 years ago
  14. 0e49fe8 Fail less mysteriously; inform the user that their LLVM was not built with by Nick Lewycky · 16 years ago
  15. d702c8c Remove ByteswapSCANFResults, it is dead. by Daniel Dunbar · 16 years ago
  16. 3271279 We don't need to byteswap, the interpreter assumes the program is running by Nick Lewycky · 16 years ago
  17. 7de3bd2 Stop using alloca. by Nick Lewycky · 16 years ago
  18. e4a5743 Some platforms may need malloc.h for alloca. by Daniel Dunbar · 16 years ago
  19. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  20. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  21. a9ad041 This void is implicit in C++. by Dan Gohman · 16 years ago
  22. 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
  23. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  24. 8f60302 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  25. 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  26. a9d1f2c Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 16 years ago
  27. c226570 Add locking around the external function lookup table for the interpreter. by Owen Anderson · 16 years ago
  28. 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 16 years ago
  29. f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 17 years ago
  30. 32aaee6 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 17 years ago
  31. 9c70819 Fix typo. Patch by Alexei Svitkine. by Duncan Sands · 17 years ago
  32. f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 17 years ago
  33. 4520dd2 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  34. 1eac4e0 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string by Dan Gohman · 17 years ago
  35. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  36. 8647bcd Added memmove to interpreter external functions list. Patch by Daniel Dunbar. by Evan Cheng · 18 years ago
  37. 3035959 Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  38. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  39. ded2b0d Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
  40. 621dead Add a guard to cxxabi header as other platform may not support it. by Zhou Sheng · 18 years ago
  41. 6a7951c Fixed PR1629. by Zhou Sheng · 18 years ago
  42. 22ad1d7 It looks like this has been broken for some time - get it to compile. by Duncan Sands · 18 years ago
  43. 42346f5 Add a comment: don't expect from external function resolver in interpreter by Anton Korobeynikov · 18 years ago
  44. 936baaa VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. by Chuck Rose III · 18 years ago
  45. cc442ca On Linux platforms and at optimization levels -O1 and above, llvm-gcc can by Reid Spencer · 18 years ago
  46. b3b0727 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 18 years ago
  47. 97e0c22 For PR1293: by Reid Spencer · 18 years ago
  48. bfcd599 Adjust and simplify external function processing now that GenericValue has by Reid Spencer · 18 years ago
  49. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  50. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  51. e49661b For PR950: Convert signed integer types to signless ones. by Reid Spencer · 19 years ago
  52. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  53. 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  54. 480f093 Removed #include <iostream> and replaced streams with llvm streams. by Bill Wendling · 19 years ago
  55. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  56. fe85403 initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 19 years ago
  57. 26e6e10 Fix -pedantic warnings by Chris Lattner · 19 years ago
  58. 19b7e0e For PR786: by Reid Spencer · 19 years ago
  59. 3c94497 Convert tabs to spaces by Misha Brukman · 20 years ago
  60. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  61. 4e7dd8f If the interpreter tries to execute an external function, kill it. Of course by Chris Lattner · 21 years ago
  62. 638559a Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 21 years ago
  63. 9dacd12 Silence warnings by Chris Lattner · 21 years ago
  64. df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 21 years ago
  65. abec8f9 Changes to support rand48 tests by Reid Spencer · 21 years ago
  66. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  67. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  68. 59108d3 Add int ferror(FILE *) by Brian Gaeke · 21 years ago
  69. 63e8dfa These #includes are long dead by Chris Lattner · 21 years ago
  70. 0098bdf Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 21 years ago
  71. 3c66c35 Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 21 years ago
  72. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  73. f7a743d Finegrainify namespacification by Chris Lattner · 22 years ago
  74. 6c9d582 Dynamically get the right-sized member of a GenericValue to hold a size_t, and by Brian Gaeke · 22 years ago
  75. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  76. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  77. b56a6bc Abort when the user program calls abort, instead of printing a funny message and calling exit(1). by Brian Gaeke · 22 years ago
  78. b8afbe6 Unbreak the build by Chris Lattner · 22 years ago
  79. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  80. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  81. b8d15b2 Order #includes as per the style guide. by Misha Brukman · 22 years ago
  82. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 22 years ago
  83. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  84. 58a6faa Rewrite head-of-file comment. by Brian Gaeke · 22 years ago
  85. ae19bf7 Do not read past the end of the contained type list by Chris Lattner · 22 years ago
  86. 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
  87. 1543e40 Add preliminary support for "any" pointersize/endianness. This will need by Chris Lattner · 22 years ago
  88. 5560c9d Spell `necessary' correctly. by Misha Brukman · 22 years ago
  89. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  90. 7033798 Include <cmath> instead of <math.h> by Brian Gaeke · 22 years ago
  91. 1d0acac Use std::isnan instead of isnan. Brought back to you from the by Brian Gaeke · 22 years ago
  92. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  93. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  94. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  95. 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
  96. c8cff9e Add __strdup by Chris Lattner · 22 years ago
  97. 5f311a7 Add memcpy by Chris Lattner · 22 years ago
  98. 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
  99. f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
  100. 9dbf6dd fprintf CAN take exactly 2 args by Chris Lattner · 22 years ago