llvm-6502/lib
Owen Anderson cff6b3772b Enhance GlobalOpt to be able evaluate initializers that involve stores through
bitcasts, at least in simple cases.  This fixes clang's CodeGenCXX/virtual-base-dtor.cpp


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123477 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-14 22:19:20 +00:00
..
Analysis Turn X-(X-Y) into Y. According to my auto-simplifier this is the most common 2011-01-14 15:26:10 +00:00
Archive
AsmParser Reject uses of unnamed_addr in declarations. 2011-01-13 01:30:30 +00:00
Bitcode
CodeGen Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff. 2011-01-14 21:58:08 +00:00
CompilerDriver
ExecutionEngine
Linker Keep unnamed_addr when linking. 2011-01-13 05:12:34 +00:00
MC Use common style for .cfi directives 2011-01-14 21:57:39 +00:00
Object
Support Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::is_symlink. 2011-01-12 23:55:06 +00:00
Target Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff. 2011-01-14 21:58:08 +00:00
Transforms Enhance GlobalOpt to be able evaluate initializers that involve stores through 2011-01-14 22:19:20 +00:00
VMCore Remove casts between Value** and Constant**, which won't work if a 2011-01-14 08:07:43 +00:00
Makefile