llvm-6502/lib
Hans Wennborg 50b7d70707 Address Duncan's comments on r164684:
- Put statistics in alphabetical order
- Don't use getZextValue when building TableInt, just use APInts
- Introduce Create{Z,S}ExtOrTrunc in IRBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164696 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-26 14:01:53 +00:00
..
Analysis Teach the 'lint' sanity checking pass to detect simple buffer overflows. 2012-09-26 07:45:36 +00:00
Archive
AsmParser
Bitcode Move remaining methods inside the Attributes class. Merge the 'Attribute' namespaces. 2012-09-25 20:57:48 +00:00
CodeGen Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. 2012-09-26 06:36:36 +00:00
DebugInfo
ExecutionEngine
Linker
MC Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. 2012-09-26 06:36:36 +00:00
Object
Support The assumption that /proc/self/exe always exists is incorrect. 2012-09-26 08:30:35 +00:00
TableGen
Target Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM. 2012-09-26 09:48:32 +00:00
Transforms Address Duncan's comments on r164684: 2012-09-26 14:01:53 +00:00
VMCore Replace calls to getSizeInBits with getExtendedSizeInBits since its already known its an extended type. 2012-09-26 07:11:42 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile