llvm-6502/lib
2010-12-18 00:42:58 +00:00
..
Analysis Add vector versions of some existing scalar transforms to aid codegen in matching psign & pblend operations to the IR produced by clang/gcc for their C idioms. 2010-12-17 23:12:19 +00:00
Archive MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
AsmParser MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
Bitcode Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. 2010-11-29 23:29:54 +00:00
CodeGen Pass a Banner argument to the machine code verifier both from 2010-12-18 00:06:56 +00:00
CompilerDriver Support/Path: Deprecate PathV1::isAbsolute. 2010-12-17 21:21:31 +00:00
ExecutionEngine Remove unneeded zero arrays. 2010-12-04 15:28:22 +00:00
Linker MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
MC Thumb's forced-PC-alignment requirement applies to the _total_ displacement, not just to the fragment relative 2010-12-17 21:49:48 +00:00
Object Fix mismatched new[]/delete. 2010-12-17 09:56:50 +00:00
Support Support/PathV1: Deprecate getLast. 2010-12-18 00:19:10 +00:00
Target Rearrange some Neon multiclasses. No functional changes. 2010-12-18 00:42:58 +00:00
Transforms Whitespace fixes. No functionality change. 2010-12-17 23:27:41 +00:00
VMCore Add support to CallbackVH to receive notification when a Value's use-list changes. 2010-12-18 00:07:15 +00:00
Makefile Add LLVMObject Library. 2010-11-15 03:21:41 +00:00