Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / ProfileData / InstrProfData.inc
2016-01-08 Xinliang David Li[PGO] Introducing version mask macro/NFC
2016-01-08 Xinliang David LiMinor fix -- use the right version enum/NFC
2016-01-08 Xinliang David Li[PGO] : Removing trailing space/define new macro/NFC
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-04 NAKAMURA Takumillvm/include/llvm/ProfileData/InstrProfData.inc: Add...
2016-01-03 Xinliang David Li[PGO] Introduce coverage map header structure in PGO...
2015-12-10 Xinliang David LiAdd a forward declaration (NFC)
2015-12-02 Xinliang David Li[PGO] Allow input value node list to be null
2015-12-01 Xinliang David LiDefine member operator delete
2015-11-29 Xinliang David Li Minor code cleanups
2015-11-28 Xinliang David Li[PGO] Move value profile format related structures...
2015-11-26 Xinliang David LiFix a typo introduced in previous patches
2015-11-24 Xinliang David LiRemove trailing space in comments
2015-11-23 Xinliang David Li[PGO] Introduce alignment macro for instr-prof control...
2015-11-23 Xinliang David LiFix comment not allowed in C90
2015-11-23 Xinliang David LiMove two Value Profiler data structs to InstrProfData...
2015-11-23 Xinliang David Li[PGO] Fix remaining bugs in ProfData template file...
2015-11-22 Xinliang David Li[PGO] move names of runtime sections definitions to...
2015-11-22 Xinliang David Li[PGO] move raw magic and version def to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] InstrProf Template file documentation change
2015-11-22 Xinliang David Li[PGO] Move Value Profile Kind to InstrProfData.inc
2015-11-22 Xinliang David Li[PGO] Define value profiling updater API signature...
2015-11-22 Xinliang David Li[PGO] Move Raw Header def into template file InstrProfD...
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-05 Xinliang David LiFix a bug exposed by uses in CFE
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-10-16 Xinliang David LiInstroduce a template file to define InstrPGO core...