|
|
|
@1586:7f728c52e63c
|
[1586:7f728c52e63c]
|
11/06/09 15:51:41 |
Christian Kamm <kamm incasoftware de> |
Fix several 'reaches end of function' warnings by making fatal … |
|
|
|
@1571:8d086d552909
|
[1571:8d086d552909]
|
08/13/09 18:39:18 |
Benjamin Kramer <benny.kra@gmail.com> |
IntegerType? is now contextifed.
Requires llvm >= 78969. resistor says … |
|
|
|
@1569:755abafbf25d
|
[1569:755abafbf25d]
|
08/05/09 19:47:39 |
Benjamin Kramer <benny.kra@gmail.com> |
Push the context through StructType::get.
Requires LLVM >= 78258. Also … |
|
|
|
@1560:1d5c3354b3c2
|
[1560:1d5c3354b3c2]
|
07/31/09 17:01:29 |
Benjamin Kramer <benny.kra@gmail.com> |
getNullValue is in Constant again
Requires LLVM >= r77721 |
|
|
|
@1535:61f12f4651b5
|
[1535:61f12f4651b5]
|
07/13/09 14:16:15 |
Benjamin Kramer <benny.kra@gmail.com> |
Don't use llvm::getGlobalContext() anymore |
|
|
|
@1534:8ca25bd765a3
|
[1534:8ca25bd765a3]
|
07/13/09 06:17:58 |
Benjamin Kramer <benny.kra@gmail.com> |
Build fix for the latest LLVMContext changes (LLVM r75445)
This shouldn't … |
|
|
|
@1529:ad7f2f1862d6
|
[1529:ad7f2f1862d6]
|
07/10/09 15:30:02 |
Christian Kamm <kamm incasoftware de> |
Adjust LDC to work with the LLVMContext LLVM changes.
This means we now … |
|
|
|
@1503:cc5fee7836dc
|
[1503:cc5fee7836dc]
|
06/16/09 17:00:27 |
Christian Kamm <kamm incasoftware de> |
Made is and !is use the same numeric comparison as == and !=, fixes … |
|
|
|
@1427:087dafe5262a
|
[1427:087dafe5262a]
|
05/28/09 15:45:14 |
Christian Kamm <kamm incasoftware de> |
Make sure complex -> integral casts are not used when casting to … |
|
|
|
@1426:ae70c438b281
|
[1426:ae70c438b281]
|
05/28/09 14:26:26 |
Christian Kamm <kamm incasoftware de> |
Allow complex -> integral casts. |
|
|
|
@1151:3cf0066e6faf
|
[1151:3cf0066e6faf]
|
03/28/09 00:00:43 |
Tomas Lindquist Olsen <tomas.l.olsen gmail.com> |
- Versioned Expresssion::toElem with #if IN_DMD/IN_LLVM.
- Eliminated the … |
|
|
|
@778:4adf0f742896
|
[778:4adf0f742896]
|
11/22/08 12:35:52 |
Christian Kamm <kamm incasoftware de> |
Get rid of DtoBoolean? - use DtoCast?(... Type::tbool) instead.
Fixed some … |
|
|
|
@741:4ac97ec7c18e
|
[741:4ac97ec7c18e]
|
10/30/08 06:08:34 |
Christian Kamm <kamm incasoftware de> |
Applied easy part from wilsonk's x86-64 patch in #107 |
|
|
|
@625:7e0a766fef47
|
[625:7e0a766fef47]
|
10/01/08 13:15:17 |
Christian Kamm <kamm incasoftware de> |
Make typedef'ed complex types work. |
|
|
|
@617:634fbbdec390
|
[617:634fbbdec390]
|
09/22/08 14:29:18 |
Christian Kamm <kamm incasoftware de> |
Simplify complex number handling. Fixes bug with complex substraction. |
|
|
|
@586:192b82878b78
|
[586:192b82878b78]
|
09/10/08 15:33:33 |
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> |
Fixed most regressions from last commit. |
|
|
|
@585:fbb1a366cfbc
|
[585:fbb1a366cfbc]
|
09/09/08 19:49:47 |
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> |
Complex number should now follow the D ABI on x86. They're also treated as … |
|
|
|
@486:a34078905d01
|
[486:a34078905d01]
|
08/10/08 02:37:38 |
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> |
Added pragma(llvmdc, "string") for misc per-module compiler configuration, … |
|
|
|
@479:672eb4893b55
|
[479:672eb4893b55]
|
08/05/08 13:28:19 |
Christian Kamm <kamm incasoftware de> |
Move AllocaInst? creation into DtoAlloca? helper. Will enable special … |
|
|
|
@445:cc40db549aea
|
[445:cc40db549aea]
|
08/01/08 11:59:58 |
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> |
Changed the handling of variadic intrinsics a bit.
Removed the -fp80 … |
|
|
|
@438:3c133dd1eda3
|
[438:3c133dd1eda3]
|
07/30/08 10:48:35 |
Christian Kamm <kamm incasoftware de> |
Rework complex divison. |
|
|
|
@412:798ee94a0be7
|
[412:798ee94a0be7]
|
07/27/08 11:53:49 |
Christian Kamm <kamm incasoftware de> |
Rework complex addition, substraction and multiplication. Division may … |
|
|
|
@399:0e6b4d65d3f8
|
[399:0e6b4d65d3f8]
|
07/26/08 11:19:16 |
Christian Kamm <kamm incasoftware de> |
Give error messages for invalid casts.
This required passing Loc … |
|
|
|
@364:8014dbd24605
|
[364:8014dbd24605]
|
07/14/08 16:48:03 |
ChristianK |
[svn r385] Fix lvalue cast problems with -= and friends.
Fix complex … |
|
|
|
@359:926f65e39246
|
[359:926f65e39246]
|
07/14/08 11:22:43 |
ChristianK |
[svn r380] Improve complex number support. |
|
|
|
@303:4aa2b6753059
|
[303:4aa2b6753059]
|
06/25/08 14:42:30 |
ChristianK |
[svn r324] Small indentation fixes.
Added end of line to complex.cpp. |
|
|
|
@244:a95056b3c996
|
[244:a95056b3c996]
|
06/09/08 03:37:08 |
lindquist |
[svn r261] Fixed debug info for integer and floating local variables, can … |
|
|
|
@217:0806379a5eca
|
[217:0806379a5eca]
|
06/05/08 00:38:36 |
lindquist |
[svn r233] Added: -oq command line option for writing fully qualified … |
|
|
|
@213:7816aafeea3c
|
[213:7816aafeea3c]
|
05/30/08 13:32:04 |
lindquist |
[svn r229] Updated the object.d implementation to the latest Tango.
Fixed … |
|
|
|
@205:9d44ec83acd1
|
[205:9d44ec83acd1]
|
05/13/08 11:58:11 |
lindquist |
[svn r221] Update: Switched to the 2.3 LLVM svn branch, … |
|
|
|
@164:a64becf2a702
|
[164:a64becf2a702]
|
05/05/08 14:28:59 |
lindquist |
[svn r180] Fixed complex negation, and tango.math.Math now compiles. |
|
|
|
@133:44a95ac7368a
|
[133:44a95ac7368a]
|
01/13/08 23:11:54 |
lindquist |
[svn r137] Many fixes towards tango.io.Console working, but not quite … |
|
|
|
@107:3efbcc81ba45
|
[107:3efbcc81ba45]
|
11/19/07 18:02:35 |
lindquist |
[svn r111] Fixed most problems with complex number support and added … |
|
|
|
@104:4d1e9eb001e0
|
[104:4d1e9eb001e0]
|
11/18/07 20:58:58 |
lindquist |
[svn r108] Now basic suppport for complex types. =,+,-,*,/ are supported. |