llvm-6502/include/llvm
Benjamin Kramer da747d95a3 Remove std::move on return of temporary.
No functionality change. Found by -Wpessimizing-move.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236317 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-01 15:25:29 +00:00
..
ADT Remove std::move on return when it could prevent copy elision. 2015-05-01 15:16:11 +00:00
Analysis Remove std::move on return of temporary. 2015-05-01 15:25:29 +00:00
AsmParser
Bitcode [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg' 2015-04-28 04:30:29 +00:00
CodeGen Fix doxygen comment typo. NFC 2015-04-29 23:33:32 +00:00
Config
DebugInfo Make llvm-symbolizer work on Windows. 2015-04-27 17:19:51 +00:00
ExecutionEngine [Orc] It's not valid to pass a null resolver to addModuleSet. Use a no-op 2015-04-29 01:33:35 +00:00
IR Remove std::move on return when it could prevent copy elision. 2015-05-01 15:16:11 +00:00
IRReader
LineEditor
Linker
LTO LTO: Add API to choose whether to embed uselists 2015-04-27 23:38:54 +00:00
MC Remove the GroupMapTy DenseMap. NFC. 2015-04-28 21:07:28 +00:00
Object [Object] Teach Object and llvm-objdump about ".hidden" 2015-04-30 23:08:53 +00:00
Option
Passes
ProfileData
Support Fix private constructor for ScaledNumber. 2015-04-30 13:22:48 +00:00
TableGen [TableGen] Don't leak Expanders and Operators in SetTheory. 2015-04-24 06:49:44 +00:00
Target Masked gather and scatter - added DAGCombine visitors 2015-04-30 08:38:48 +00:00
Transforms InstrProf: Instrumenter support for setting profile output from command line 2015-04-30 23:49:23 +00:00
CMakeLists.txt
InitializePasses.h
LinkAllIR.h
LinkAllPasses.h
module.modulemap Fix modules build post-r235612. 2015-04-23 23:22:26 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h