1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include/llvm
Asaf Badouh 903869d4c1 [X86][AVX512] add vmovss/sd missing encoding
Differential Revision: http://reviews.llvm.org/D14701

llvm-svn: 254875
2015-12-06 13:26:56 +00:00
..
ADT [ARM] Add ARMv8.2-A to TargetParser 2015-12-01 10:33:56 +00:00
Analysis Use make_range to reduce mentions of iterator type. NFC 2015-12-06 05:08:07 +00:00
AsmParser AsmParser: Save and restore the parsing state for types using SlotMapping. 2015-08-21 21:32:39 +00:00
Bitcode Remove "ExportingModule" from ThinLTO Index (NFC) 2015-12-03 02:37:23 +00:00
CodeGen [X86] Always generate precise CFA adjustments. 2015-12-06 13:06:20 +00:00
Config [autoconf] Fix MinGW build 2015-11-28 00:54:12 +00:00
DebugInfo [llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry 2015-12-04 17:20:04 +00:00
ExecutionEngine Whitespace. 2015-12-05 01:44:20 +00:00
IR [X86][AVX512] add vmovss/sd missing encoding 2015-12-06 13:26:56 +00:00
IRReader
LibDriver
LineEditor
Linker [ThinLTO] Helper for performing renaming/promotion on a module 2015-12-04 23:40:22 +00:00
LTO Modernize the C++ APIs for creating LTO modules. 2015-12-04 16:14:31 +00:00
MC Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical register arrays already use this typedef. 2015-12-05 07:13:35 +00:00
Object Use make_range to reduce mentions of iterator type. NFC 2015-12-06 05:08:07 +00:00
Option [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
Passes
ProfileData [PGO] Add version to getPGOFuncName method 2015-12-05 05:16:36 +00:00
Support Use make_range to reduce mentions of iterator type. NFC 2015-12-06 05:08:07 +00:00
TableGen Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" 2015-09-10 16:49:58 +00:00
Target Use std::fill instead of memset to initialize an array to avoid hardcoded count and a multiply. The outputed code is identical. 2015-12-05 07:13:25 +00:00
Transforms Modify FunctionImport to take a callback to load modules 2015-12-02 02:00:29 +00:00
CMakeLists.txt
InitializePasses.h [PGO] Revert revision r254021,r254028,r254035 2015-11-24 23:49:08 +00:00
LinkAllIR.h
LinkAllPasses.h [PGO] Revert revision r254021,r254028,r254035 2015-11-24 23:49:08 +00:00
module.modulemap llvm/module.modulemap: AVR.def should be textual header. 2015-10-24 00:25:18 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h [LPM] Teach the legacy pass manager to support *using* an analysis 2015-08-19 03:02:12 +00:00
PassInfo.h Reformat partially. 2015-10-05 04:46:30 +00:00
PassRegistry.h
PassSupport.h