llvm-6502/lib
Chandler Carruth 54f6163042 Fix some GCC warnings by providing a virtual destructor in the base of a class
hierarchy with virtual methods and using llvm_unreachable to properly indicate
unreachable states which would otherwise leave variables uninitialized.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111803 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-23 08:25:07 +00:00
..
Analysis CreateTemporaryType doesn't needs its Context argument. 2010-08-20 22:39:47 +00:00
Archive
AsmParser Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
Bitcode Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
CodeGen Fix some GCC warnings by providing a virtual destructor in the base of a class 2010-08-23 08:25:07 +00:00
CompilerDriver
ExecutionEngine remove some dead code. 2010-08-23 03:12:06 +00:00
Linker
MC Revert part of my last commit. the mingw32 build bot doesn't seem to like it. 2010-08-23 05:25:23 +00:00
Support
System Fix --disable-threads build, PR7949. 2010-08-20 20:54:37 +00:00
Target Revert invalid r111792. Jump tables are not broken on x86-64 / coff, 2010-08-23 07:38:51 +00:00
Transforms
VMCore Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! 2010-08-22 23:45:14 +00:00
Makefile