David Nadlinger
|
0922254dd1
|
Directly emit IR into same llvm::Module instead of using Linker
GitHub: Fixes #970.
|
2015-06-14 21:36:35 +02:00 |
|
Dmitri Makarov
|
efa96d69d8
|
Cache global variables for string literals.
|
2015-04-15 09:56:02 +02:00 |
|
Kai Nacke
|
a4924c50e1
|
LLVM 3.7: llvm::ConstantExpr::getElementPtr() wants element type.
This is the same change like the one on the GEP instruction.
|
2015-04-04 01:37:14 +02:00 |
|
kai
|
024b14cd7f
|
Fix some warnings.
These are easy to solve and reduce the noise in the Travis build.
|
2014-12-26 15:59:23 +01:00 |
|
Alexey Prokhin
|
66a392a5c2
|
Rename Type::irtype to ctype for consistency with dmd and gdc
|
2014-10-05 16:55:12 +04:00 |
|
Kai Nacke
|
d4c72414c7
|
Make IrDsymbol a typesafe union in gen/toconstelem.cpp, too.
|
2014-09-13 23:28:17 +02:00 |
|
Alexey Prokhin
|
d9189acbc4
|
Move toElem/toConstElem to visitors
|
2014-08-27 16:22:02 +04:00 |
|