Matt Arsenault
|
fbcbce439d
|
Change objectsize intrinsic to accept different address spaces.
Bitcasting everything to i8* won't work. Autoupgrade the old
intrinsic declarations to use the new mangling.
llvm-svn: 192117
|
2013-10-07 18:06:48 +00:00 |
Manman Ren
|
a2e9a98b06
|
TBAA: remove !tbaa from testing cases when they are not needed.
This will make it easier to turn on struct-path aware TBAA since the metadata
format will change.
llvm-svn: 188944
|
2013-08-21 22:20:53 +00:00 |
Nuno Lopes
|
ad40c0a425
|
revert my previous patches that introduced an additional parameter to the objectsize intrinsic.
After a lot of discussion, we realized it's not the best option for run-time bounds checking
llvm-svn: 157255
|
2012-05-22 15:25:31 +00:00 |
Nuno Lopes
|
01547b3ad2
|
change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept.
This commit only adds the parameter. Code taking advantage of it will follow.
llvm-svn: 156473
|
2012-05-09 15:52:43 +00:00 |
Cameron Zwarich
|
34ef49dc74
|
Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.
llvm-svn: 132181
|
2011-05-27 05:04:51 +00:00 |