Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Transforms / Instrumentation / BoundsChecking.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Nuno Lopesfix stats for added checks
2012-11-23 Joey GoulyRemove unused parameter Penalty from the BoundsChecking...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...