llvm-6502/include/llvm
2013-11-13 00:20:43 +00:00
..
ADT Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef 2013-11-11 03:58:00 +00:00
Analysis delinearization of arrays 2013-11-12 22:47:20 +00:00
Assembly
Bitcode
CodeGen Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning triggered in MSVC 12. 2013-11-13 00:15:44 +00:00
Config Fix symbol defines in config.h.cmake 2013-11-05 07:27:18 +00:00
DebugInfo DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::extractFast() interface. No functionality change. 2013-10-28 23:41:49 +00:00
ExecutionEngine Optimizing MCJIT module state tracking 2013-10-24 00:19:14 +00:00
IR Export intrinsics:__builtin_arm_{dmb,dsb} to frontend 2013-11-12 19:57:43 +00:00
IRReader
LTO Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
MC Remove always true flag. 2013-11-12 23:27:08 +00:00
Object move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
Option
Support Removing llvm::huge_vald and llvm::huge_vall because they are not currently used, and HUGE_VALD does not appear to be supported everywhere anyways. 2013-11-13 00:20:43 +00:00
TableGen Speling fixes. 2013-10-22 15:18:03 +00:00
Target Move the old pass manager infrastructure into a legacy namespace and 2013-11-09 12:26:54 +00:00
Transforms Move the old pass manager infrastructure into a legacy namespace and 2013-11-09 12:26:54 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h Reformat. 2013-10-15 21:22:12 +00:00
DIBuilder.h fix two typos. 2013-10-21 23:55:19 +00:00
GVMaterializer.h Use error_code in GVMaterializer. 2013-11-05 19:36:34 +00:00
InitializePasses.h delinearization of arrays 2013-11-12 22:47:20 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h Add a 'deleteModule' method to the Linker class. 2013-10-16 08:59:57 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h Move the old pass manager infrastructure into a legacy namespace and 2013-11-09 12:26:54 +00:00
PassRegistry.h
PassSupport.h