Michael Gottesman
6d74962918
Adapt all DebugInfo testcases to the new upstream LLVM metadata format.
...
Swift SVN r31813
2015-09-09 04:37:34 +00:00
Joe Pamer
828eb68e72
Commit DaveA's API changes to 'print', along with the compiler changes necessary to support them.
...
There's still work left to do. In terms of next steps, there's still rdar://problem/22126141, which covers removing the 'workaround' overloads for print (that prevent bogus overload resolution failures), as well as providing a decent diagnostic when users invoke print with 'appendNewline'.
Swift SVN r30976
2015-08-04 01:57:11 +00:00
Dmitri Hrybenko
f46f16ae82
stdlib: implement new print() API
...
rdar://20775683
Swift SVN r28309
2015-05-08 01:37:59 +00:00
Duncan Exon Smith
c6d42db070
Adapt to MD* => DI* renaming of debug info types
...
Applied the upgrade script from r236120 (LLVM) and r236121 (CFE). This is the
final step of rdar://problem/20434113.
Swift SVN r27925
2015-04-29 21:40:21 +00:00
Adrian Prantl
a9c3b7a6f4
Revert "XFAIL Failing Debug Info tests to unblock builders. rdar://20245578."
...
This reverts commit 26366.
Swift SVN r26380
2015-03-20 23:54:34 +00:00
Michael Gottesman
3b5634c30f
XFAIL Failing Debug Info tests to unblock builders. rdar://20245578.
...
Swift SVN r26366
2015-03-20 22:36:12 +00:00
Duncan Exon Smith
093eb3c365
DebugInfo: Hand-update testcases after LLVM r231082
...
Update debug info testcases after moving the new hierarchy into place in
upstream LLVM r231082.
rdar://problem/19720042
Swift SVN r25715
2015-03-03 19:15:31 +00:00
Dmitri Hrybenko
3b04d1b013
tests: reorganize tests so that they actually use the target platform
...
Most tests were using %swift or similar substitutions, which did not
include the target triple and SDK. The driver was defaulting to the
host OS. Thus, we could not run the tests when the standard library was
not built for OS X.
Swift SVN r24504
2015-01-19 06:52:49 +00:00
Adrian Prantl
162bc8d24c
Updated testcases for upstream assembler changes.
...
Swift SVN r23942
2014-12-15 19:39:21 +00:00
Adrian Prantl
9ee65d5ff0
Adapt swift for Duncan's upstream LLVM change r223802.
...
<rdar://problem/19192991> Upstream LLVM MDNode changes break Swift
Swift SVN r23811
2014-12-09 20:25:43 +00:00
Graham Batty
83f27a8af7
Revert "Mark tests that don't pass on linux as XFAIL."
...
This reverts commit 2711ca86de7bf6a7885ccea24219a48a590b1e95.
Swift SVN r23577
2014-11-24 17:42:13 +00:00
Graham Batty
198402dcfe
Mark tests that don't pass on linux as XFAIL.
...
Swift SVN r23573
2014-11-24 17:40:37 +00:00
Erik Eckstein
e59c4b6eb7
Add -primary-file options to prevent whole-module-optimizations.
...
This is needed for tests which define internal functions which should not be eliminated.
So far this was not needed because of a hack which prevented whole-module-optimizations for tests.
Swift SVN r22658
2014-10-10 09:51:48 +00:00
Adrian Prantl
f477b2685c
Fix two IR correctness bugs related to not using the LLVM datatype in
...
DebugTypeInfo.
Swift SVN r22567
2014-10-07 17:33:39 +00:00
Adrian Prantl
d769498ccd
Update for upstream LLVM API change.
...
Swift SVN r22456
2014-10-02 01:33:24 +00:00
Adrian Prantl
0d2d2d32b1
Debug info: Improve handling of storage-less variables.
...
Swift SVN r20546
2014-07-25 16:47:59 +00:00