summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/BoundsChecking
Commit message (Expand)AuthorAgeFilesLines
* Revert "[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS"Petr Hosek2019-07-071-0/+2
* [IRBuilder] Fold consistently for or/and whether constant is LHS or RHSPhilip Reames2019-07-061-2/+0
* Fix a hang when lowering __builtin_dynamic_object_sizeErik Pilkington2019-04-101-2/+0
* Fix crash in bounds checking.Joel Galenson2018-08-031-0/+65
* Use SCEV to avoid inserting some bounds checks.Joel Galenson2018-07-241-0/+358
* [PM] Port BoundsChecking to the new PM.Chandler Carruth2017-11-141-0/+1
* Add a bunch of CHECK missing colons in tests. NFC.Ahmed Bougacha2015-03-141-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-274-22/+22
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-273-19/+19
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-061-1/+1
* Teach MemoryBuiltins about address spacesMatt Arsenault2013-12-142-2/+77
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-0/+29
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-291-0/+17
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* revert r160742: it's breaking CMake buildNuno Lopes2012-07-251-31/+0
* MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes2012-07-251-0/+31
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-201-0/+10
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-204-0/+187
OpenPOWER on IntegriCloud