Joe Groff
|
c7a8b4f1a5
|
IRGen: Emit unchecked operations for checked builtins with -disable-all-runtime-checks.
Emit checked arithmetic and conversion instructions as unchecked LLVM IR when runtime checks are disabled.
Swift SVN r12592
|
2014-01-20 18:01:02 +00:00 |
|
Adrian Prantl
|
395bd1eede
|
Debug info: record the module name in DWARF. For the time being this is
done via an DW_TAG_imported_module.
rdar://problem/15711613.
Swift SVN r12035
|
2014-01-08 02:34:29 +00:00 |
|
Connor Wakamo
|
59f18f9fc0
|
Renamed irgen::Options and irgen::OutputKind to IRGenOptions and IRGenOutputKind, and move both out of the irgen namespace now that they're in swiftAST.
Swift SVN r11405
|
2013-12-18 01:17:09 +00:00 |
|
Connor Wakamo
|
3e81830385
|
Move "include/swift/IRGen/Options.h" to "include/swift/AST/IRGenOptions.h".
This commit only moves the header file; updating the class so that it is no longer in the irgen namespace will be handled separately.
Swift SVN r11404
|
2013-12-18 01:17:09 +00:00 |
|