index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
object-size.c
Age
Commit message (
Expand
)
Author
2012-07-13
add support for conditional expressions in Expr::HasSideEffects()
Nuno Lopes
2012-05-23
If the first argument of __builtin_object_size can be folded to a constant
Richard Smith
2012-05-22
revert the usage of the objectsize intrinsic with 3 parameters (to match LLVM...
Nuno Lopes
2012-05-09
update calls to objectsize intrinsic to match LLVM r156473
Nuno Lopes
2011-11-17
Constant expression evaluation: add support for evaluation of member pointers
Richard Smith
2010-06-29
IRgen: Assignment to Objective-C properties shouldn't reload the value (which
Daniel Dunbar
2010-01-13
Fix 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-23
Update for the intrinsic changes in llvm: the object size intrinsic
Eric Christopher
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-07
Switch over to checking .ll files instead of .s files.
Mike Stump
2009-11-17
Fix tests after enabling -split-phi-edges.
Jakob Stoklund Olesen
2009-11-09
Enable the use of the new llvm objectsize intrinsic.
Mike Stump
2009-10-31
Add missing colons for FileCheck.
Benjamin Kramer
2009-10-29
Fix one more bug with __builtin_object_size.
Mike Stump
2009-10-29
Add yet more testcases.
Mike Stump
2009-10-29
Add some more testcases.
Mike Stump
2009-10-27
Make 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 sure
Mike Stump
2009-10-26
__builtin_object_size refinements. WIP.
Mike Stump