David Blaikie
d6c88ece21
[opaque pointer types] Explicit non-pointer type for call expressions
...
(migration for recent LLVM change to textual IR for calls)
llvm-svn: 235147
2015-04-16 23:25:00 +00:00
David Blaikie
bdf40a62a7
Test case updates for explicit type parameter to the gep operator
...
llvm-svn: 232187
2015-03-13 18:21:46 +00:00
David Blaikie
a953f2825b
Update Clang tests to handle explicitly typed load changes in LLVM.
...
llvm-svn: 230795
2015-02-27 21:19:58 +00:00
Rafael Espindola
8b27bdb6c2
Don't manually insert L prefixes.
...
Simply marking the symbol private conveys the desire to hide them to LLVM.
llvm-svn: 221451
2014-11-06 13:30:38 +00:00
Stephen Lin
4362261b00
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
llvm-svn: 188447
2013-08-15 06:47:53 +00:00
Fariborz Jahanian
d17c3dc60f
Trying fixing test to make buildbot happy again.
...
llvm-svn: 179629
2013-04-16 21:19:17 +00:00
Fariborz Jahanian
f177c035b7
modify test to try to make buildbot happy.
...
llvm-svn: 179606
2013-04-16 17:18:37 +00:00
Fariborz Jahanian
d1b6778e69
Objective-C IRGen. Use llvm::WeakVH
...
for caching couple of global symbols used
for generation of CF/NS string meta-data
so they are not released prematuely in certain
corner cases. // rdar:// 13598026.
Reviewed by John M.
llvm-svn: 179599
2013-04-16 15:25:39 +00:00