Eli Friedman
eb1689710f
Delete isa, cast, and dyn_cast on Type. Hopefully, this will lead to fewer stupid mistakes.
...
Swift SVN r2691
2012-08-20 22:15:10 +00:00
John McCall
cfaedbf6c4
More miscellaneous fixes towards getting slice_test to work.
...
Sadly, it doesn't yet --- some sort of unbound archetype.
Swift SVN r2622
2012-08-13 09:04:13 +00:00
John McCall
e64342b29a
Bugfixes with properties of generic types.
...
Swift SVN r2620
2012-08-13 09:03:51 +00:00
Eli Friedman
742f51f5b0
Some random fixes to avoid crashing on unimplemented IRGen codepaths.
...
Swift SVN r2554
2012-08-04 01:14:52 +00:00
John McCall
011df45944
Fix the emission of member functions on generic types.
...
Swift SVN r2482
2012-07-27 18:37:09 +00:00
John McCall
ed38caaa04
Support generic return types, as long as they don't differ
...
by abstraction from the concrete return type.
This basically gets generic calls working totally as long
as there's no remapping required.
Swift SVN r2402
2012-07-23 07:06:28 +00:00
John McCall
f16898b0e4
Extract the rvalue-under-substitutions code out into its own file.
...
Swift SVN r2399
2012-07-22 08:00:16 +00:00