llvm-6502/unittests
2011-01-21 18:25:47 +00:00
..
ADT Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure. 2011-01-21 18:25:47 +00:00
Analysis
ExecutionEngine
Support Unittests/Support/Path: Tweak test. 2011-01-15 18:52:49 +00:00
Transforms
VMCore Allow unnamed_addr on declarations. 2011-01-15 08:15:00 +00:00
CMakeLists.txt Disable RTTI when building unit tests. This avoids errors at link time. 2011-01-13 15:31:45 +00:00
Makefile
Makefile.unittest