1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib
David Majnemer accdd1b3f0 [WinEH] Refer to filter funclets using their symbol-table symbol
The relocation for the filter funclet will be against a symbol table
entry for a function instead of the section, making it easier to
understand what is going on.

llvm-svn: 249621
2015-10-07 21:34:00 +00:00
..
Analysis Revert "Revert "This patch builds on top of D13378 to handle constant condition."" 2015-10-07 18:14:25 +00:00
AsmParser HHVM calling conventions. 2015-09-29 22:09:16 +00:00
Bitcode Make sure the CastInst is valid before trying to create it 2015-10-06 12:37:54 +00:00
CodeGen [WinEH] Refer to filter funclets using their symbol-table symbol 2015-10-07 21:34:00 +00:00
DebugInfo Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC 2015-09-21 05:32:41 +00:00
ExecutionEngine Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. 2015-10-06 23:24:35 +00:00
Fuzzer [libFuzzer] trying to fix at-exit hang 2015-10-03 07:02:05 +00:00
IR IR: Create SymbolTableList wrapper around iplist, NFC 2015-10-07 20:05:10 +00:00
IRReader
LibDriver There is only one saver of strings. 2015-08-13 01:07:02 +00:00
LineEditor
Linker [opaque pointer types] Switch a few cases of getElementType over, since I had them lying around anyway 2015-09-14 20:29:26 +00:00
LTO Reapply "LTO: Disable extra verify runs in release builds" 2015-09-15 23:05:59 +00:00
MC Use SpecificBumpPtrAllocator to simplify the MCSeciton destruction. 2015-10-07 19:08:19 +00:00
Object Support for function summary index bitcode sections and files. 2015-10-04 14:33:43 +00:00
Option Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier. 2015-07-29 17:34:41 +00:00
Passes [PM] Port SROA to the new pass manager. 2015-09-12 09:09:14 +00:00
ProfileData Remove AutoFDO profile handling for GCC's LIPO. NFC. 2015-10-05 21:08:05 +00:00
Support Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. 2015-10-06 23:24:35 +00:00
TableGen TableGen: Support folding casts from bits to int 2015-07-31 01:12:06 +00:00
Target git-clang-format r249548. 2015-10-07 20:32:24 +00:00
Transforms [RS4GC] Use AssertingVH for RematerializedValueMapTy, NFCI 2015-10-07 21:32:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile