1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm
Andy Gibbs d9ba2c9d06 Revert r254592 (virtual dtor in SCEVPredicate).
Clang has better diagnostics in this case.  It is not necessary therefore
to change the destructor to avoid what is effectively an invalid warning
in gcc.  Instead, better handle the warning flags given to the compiler.

llvm-svn: 255905
2015-12-17 16:43:53 +00:00
..
ADT Simplify memory management with std::unique_ptr. 2015-12-16 22:28:34 +00:00
Analysis Revert r254592 (virtual dtor in SCEVPredicate). 2015-12-17 16:43:53 +00:00
AsmParser
Bitcode Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes 2015-12-16 16:16:19 +00:00
CodeGen [CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC. 2015-12-16 22:15:30 +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 [SectionMemoryManager] Make better use of virtual memory 2015-12-16 11:13:23 +00:00
IR Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes 2015-12-16 16:16:19 +00:00
IRReader
LibDriver
LineEditor
Linker Change linkInModule to take a std::unique_ptr. 2015-12-16 23:16:33 +00:00
LTO Fix the order of destructors in LibLTOCodeGenerator 2015-12-09 03:37:51 +00:00
MC Use std::unique_ptr. NFC. 2015-12-16 23:49:14 +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] InstrPGO and coverage code refactoring (NFC) 2015-12-17 00:53:37 +00:00
Support Drop an unnecessary use of writev. 2015-12-16 22:59:06 +00:00
TableGen
Target CXX_FAST_TLS calling convention: target independent portion. 2015-12-16 20:45:48 +00:00
Transforms LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC 2015-12-16 18:40:20 +00:00
CMakeLists.txt
InitializePasses.h Recommit LiveDebugValues pass after fixing a couple of minor issues. 2015-12-16 11:09:48 +00:00
LinkAllIR.h
LinkAllPasses.h [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) 2015-12-09 18:08:16 +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 [PassManager] Tuning Memory Usage of AnalysisUsage 2015-12-08 00:10:56 +00:00
PassInfo.h Reformat partially. 2015-10-05 04:46:30 +00:00
PassRegistry.h
PassSupport.h