llvm-6502/lib
Benjamin Kramer 5908839ced Convert some users of ftostr to raw_ostream.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94808 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-29 14:42:22 +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 Convert some users of ftostr to raw_ostream. 2010-01-29 14:42:22 +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 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