1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/include/llvm
2016-09-15 10:40:38 +00:00
..
ADT ADT: Never allocate nodes in iplist<> and ilist<> 2016-09-11 23:43:43 +00:00
Analysis Analysis: Only allow the move-constructor for IVUsers 2016-09-11 22:11:37 +00:00
AsmParser
Bitcode Constify some path in the bitcode writer (NFC) 2016-08-19 06:06:18 +00:00
CodeGen GlobalISel: relax type constraints on G_ICMP to allow pointers. 2016-09-15 10:40:38 +00:00
Config Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
DebugInfo [pdb] Get rid of Data and RawData in CVType. 2016-09-14 23:00:16 +00:00
Demangle Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
ExecutionEngine Fix MSVC 2013 build by using our <thread> wrapper header 2016-09-13 18:40:04 +00:00
IR Fix auto-upgrade of TBAA tags in Bitcode Reader 2016-09-14 22:29:59 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [LTO] Fix commons handling 2016-09-14 21:05:04 +00:00
MC [MC] Handle discardable COFF sections in assembly 2016-09-14 22:41:50 +00:00
Object [Stackmap] Added callsite counts to emitted function information. 2016-09-14 20:22:03 +00:00
ObjectYAML [macho2yaml] Don't write empty linkedit data 2016-08-17 21:46:04 +00:00
Option
Passes [PM] Significantly refactor the pass pipeline parsing to be easier to 2016-08-03 03:21:41 +00:00
ProfileData [Coverage] Delete some dead code (NFC) 2016-09-08 16:14:14 +00:00
Support Revert r281336 (and r281337), it caused PR30372. 2016-09-13 18:17:00 +00:00
TableGen [TableGen] Autobrief-ize Record. NFC. 2016-07-14 14:53:14 +00:00
Target Finish renaming remaining analyzeBranch functions 2016-09-14 20:43:16 +00:00
Transforms [sanitizer-coverage] add yet another flavour of coverage instrumentation: trace-pc-guard. The intent is to eventually replace all of {bool coverage, 8bit-counters, trace-pc} with just this one. LLVM part 2016-09-14 01:39:35 +00:00
CMakeLists.txt
InitializePasses.h Add a counter-function insertion pass 2016-09-01 09:42:39 +00:00
LinkAllIR.h
LinkAllPasses.h Add a counter-function insertion pass 2016-09-01 09:42:39 +00:00
module.modulemap [modules] Re-enable some previously excluded files. 2016-09-13 14:41:35 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
PassInfo.h
PassRegistry.h
PassSupport.h