llvm-project/llvm/lib/Transforms
Derek Bruening 0b872d9399 [esan] Add calls from the ctor/dtor to the runtime library
Summary:
Adds createEsanInitToolGV for creating a tool-specific variable passed
to the runtime library.

Adds dtor "esan.module_dtor" and inserts calls from the dtor to
"__esan_exit" in the runtime library.

Updates the EfficiencySanitizer test.

Patch by Qin Zhao.

Reviewers: aizatsky

Subscribers: bruening, kcc, vitalybuka, eugenis, llvm-commits

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

llvm-svn: 270627
2016-05-24 22:48:24 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
IPO Avoid including AlwaysInliner pass in opt-bisect search. 2016-05-23 21:57:54 +00:00
InstCombine [InstCombine] Fix assertion when bitcast is converted to gep 2016-05-23 19:23:17 +00:00
Instrumentation [esan] Add calls from the ctor/dtor to the runtime library 2016-05-24 22:48:24 +00:00
ObjCARC Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
Scalar [GuardWidening] Tighten the interface of the RangeCheck struct; NFC 2016-05-24 20:54:45 +00:00
Utils Fix 80-column violation. 2016-05-21 21:12:06 +00:00
Vectorize fix typos; NFC 2016-05-24 16:51:26 +00:00
CMakeLists.txt
LLVMBuild.txt