fix PR17635: false positive with packed structures
[oota-llvm.git] / lib / Transforms / Instrumentation / BoundsChecking.cpp
2013-10-24 Nuno Lopesfix PR17635: false positive with packed structures
2013-09-30 Benjamin KramerBoundsChecking: Fix refacto.
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...