llvm-6502/lib
Eli Friedman 751bef77d0 Minor simplification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136202 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-27 01:02:25 +00:00
..
Analysis Minor simplification. 2011-07-27 01:02:25 +00:00
Archive
AsmParser Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. 2011-07-25 23:16:38 +00:00
Bitcode Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. 2011-07-25 23:16:38 +00:00
CodeGen It is quiet possible that inlined function body is split into multiple chunks of consequtive instructions. But, there is not any way to describe this in .debug_inline accelerator table used by gdb. However, describe non contiguous ranges of inlined function body appropriately using AT_range of DW_TAG_inlined_subroutine debug info entry. 2011-07-27 00:34:13 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Support .code32 and .code64 in X86 assembler. 2011-07-27 00:38:12 +00:00
Object
Support Teach the Triple class about kfreebsd (FreeBSD kernel with 2011-07-26 15:30:04 +00:00
Target Move some code around to open opportunity for more shuffle matching 2011-07-27 00:56:37 +00:00
Transforms Use the correct for for the version. It's little endian and my brain is 2011-07-26 18:31:41 +00:00
VMCore Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. 2011-07-25 23:16:38 +00:00
CMakeLists.txt
Makefile