Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

root/gen/aa.cpp


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1643:8f121883bce8 [1643:8f121883bce8] 03/09/10 01:37:40 Kelly Wilson <wilsonk cpsc.ucalgary.ca> Apply patch from klickverbot. This is his 'proper fix' patch for bug #395.
(edit) @1579:819b4f961711 [1579:819b4f961711] 09/08/09 20:03:24 Moritz Warning <moritzwarning@web.de> fix newline warning
(edit) @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 …
(edit) @1560:1d5c3354b3c2 [1560:1d5c3354b3c2] 07/31/09 17:01:29 Benjamin Kramer <benny.kra@gmail.com> getNullValue is in Constant again Requires LLVM >= r77721
(edit) @1535:61f12f4651b5 [1535:61f12f4651b5] 07/13/09 14:16:15 Benjamin Kramer <benny.kra@gmail.com> Don't use llvm::getGlobalContext() anymore
(edit) @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 …
(edit) @1512:09734fb929c0 [1512:09734fb929c0] 06/21/09 13:05:24 Christian Kamm <kamm incasoftware de> Make == for associative arrays test for equality, not identity. _aaEq was …
(edit) @1418:f5f8c21ce6ef [1418:f5f8c21ce6ef] 05/25/09 06:50:40 Frits van Bommel <fvbommel wxs.nl> Make "aa[key]" use the same runtime call as "key in aa". The runtime …
(edit) @1350:15e9762bb620 [1350:15e9762bb620] 05/14/09 07:26:40 Tomas Lindquist Olsen <tomas.l.olsen gmail com> Adds explicit alignment information for alloca instructions in general, …
(edit) @1271:0686701178d3 [1271:0686701178d3] 04/27/09 07:30:48 Tomas Lindquist Olsen <tomas.l.olsen gmail com> Moved special casing of 'assert(this, "null this");' generated statements …
(edit) @1116:d584cda84b00 [1116:d584cda84b00] 03/13/09 20:32:10 Frits van Bommel <fvbommel wxs.nl> Disable this for -release, -disable-boundscheck, etc.
(edit) @1115:af625ea2d3cf [1115:af625ea2d3cf] 03/13/09 20:22:05 Frits van Bommel <fvbommel wxs.nl> Call _d_array_bounds when an associative array is indexed with a …
(edit) @1013:8c73ff5f69e0 [1013:8c73ff5f69e0] 02/28/09 16:16:52 Frits van Bommel <fvbommel wxs.nl> Use llvm::CallSite? instead of custom CallOrInvoke? class.
(edit) @945:03d7c4aac654 [945:03d7c4aac654] 02/07/09 23:26:54 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> SWITCHED TO LLVM 2.5 ! Applied patch from ticket #129 to compile against …
(edit) @622:26fce59fe80a [622:26fce59fe80a] 10/01/08 12:32:31 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Wrapped all the most potentially expensive logging calls in a conditional …
(edit) @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 …
(edit) @479:672eb4893b55 [479:672eb4893b55] 08/05/08 13:28:19 Christian Kamm <kamm incasoftware de> Move AllocaInst? creation into DtoAlloca? helper. Will enable special …
(edit) @468:45a67b6f1310 [468:45a67b6f1310] 08/03/08 20:59:34 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Removed the 'needsstorage' thing from Dsymbol. Arguments are not always …
(edit) @458:121624c14053 [458:121624c14053] 08/02/08 16:35:24 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Fixed AA Rvalue-only access (like indexing an AA return value …
(edit) @455:d3d3519b72e8 [455:d3d3519b72e8] 08/02/08 11:24:10 Tomas Lindquist Olsen <tomas.l.olsen@gmail.com> Fixed inserting an AA entry with 'this' as key. Fixed debug info for …
(edit) @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 …
(edit) @315:a9697749e898 [315:a9697749e898] 07/03/08 16:05:45 ChristianK [svn r336] Made sure calls within a landing pad area are invokes. Nested …
(edit) @275:665b81613475 [275:665b81613475] 06/19/08 11:30:32 lindquist [svn r296] Removed: the 'suite' dir, it never took off! Fixed: foreach …
(edit) @244:a95056b3c996 [244:a95056b3c996] 06/09/08 03:37:08 lindquist [svn r261] Fixed debug info for integer and floating local variables, can …
(edit) @217:0806379a5eca [217:0806379a5eca] 06/05/08 00:38:36 lindquist [svn r233] Added: -oq command line option for writing fully qualified …
(edit) @213:7816aafeea3c [213:7816aafeea3c] 05/30/08 13:32:04 lindquist [svn r229] Updated the object.d implementation to the latest Tango. Fixed …
(edit) @173:db9890b3fb64 [173:db9890b3fb64] 05/06/08 01:56:03 ChristianK [svn r189] moving IR data back into DMD frontend nodes
(edit) @168:08cfde5f70d3 [168:08cfde5f70d3] 05/05/08 20:26:17 lindquist [svn r184] fixed an AA helper for giving keys storage, which the runtime …
(edit) @163:a8cd9bc1021a [163:a8cd9bc1021a] 05/05/08 01:36:29 lindquist [svn r179] lots and lots of fixes, much more of tango now compiles/works.
(edit) @156:ccd07d9f2ce9 [156:ccd07d9f2ce9] 05/01/08 07:05:53 ChristianK [svn r172] moving all IR state previously stored in Dsymbol into IrDsymbol?
(edit) @136:0e28624814e8 [136:0e28624814e8] 01/16/08 21:15:12 lindquist [svn r140] did a lot of the work towards being able to pass multiple …
(edit) @133:44a95ac7368a [133:44a95ac7368a] 01/13/08 23:11:54 lindquist [svn r137] Many fixes towards tango.io.Console working, but not quite …
(edit) @127:facc562f5674 [127:facc562f5674] 11/30/07 06:56:52 lindquist [svn r131] Fixed #11 All associative array properties now work as they …
(add) @109:5ab8e92611f9 [109:5ab8e92611f9] 11/20/07 22:13:15 lindquist [svn r113] Added initial support for associative arrays (AAs). Fixed some …
Note: See TracRevisionLog for help on using the revision log.
Copyright © 2008, LDC Development Team.