1. 052e60d Stop using alloca. by Nick Lewycky · 16 years ago
  2. 119fdf6 Some platforms may need malloc.h for alloca. by Daniel Dunbar · 16 years ago
  3. 5febcae remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  4. 35b4707 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  5. 3dbe944 This void is implicit in C++. by Dan Gohman · 16 years ago
  6. 04de324 MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
  7. 1e13b97 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  8. 936763a Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  9. ced9ff8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Edwin Török · 16 years ago
  10. be44bed Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 16 years ago
  11. 7c9c068 Add locking around the external function lookup table for the interpreter. by Owen Anderson · 16 years ago
  12. c0b55e6 Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 16 years ago
  13. 63254ee Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 17 years ago
  14. 295e377 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 17 years ago
  15. b8dcf82 Fix typo. Patch by Alexei Svitkine. by Duncan Sands · 17 years ago
  16. 145d5ce Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 17 years ago
  17. 05f6837 Add <cstdio> include where needed by gcc-4.4. Patch by Samuel Tardieu. by Duncan Sands · 17 years ago
  18. e5dce98 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string by Dan Gohman · 17 years ago
  19. 357a27d Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  20. f4d008f Added memmove to interpreter external functions list. Patch by Daniel Dunbar. by Evan Cheng · 18 years ago
  21. 301f405 Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
  22. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  23. c43c7f4 Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
  24. a80aaba Add a guard to cxxabi header as other platform may not support it. by Zhou Sheng · 18 years ago
  25. a0a1c2b Fixed PR1629. by Zhou Sheng · 18 years ago
  26. 4c8ee7f It looks like this has been broken for some time - get it to compile. by Duncan Sands · 18 years ago
  27. 85a9403 Add a comment: don't expect from external function resolver in interpreter by Anton Korobeynikov · 18 years ago
  28. 9a2da44 VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control. by Chuck Rose III · 18 years ago
  29. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago