Files
archived-llvm-mirror/lib/Target/XCore
Alex Bradbury 178467baf8 Use report_fatal_error for unsupported calling conventions
The calling convention can be specified by the user in IR. Failing to support 
a particular calling convention isn't a programming error, and so relying on 
llvm_unreachable to catch and report an unsupported calling convention is not 
appropriate.

Differential Revision: https://reviews.llvm.org/D36830

llvm-svn: 311435
2017-08-22 09:11:41 +00:00
..

To-do
-----

* Instruction encodings
* Tailcalls
* Investigate loop alignment
* Add builtins