1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Easwaran Raman 5807e047c7 Move ProfileSummary to IR.
This splits ProfileSummary into two classes: a ProfileSummary class that has methods to convert from/to metadata and a ProfileSummaryBuilder class that computes the profiles summary which is in ProfileData.

Differential Revision: http://reviews.llvm.org/D20314

llvm-svn: 270136
2016-05-19 21:07:12 +00:00
..
Analysis [LAA] Check independence of strided accesses before forward case 2016-05-19 15:37:19 +00:00
AsmParser Refactor duplicated code. NFC. 2016-05-12 12:37:52 +00:00
Bitcode Avoid temporary vector for sorting in BitcodeWriter 2016-05-16 22:47:15 +00:00
CodeGen Modify emitTypeInformation to use MemoryTypeTableBuilder 2016-05-19 20:12:56 +00:00
DebugInfo Fix -Wmicrosoft-enum-value warning 2016-05-19 20:20:22 +00:00
ExecutionEngine Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
Fuzzer [libFuzzer] do the merge faster and a bit less precise 2016-05-13 22:11:23 +00:00
IR Move ProfileSummary to IR. 2016-05-19 21:07:12 +00:00
IRReader
LibDriver LibDriver: Silently do nothing when provided no inputs. 2016-04-13 19:36:04 +00:00
LineEditor
Linker Return a StringRef from getSection. 2016-05-11 18:21:59 +00:00
LTO Delete Reloc::Default. 2016-05-18 22:04:49 +00:00
MC Temporarily revert r270070 2016-05-19 15:58:05 +00:00
Object Don't pass a Reloc::Model to MC. 2016-05-18 11:58:50 +00:00
ObjectYAML [obj2yaml] [yaml2obj] Support for MachO Load Command data 2016-05-19 20:54:43 +00:00
Option Option parser: class for consuming a joined arg in addition to all remaining args 2016-04-15 00:23:30 +00:00
Passes New pass: guard widening 2016-05-18 22:55:34 +00:00
ProfileData Move ProfileSummary to IR. 2016-05-19 21:07:12 +00:00
Support Work around a glibc bug: backtrace() spuriously fails if 2016-05-18 22:26:36 +00:00
TableGen [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
Target Fix -Wunused-variable in non-Asserts build 2016-05-19 20:44:22 +00:00
Transforms [InstCombine] Avoid combining the bitcast of a var that is used as both address and result of load instructions 2016-05-19 21:07:01 +00:00
CMakeLists.txt
LLVMBuild.txt