aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-26Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer1-3/+2
2016-03-13Remove PreserveNames template parameter from IRBuilderMehdi Amini1-1/+1
2016-03-12Temporarily revert:Eric Christopher1-1/+1
2016-03-11Remove PreserveNames template parameter from IRBuilderMehdi Amini1-1/+1
2015-10-13Instrumentation: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-1/+1
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer1-1/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-10/+13
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-2/+1
2015-01-15[PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth1-2/+2
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth1-1/+1
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-3/+3
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-23remove a bunch of unused private methodsNuno Lopes1-2/+0
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-03-04[Modules] Move the TargetFolder into the Analysis library. Historically,Chandler Carruth1-1/+1
2014-03-04[Modules] Move InstIterator out of the Support library, where it had noChandler Carruth1-1/+1
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-2/+2
2014-02-21Rename many DataLayout variables from TD to DL.Rafael Espindola1-6/+6
2013-10-24fix PR17635: false positive with packed structuresNuno Lopes1-1/+2
2013-09-30BoundsChecking: Fix refacto.Benjamin Kramer1-0/+1
2013-09-30Convert manual insert point restores to the new RAII object.Benjamin Kramer1-3/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-12-03fix stats for added checksNuno Lopes1-1/+1
2012-11-23Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly1-4/+3
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands1-1/+1
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow1-1/+1
2012-10-08Move TargetData to DataLayout.Micah Villmow1-4/+4
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer1-1/+5
2012-07-25revert r160742: it's breaking CMake buildNuno Lopes1-4/+1
2012-07-25MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes1-1/+4
2012-07-20move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes1-0/+209