llvm-6502/unittests
NAKAMURA Takumi 94d80da4a0 unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enable-shared.
getPointerToNamedFunction might be indirect jump on Win32 --enable-shared.
FF 25 <disp32>: jmp *(pointer to IAT)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144178 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-09 08:30:43 +00:00
..
ADT Add a bad char heuristic to StringRef::find. 2011-10-15 10:08:31 +00:00
Analysis The product of two chrec's can always be represented as a chrec. 2011-10-04 06:51:26 +00:00
ExecutionEngine unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enable-shared. 2011-11-09 08:30:43 +00:00
Support Implement comparison operators for BranchProbability in a way that can't overflow INT64_MAX. 2011-10-24 13:50:56 +00:00
Transforms Convert GetElementPtrInst to use ArrayRef. 2011-07-25 09:48:08 +00:00
VMCore Fix C++0x narrowing errors when char is unsigned. 2011-08-30 20:53:29 +00:00
CMakeLists.txt
Makefile
Makefile.unittest