llvm-6502/lib
Eric Christopher ec5ef6d8b0 If we're dealing with a zero-length array, don't lower to any
particular size, we just don't know what the length is yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95266 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-03 23:56:07 +00:00
..
Analysis Provide interface to identifiy artificial methods. 2010-02-03 19:57:19 +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 We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) 2010-01-29 21:19:19 +00:00
CodeGen Emit appropriate expression to find virtual base offset. 2010-02-03 20:08:48 +00:00
CompilerDriver Better error message. 2010-01-26 14:55:16 +00:00
ExecutionEngine r94686 changed all ModuleProvider parameters to Modules, which made the 2010-02-03 19:18:04 +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 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly 2010-02-03 18:18:30 +00:00
Support Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits 2010-02-03 03:42:44 +00:00
System Add llvm::Program::ChangeStderrToBinary(). 2010-01-28 06:42:08 +00:00
Target enhance new encoder to support prefixes + RawFrm 2010-02-03 21:57:59 +00:00
Transforms If we're dealing with a zero-length array, don't lower to any 2010-02-03 23:56:07 +00:00
VMCore Adding missing methods for creating Add, Mul, Neg and Sub with NUW. 2010-02-02 12:53:04 +00:00
Makefile