summaryrefslogtreecommitdiff
path: root/test/CodeGen/object-size.c
Commit message (Expand)AuthorAgeFilesLines
* If the first argument of __builtin_object_size can be folded to a constantRichard Smith2012-05-231-1/+4
* revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...Nuno Lopes2012-05-221-2/+2
* update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes2012-05-091-2/+2
* Constant expression evaluation: add support for evaluation of member pointersRichard Smith2011-11-171-2/+1
* IRgen: Assignment to Objective-C properties shouldn't reload the value (whichDaniel Dunbar2010-06-291-1/+17
* Fix for Release-Asserts.Mike Stump2010-01-131-18/+17
* __builtin_object_size(ptr, type) returns -1 for type = {0,1} if there are any...Benjamin Kramer2010-01-031-0/+11
* Update for the intrinsic changes in llvm: the object size intrinsicEric Christopher2009-12-231-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Switch over to checking .ll files instead of .s files.Mike Stump2009-12-071-44/+29
* Fix tests after enabling -split-phi-edges.Jakob Stoklund Olesen2009-11-171-10/+10
* Enable the use of the new llvm objectsize intrinsic.Mike Stump2009-11-091-2/+2
* Add missing colons for FileCheck.Benjamin Kramer2009-10-311-1/+1
* Fix one more bug with __builtin_object_size.Mike Stump2009-10-291-0/+6
* Add yet more testcases.Mike Stump2009-10-291-0/+30
* Add some more testcases.Mike Stump2009-10-291-6/+30
* Make test independent of darwin system headers.Benjamin Kramer2009-10-271-3/+10
* __builtin_object_size refinements. Also handle stack based objects. WIP.Mike Stump2009-10-261-0/+10
* __builtin_object_size refinements. When we run out of object, be sureMike Stump2009-10-261-3/+19
* __builtin_object_size refinements. WIP.Mike Stump2009-10-261-0/+33