1. a4d5b34 [ExecutionEngine][Interpreter] Fix out-of-bounds array access. by Lang Hames · 7 years ago
  2. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  4. 731ad62 Fix ffiInvoke() use of DataLayout, broken in 242414 by Mehdi Amini · 10 years ago
  5. a3fcefb Make ExecutionEngine owning a DataLayout by Mehdi Amini · 10 years ago
  6. 8c3b4f2 Revert "Make ExecutionEngine owning a DataLayout" by Michael Kuperstein · 10 years ago
  7. f2643f4 Make ExecutionEngine owning a DataLayout by Mehdi Amini · 10 years ago
  8. bd7b1c8 [ExecutionEngine] ArrayRefize argument passing. by Benjamin Kramer · 10 years ago
  9. 075759a Remove more superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  10. 3b1fd57 Converting FuncNames to a ManagedStatic to avoid static constructors and destructors. by Chris Bieneman · 11 years ago
  11. c4c5180 Support: add llvm::unique_lock by Dylan Noblesmith · 11 years ago
  12. 13044d1c Support: make LLVM Mutexes STL-compatible by Dylan Noblesmith · 11 years ago
  13. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  14. fcb7166 Don't expose symbols of lle_ functions. by Benjamin Kramer · 12 years ago
  15. 843657c llvm interpreter: select, shuffle and insertelement instructions. by Elena Demikhovsky · 12 years ago
  16. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  17. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  18. 5da3f05 Revert the majority of the next patch in the address space series: by Chandler Carruth · 13 years ago
  19. 4bb926d Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis. by Micah Villmow · 13 years ago
  20. 0c61134 Revert 165732 for further review. by Micah Villmow · 13 years ago
  21. 0831897 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 13 years ago
  22. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  23. c5ea5d3 EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be mapped in FuncNames[] at the initialization. by NAKAMURA Takumi · 14 years ago
  24. 7fe0005 EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings with -Wreturn-type (and MSC's w4190). by NAKAMURA Takumi · 14 years ago
  25. 78f815d Using the new external-linkage warning recently added instead of disabling all return type warnings. by Aaron Ballman · 14 years ago
  26. b960a51 Fixing warning due to the new "UTD return type in extern 'C'". by Aaron Ballman · 14 years ago
  27. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  28. 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
  29. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  30. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  31. 0f214eb eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 14 years ago
  32. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  33. 41b4a6b Convert some tab stops into spaces. by Duncan Sands · 15 years ago
  34. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  35. 921e80b Typo noticed by Duncan. by Torok Edwin · 16 years ago
  36. cc1db61 Don't overwrite previous value, if it succeeded. by Torok Edwin · 16 years ago
  37. 61b798a Honour addGlobalMapping() in the interpreter, if it was used to add mappings for by Torok Edwin · 16 years ago
  38. 29063ea Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 16 years ago
  39. 1df14c4 by David Greene · 16 years ago
  40. 80c1cfb Change errs() to dbgs(). by David Greene · 16 years ago
  41. 41ee792 Fix passing of float arguments through ffi. by Nick Lewycky · 16 years ago
  42. 7efd07f Fail less mysteriously; inform the user that their LLVM was not built with by Nick Lewycky · 16 years ago
  43. dc3fcfc Remove ByteswapSCANFResults, it is dead. by Daniel Dunbar · 16 years ago
  44. e0e20c2 We don't need to byteswap, the interpreter assumes the program is running by Nick Lewycky · 16 years ago
  45. bf4c56d Stop using alloca. by Nick Lewycky · 16 years ago
  46. c7012fa Some platforms may need malloc.h for alloca. by Daniel Dunbar · 16 years ago
  47. 471ba48 remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  48. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  49. 1432ef8 This void is implicit in C++. by Dan Gohman · 16 years ago
  50. 86ec7ba MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
  51. 12368685 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  52. 99abb47 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  53. ccb29cd Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  54. 5c96ef7 Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 16 years ago
  55. da19a13 Add locking around the external function lookup table for the interpreter. by Owen Anderson · 16 years ago
  56. e54da99 Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 16 years ago
  57. a89ec99 Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 17 years ago
  58. 9a8602c Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 17 years ago
  59. 363501d Fix typo. Patch by Alexei Svitkine. by Duncan Sands · 17 years ago
  60. 766ac10 Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 17 years ago
  61. 26ff6f9 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  62. ced4857 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string by Dan Gohman · 17 years ago
  63. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  64. ab5729c Added memmove to interpreter external functions list. Patch by Daniel Dunbar. by Evan Cheng · 18 years ago
  65. 70de4cb Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  66. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  67. 8a332b2 Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
  68. 3115ba3 Add a guard to cxxabi header as other platform may not support it. by Zhou Sheng · 18 years ago
  69. ed5d693 Fixed PR1629. by Zhou Sheng · 18 years ago
  70. 81b2581 It looks like this has been broken for some time - get it to compile. by Duncan Sands · 18 years ago
  71. 187bf73 Add a comment: don't expect from external function resolver in interpreter by Anton Korobeynikov · 18 years ago
  72. 1a39a2d1 VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. by Chuck Rose III · 18 years ago
  73. 80fcb75 On Linux platforms and at optimization levels -O1 and above, llvm-gcc can by Reid Spencer · 18 years ago
  74. a68c374 We only need one putchar which gives it a shot at getting matched by its users. by Reid Spencer · 18 years ago
  75. 8c3d3dc For PR1293: by Reid Spencer · 19 years ago
  76. c45e104 Adjust and simplify external function processing now that GenericValue has by Reid Spencer · 19 years ago
  77. 7a9c62b For PR1064: by Reid Spencer · 19 years ago
  78. 542964f Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  79. 0d54e78 For PR950: Convert signed integer types to signless ones. by Reid Spencer · 19 years ago
  80. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  81. cc08c83 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  82. 5834fdb Removed #include <iostream> and replaced streams with llvm streams. by Bill Wendling · 19 years ago
  83. 61feeb9 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  84. 0621cae initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 19 years ago
  85. e1ade0a Fix -pedantic warnings by Chris Lattner · 19 years ago
  86. 6e64180 For PR786: by Reid Spencer · 19 years ago
  87. 5191b4b Convert tabs to spaces by Misha Brukman · 20 years ago
  88. 91fb9ab * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  89. 28edd69 If the interpreter tries to execute an external function, kill it. Of course by Chris Lattner · 21 years ago
  90. cebb964 Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 21 years ago
  91. 4588542 Silence warnings by Chris Lattner · 21 years ago
  92. 70e3727 Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 21 years ago
  93. f967653 Changes to support rand48 tests by Reid Spencer · 21 years ago
  94. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  95. 6b72759 Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  96. 3b9474e Add int ferror(FILE *) by Brian Gaeke · 21 years ago
  97. cb9ccac These #includes are long dead by Chris Lattner · 21 years ago
  98. 7b8a3b5 Get rid of a wart: useless getFILE function is now a cast macro. by Reid Spencer · 21 years ago
  99. 2d7efbb Generalize the strlen size_t hack, for the benefit of the other external by Brian Gaeke · 21 years ago
  100. c8c6c03 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago