llvm-6502/lib
2010-01-29 21:16:24 +00:00
..
Analysis Before inserting llvm.dbg.declare intrinsic at the end of a basic block, check whether the basic block has a terminator or not. 2010-01-29 18:30:57 +00:00
Archive Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
AsmParser Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
Bitcode Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
CodeGen Add size and location info in DW_TAG_class_type descriptor. 2010-01-29 18:34:58 +00:00
CompilerDriver Better error message. 2010-01-26 14:55:16 +00:00
ExecutionEngine Replace strcpy with memcpy when we have the length around anyway. 2010-01-28 18:04:38 +00:00
Linker Need to recurse for all operands of function-local metadata; and handle Instructions (which map to themselves) 2010-01-27 22:03:03 +00:00
MC use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
Support Fix MSVC build. 2010-01-29 15:19:06 +00:00
System Add llvm::Program::ChangeStderrToBinary(). 2010-01-28 06:42:08 +00:00
Target Improve isSafeToLoadUnconditionally to recognize that GEPs with constant 2010-01-29 19:19:08 +00:00
Transforms Revert my last couple of patches. They appear to have broken bison. 2010-01-29 21:16:24 +00:00
VMCore Convert some users of ftostr to raw_ostream. 2010-01-29 14:42:22 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00