Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d901b6640e0f1d1757a2db9fb57a140ad828ea75
/
lib
/
ExecutionEngine
/
Interpreter
/
ExternalFunctions.cpp
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