aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/object-size.c
AgeCommit message (Expand)Author
2012-07-13add support for conditional expressions in Expr::HasSideEffects()Nuno Lopes
2012-05-23If the first argument of __builtin_object_size can be folded to a constantRichard Smith
2012-05-22revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...Nuno Lopes
2012-05-09update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes
2011-11-17Constant expression evaluation: add support for evaluation of member pointersRichard Smith
2010-06-29IRgen: Assignment to Objective-C properties shouldn't reload the value (whichDaniel Dunbar
2010-01-13Fix for Release-Asserts.Mike Stump
2010-01-03__builtin_object_size(ptr, type) returns -1 for type = {0,1} if there are any...Benjamin Kramer
2009-12-23Update for the intrinsic changes in llvm: the object size intrinsicEric Christopher
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-07Switch over to checking .ll files instead of .s files.Mike Stump
2009-11-17Fix tests after enabling -split-phi-edges.Jakob Stoklund Olesen
2009-11-09Enable the use of the new llvm objectsize intrinsic.Mike Stump
2009-10-31Add missing colons for FileCheck.Benjamin Kramer
2009-10-29Fix one more bug with __builtin_object_size.Mike Stump
2009-10-29Add yet more testcases.Mike Stump
2009-10-29Add some more testcases.Mike Stump
2009-10-27Make test independent of darwin system headers.Benjamin Kramer
2009-10-26__builtin_object_size refinements. Also handle stack based objects. WIP.Mike Stump
2009-10-26__builtin_object_size refinements. When we run out of object, be sureMike Stump
2009-10-26__builtin_object_size refinements. WIP.Mike Stump