llvm-6502/lib
David Blaikie 3d33184d9d Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type
There were bits & pieces of code lying around that may've given the
impression that debug info metadata supported the possibility that a
subprogram's type could be specified by a non-subroutine type describing
the return type of a void function. This support was incomplete &
unnecessary. Asserts & API have been changed to make the desired usage
more clear.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182532 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-22 23:22:18 +00:00
..
Analysis isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also. 2013-05-18 19:30:37 +00:00
Archive
AsmParser
Bitcode
CodeGen Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type 2013-05-22 23:22:18 +00:00
DebugInfo
ExecutionEngine Expose the RTDyldMemoryManager through the C API. This allows clients of 2013-05-22 02:46:43 +00:00
IR Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type 2013-05-22 23:22:18 +00:00
IRReader
Linker
MC
Object
Option
Support Add cmake bits for md5. 2013-05-21 01:30:38 +00:00
TableGen
Target Simplify logic now that r182490 is in place. No functional change intended. 2013-05-22 23:17:36 +00:00
Transforms SLPVectorizer: Change the order in which new instructions are added to the function. 2013-05-22 19:47:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile