llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer 19b7e0e0ca For PR786:
Minor tweaks in public headers and a few .cpp files so that LLVM can build
successfully with -pedantic and projects using LLVM with -pedantic don't
get warnings from LLVM. There's still more -pedantic warnings to fix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28453 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-24 19:21:13 +00:00
..
Execution.cpp The interpreter assumes that the caller of runFunction() must be lli, and 2006-02-07 05:29:44 +00:00
ExternalFunctions.cpp For PR786: 2006-05-24 19:21:13 +00:00
Interpreter.cpp Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. 2006-05-03 01:29:57 +00:00
Interpreter.h remove the intrinsiclowering hook 2006-03-23 05:22:51 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00