llvm-6502/lib
2010-01-29 14:40:33 +00:00
..
Analysis It looks like the changes to the SRem logic of SimplifyDemandedUseBits 2010-01-29 06:18:37 +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 Change the SREM case to match the logic in the IR version ComputeMaskedBits. 2010-01-29 09:45:26 +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 Use llvm::format instead of ftostr (which just calls sprintf). 2010-01-29 14:40:33 +00:00
System Add llvm::Program::ChangeStderrToBinary(). 2010-01-28 06:42:08 +00:00
Target Catch more trivial tail call opportunities: no inputs and output types match. 2010-01-29 06:45:59 +00:00
Transforms Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne 2010-01-29 06:18:46 +00:00
VMCore Remove the folding rule 2010-01-28 18:08:26 +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