1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/include/llvm
Lang Hames aabde6c57a [Orc] 'this' qualify more lambda-captured members.
More workaround attempts for GCC ICEs.

llvm-svn: 258288
2016-01-20 05:10:59 +00:00
..
ADT [ARM] Add ARMv8-M Baseline/Mainline LLVM targeting 2016-01-15 10:24:39 +00:00
Analysis [SCEV] Fix PR26207 2016-01-19 20:53:51 +00:00
AsmParser
Bitcode Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes 2015-12-16 16:16:19 +00:00
CodeGen MachineScheduler: Allow independent scheduling of sub register defs 2016-01-20 00:23:32 +00:00
Config [autoconf] Fix MinGW build 2015-11-28 00:54:12 +00:00
DebugInfo [codeview] Dump the file checksum substream 2016-01-15 18:06:25 +00:00
ExecutionEngine [Orc] 'this' qualify more lambda-captured members. 2016-01-20 05:10:59 +00:00
IR [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with get{Source,Result}ElementType. 2016-01-19 17:28:00 +00:00
IRReader [ThinLTO] Metadata linking for imported functions 2015-12-17 17:14:09 +00:00
LibDriver
LineEditor
Linker [ThinLTO] Use new in-place symbol changes for exporting module 2016-01-08 17:06:29 +00:00
LTO [LTO] Restore original linkage of externals prior to splitting 2016-01-18 23:24:54 +00:00
MC [MC, COFF] Add .reloc support for WinCOFF 2016-01-19 23:05:27 +00:00
Object COFF: Teach llvm-objdump how to dump DLL forwarder symbols. 2016-01-12 23:28:42 +00:00
Option Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs(). 2015-12-18 18:55:26 +00:00
Passes
ProfileData [PGO] Add a new interface to be used by Indirect Call Promotion 2016-01-20 01:26:34 +00:00
Support Reinstate the second part of a comment. NFC. 2016-01-19 23:39:28 +00:00
TableGen [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC 2016-01-18 20:36:06 +00:00
Target TargetLowering: Improve handling of (setcc ([sz]ext x) 0, cc) in SimplifySetCC 2016-01-18 19:55:21 +00:00
Transforms function names start with a lowercase letter; NFC 2016-01-19 19:46:10 +00:00
CMakeLists.txt
InitializePasses.h [TLS] New lower emutls pass, fix linkage bugs. 2016-01-13 23:56:37 +00:00
LinkAllIR.h
LinkAllPasses.h Avoid undefined behavior in LinkAllPasses.h 2016-01-13 18:29:46 +00:00
module.modulemap [WebAssembly] Add ELFRelocs/WebAssembly.def as a "textual header" to the module map. 2016-01-12 20:51:40 +00:00
module.modulemap.build
Pass.h Recommit r256952 "Filtering IR printing for print-after-all/print-before-all" 2016-01-06 22:55:03 +00:00
PassAnalysisSupport.h [PassManager] Tuning Memory Usage of AnalysisUsage 2015-12-08 00:10:56 +00:00
PassInfo.h
PassRegistry.h Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
PassSupport.h