David Nadlinger
|
9458911839
|
Added LLVM-style license headers to all our files.
|
2012-12-16 17:19:14 +01:00 |
|
jerro
|
bd98f8b106
|
Use LDC_intrinsic in gen_gccbuiltins
Pragma intrinsic is deprecated, so the gccbuiltins_x86.di must use LDC_intrinsic instead.
|
2012-12-09 05:20:55 +01:00 |
|
Jernej Krempuš
|
021f067963
|
Added pure, safe and nothrow to gccbuiltins.
|
2012-10-25 02:17:06 +02:00 |
|
kai
|
add8e91653
|
Locate Intrinsics.td in CMakeLists.txt.
The LLVM_INCLUDE_DIR is not always defined (e.g. missing in Windows). We simply locate the file and pass the folder path to the tool.
|
2012-10-18 07:12:13 +02:00 |
|
kai
|
0ebceb4e16
|
Make gen_gccbuiltins compilable with LLVM 3.2.
|
2012-10-14 21:42:17 +02:00 |
|
David Nadlinger
|
95121115d3
|
gen_gccbuiltins cleanup.
|
2012-10-14 05:09:15 +02:00 |
|
David Nadlinger
|
b0878bf8ef
|
Fixed gccbuiltins module declaration.
|
2012-10-14 05:05:48 +02:00 |
|
Jernej Krempuš
|
f6cd185701
|
Generate gccbuiltins.di at build time.
Bug fixes.
Moved gen_gccbuiltins.cpp to util and renamed gccbuiltins.di to gccbuiltins_x86.di
Trying to fix Travis build.
Removed cstrVec.
|
2012-10-13 13:01:03 +02:00 |
|