llvm-6502/lib
Evan Cheng 1e13c797e5 Add a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86706 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-10 19:44:56 +00:00
..
Analysis Update computeArraySize() to use ComputeMultiple() to determine the array size associated with a malloc; also extend PerformHeapAllocSRoA() to check if the optimized malloc's arg had its highest bit set, so that it is safe for ComputeMultiple() to look through sext instructions while determining the optimized malloc's array size 2009-11-10 08:32:25 +00:00
Archive
AsmParser
Bitcode
CodeGen Codegen support for the llvm.invariant/lifetime.start/end intrinsics: 2009-11-10 09:08:09 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support
System
Target Add a comment. 2009-11-10 19:44:56 +00:00
Transforms Add defensive break. 2009-11-10 19:36:40 +00:00
VMCore
Makefile