summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/object-size.c
Commit message (Expand)AuthorAgeFilesLines
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-211-55/+55
* Don't let EvaluationModes dictate whether an invalid base is OKGeorge Burgess IV2017-02-101-0/+19
* Re-add objectsize function/incomplete type checks.George Burgess IV2017-01-031-0/+13
* [Sema] Fix PR30346: relax __builtin_object_size checks.George Burgess IV2016-09-121-3/+22
* Fix typo in test/CodeGen/object-size.c CHECK line.Bob Wilson2016-02-241-1/+1
* Make __builtin_object_size more conservativeGeorge Burgess IV2015-10-161-12/+138
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-2/+2
* Increase accuracy of __builtin_object_size.George Burgess IV2015-09-041-4/+115
* Fix CHECK directives that weren't checking.Hans Wennborg2015-08-311-2/+2
* Make __builtin_object_size always answer correctlyGeorge Burgess IV2015-08-191-0/+134
* Revert r245323, it caused PR24493.Nico Weber2015-08-181-93/+0
* Make __builtin_object_size always answer correctlyGeorge Burgess IV2015-08-181-0/+93
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-15/+15
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Fix objectsize tests after r192117Matt Arsenault2013-10-071-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-16/+16
* add support for conditional expressions in Expr::HasSideEffects()Nuno Lopes2012-07-131-1/+10
* 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