summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/BoundsChecking.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move the TargetFolder into the Analysis library. Historically,Chandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-30
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* fix stats for added checksNuno Lopes2012-12-03
* Remove unused parameter Penalty from the BoundsChecking pass.Joey Gouly2012-11-23
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-29
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-25
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-25
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20