llvm-6502/lib
Benjamin Kramer 190e0a1d63 Detemplatize LOHDirective.
The ARM64 backend uses it only as a container to keep an MCLOHType and
Arguments around so give it its own little copy. The other functionality
isn't used and we had a crazy method specialization hack in place to
keep it working. Unfortunately that was incompatible with MSVC.

Also range-ify a couple of loops while at it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205114 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-29 19:21:20 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Avoid storing Twines. 2014-03-29 16:54:29 +00:00
DebugInfo
ExecutionEngine ARM64: initial backend import 2014-03-29 10:18:08 +00:00
IR Intrinsics: add LLVMHalfElementsVectorType constraint 2014-03-29 07:04:54 +00:00
IRReader
LineEditor
Linker
LTO ARM64: initial backend import 2014-03-29 10:18:08 +00:00
MC Detemplatize LOHDirective. 2014-03-29 19:21:20 +00:00
Object ARM64: initial backend import 2014-03-29 10:18:08 +00:00
Option
ProfileData
Support ARM64: initial backend import 2014-03-29 10:18:08 +00:00
TableGen tblgen: Twinify PrintFatalError. 2014-03-29 17:17:15 +00:00
Target Detemplatize LOHDirective. 2014-03-29 19:21:20 +00:00
Transforms ARM64: initial backend import 2014-03-29 10:18:08 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile