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