llvm-6502/unittests
Jakob Stoklund Olesen 7850dd0f25 Fix a bug in compare_numeric().
Thanks to Alexandru Dura and Jonas Paulsson for finding it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140859 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-30 17:03:55 +00:00
..
ADT Fix a bug in compare_numeric(). 2011-09-30 17:03:55 +00:00
Analysis
ExecutionEngine Exclude more arm jit failures pending PR10783. 2011-09-03 01:08:35 +00:00
Support NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works. Use (void*)0 instead. PR11002. 2011-09-28 20:41:50 +00:00
Transforms
VMCore Fix C++0x narrowing errors when char is unsigned. 2011-08-30 20:53:29 +00:00
CMakeLists.txt
Makefile
Makefile.unittest