Historial de Commits

Autor SHA1 Mensaje Fecha
  michael 7a3cd62e3a * Patch from Dennis (Bug ID 25534) to add some APR functions to the interface hace 11 años
  michael e164a16171 * Reworked TUploadedFile.Stream hace 11 años
  nickysn be85998313 * fixes in optimize_op_const: hace 11 años
  Károly Balogh 2791e8ad15 use optimized cg loading functions in 64bit compares instead of hardcoded move.ls (move.l #X,dn is 48bit long, clr.l/moveq.l is 16bit long) hace 11 años
  Károly Balogh 667ec17cae tiny optimization for clearing address regs hace 11 años
  Károly Balogh 047395df5f implemented add/sub ops in a_op_reg_ref, since these are used often. also fixed up reference handling in a_op_const_ref a bit hace 11 años
  Károly Balogh cd4bb364e5 reenabled and fixed up tcg68k.op_const_ref a bit hace 11 años
  sergei 534ecbda9f * SPARC: r26561 caused a_op_const_reg_reg used for zero-extending 8-bit values to be optimized away. Fixed by replacing it with an explicit instruction. hace 11 años
  masta 0736bf4ded Try to change typical constant AND-masking operations into shifts for ARM hace 11 años
  svenbarth a2f3f0d269 Explicitely add WinSock2 unit to rtl-extra so that it is installed as well. hace 11 años
  michael 72d43272ac * More clear and flexible way to process content from stdin hace 11 años
  michael 3d892683a2 * Cleaner interface to set request content. Allow not reading content. hace 11 años
  nickysn 85dd9e5789 + added a size parameter to optimize_op_const and do a sign extension of the 'a' parameter up from the specified size, so that things like (i and $ffffffff) get optimized away the same way as (i and -1) hace 11 años
  michael bef2957e0b * Use global class vars to create handler/request/response. Avoids having to do 2 overrides hace 11 años
  Károly Balogh e6db32e192 + add missing "else" in r26558 to fix build hace 11 años
  Tomas Hajny 8242d060ce * correct name for OS/2 and EMX import libraries hace 11 años
  sergei aadb407e31 * Convert int64 to double in more straightforward way. hace 11 años
  sergei 6dd845a183 * Removed TTabCoef type and unused zero members in coefficient arrays (the actual number of coefficients is passed to polevl/p1evl anyways). hace 11 años
  sergei ab44638635 + SPARC: initial peephole optimizer. hace 11 años
  pierre 42140bd11f Add forgotten new file, should fix bug report 25571 hace 11 años
  sergei cda81e1d18 * SPARC: emit "x shl 1" as "x+x", it yields shorter code. hace 11 años
  pierre 408dc2d2c1 Regenerated after: Add -h output for new assemblers hace 11 años
  pierre af83a74544 Add -h output for new assemblers hace 11 años
  Tomas Hajny daa8eadb14 * allow trailing backslash in SetCurrentDir and ChDir hace 11 años
  pierre 9fc9f4bdba Use new as_i8086_nasmobj as external assembler for msdos target hace 11 años
  pierre 3327d508ee Enable nasm assembler for x86_64 cpu hace 11 años
  pierre 045f161012 Separate out nasm assembler for i8086, i386 and x86_64 cpus, also separte based on target object format hace 11 años
  pierre dfd37aae43 Add several x86 assemblers: yasm, and target specialized nasm, including for x86_64 hace 11 años
  pierre b158ad6a9c Handle asmextraopt in arm assembler hace 11 años
  pierre 12a1a680cc Regenerated after: Add help output for new -ao option to set asmextraopt hace 11 años