aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-311-1/+1
* [asan] fix the ObjC support (asan Issue #33)Kostya Serebryany2012-01-301-13/+21
* Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...Alexander Potapenko2012-01-301-3/+15
* [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA TakumiKostya Serebryany2012-01-281-1/+1
* [asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany2012-01-241-0/+1
* Implemented AddressSanitizer::getPassName()Alexander Potapenko2012-01-231-0/+5
* [asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...Kostya Serebryany2012-01-111-1/+1
* [asan] cleanup: remove the SIGILL-related code (compiler part)Kostya Serebryany2012-01-061-68/+8
* [asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany2011-12-151-1/+5
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-1/+20
* [asan] remove .preinit_array from the compiler module (it breaks .so builds)....Kostya Serebryany2011-12-141-16/+0
* [asan] report an error if blacklist file contains a malformed regex. fixes as...Kostya Serebryany2011-12-131-5/+13
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* [asan] use .preinit_array only on linuxKostya Serebryany2011-12-121-2/+3
* [asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...Kostya Serebryany2011-12-091-0/+15
* Expose a switch for the new gcov format.Nick Lewycky2011-12-061-2/+3
* [asan] two minor fixes: use UnreachableInst after the neverreturn function ca...Kostya Serebryany2011-12-011-2/+3
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* Place the "cfg checksum" around a test. This was recently added in April 2011 toNick Lewycky2011-11-271-67/+67
* [asan] do not instrument threadlocal globals, this is buggyKostya Serebryany2011-11-231-0/+6
* [asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany2011-11-181-0/+13
* quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...Kostya Serebryany2011-11-171-3/+3
* fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany2011-11-171-2/+5
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-163-0/+967
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-152-8/+9
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* If simple ownership works then friendship is not required.Devang Patel2011-09-201-2/+1
* Update GCOVLines to provide interfaces to write line table and calculate comp...Devang Patel2011-09-201-13/+17
* Update comment.Devang Patel2011-09-201-2/+1
* Use StringRef instead of std::string.Devang Patel2011-09-201-1/+1
* Eliminate unnecessary copy of FileName from GCOVLines. Devang Patel2011-09-201-7/+6
* There is no need to write a local utility routine to find subprogram info if ...Devang Patel2011-09-201-10/+1
* When inserting new instructions, use getFirstInsertionPt instead ofBill Wendling2011-08-252-7/+7
* The edge from DISubprogram to DICompileUnit has been removed in recent versionsNick Lewycky2011-08-181-1/+1
* Do not use DebugInfoFinder. Extract debug info directly from llvm.dbg.cu name...Devang Patel2011-08-171-159/+162
* Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>'Bill Wendling2011-08-161-2/+2
* A few places where we want to skip the landingpad instruction for insertion.Bill Wendling2011-08-161-1/+3
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+7
* Use the correct for for the version. It's little endian and my brain isBill Wendling2011-07-261-1/+1
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-2/+1
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-2/+1
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-3/+2
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-185-23/+23
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-152-3/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-122-6/+5
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-122-5/+6
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-5/+4
* Replace the existing forms of ConstantArray::get() with a single formJay Foad2011-06-221-2/+2
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-1/+2