llvm-6502/include/llvm
Benjamin Kramer a4f0aad951 [C++11] Replace llvm::tie with std::tie.
The old implementation is no longer needed in C++11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202644 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-02 13:30:33 +00:00
..
ADT [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:30:33 +00:00
Analysis [C++11] Switch all uses of the llvm_move macro to use std::move 2014-03-02 04:08:41 +00:00
AsmParser
Bitcode
CodeGen [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:30:33 +00:00
Config Drop libtool from llvm. 2014-02-28 18:17:54 +00:00
DebugInfo llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission. 2014-02-24 23:58:54 +00:00
ExecutionEngine
IR Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 2014-03-02 09:09:27 +00:00
IRReader
LineEditor
LTO
MC Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 2014-03-02 09:09:27 +00:00
Object Switch all uses of LLVM_OVERRIDE to just use 'override' directly. 2014-03-02 09:09:27 +00:00
Option
Support [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have 2014-03-02 13:10:45 +00:00
TableGen
Target Add an OutPatFrag TableGen class 2014-02-28 00:26:56 +00:00
Transforms [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen. 2014-02-22 00:07:45 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h Add a debug info code generation level to the compile unit metadata 2014-02-27 01:24:56 +00:00
DIBuilder.h Fix a crasher where when we're attempting to replace a type 2014-02-28 21:27:57 +00:00
GVMaterializer.h
InitializePasses.h Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h
Pass.h Constify the Optnone checks in IR passes. 2014-02-26 01:23:26 +00:00
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h