summaryrefslogtreecommitdiff
path: root/compiler/ncgmat.pas
Commit message (Expand)AuthorAgeFilesLines
* * simplify tcgunaryminusnode.second_integerflorian2020-10-221-15/+4
* * reworked usage of tcgnotnode.handle_locjumpflorian2020-08-051-3/+1
* * renamed getintparaloc to getcgtempparalocjonas2019-12-241-1/+1
* - Fix bug in 64bit softfloat double negation.laksen2019-07-071-0/+4
* * first step towards supporting 32 bit targets with the LLVM code generator:jonas2019-01-291-24/+24
* * fixed LLVM memory leaksjonas2019-01-011-1/+1
* + support mmx shiftingflorian2018-02-271-0/+8
* * removed unused unitsflorian2017-05-091-6/+2
* * on 16-bit CPUs, avoid the unnecessary 32-bit conversion of the right shl/shrnickysn2017-04-041-5/+17
* + support mmregisters in the generic unaryminus code for floatsjonas2015-09-121-12/+38
* * replaced current_procinfo.currtrue/falselabel with storing the true/falsejonas2015-08-271-11/+2
* + added tasmlist parameter to getintparaloc() (needed for llvm)jonas2015-04-041-1/+1
* * synchronized with privatetrunk till r30095jonas2015-03-051-48/+72
|\
| * * fixed tcgshlshrnode.pass_generate_code for 64 bit targetsjonas2015-01-301-47/+48
| * * Moved handling of emulated floating point negation into new virtual method ...sergei2014-08-271-1/+24
* | * synchronized with trunk up to r27758jonas2014-05-121-14/+24
|\ \ | |/
| * * 16/8-bit alu fix in tcgunaryminusnode.emit_float_sign_changenickysn2014-04-261-1/+7
| * * fixed overflow checking for the 64-bit unary minus on 16 and 8-bit platformsnickysn2014-04-251-1/+1
| * do not generate zero divisor checks if a divisor is a constantkaroly2014-03-101-12/+16
* | + hlcg/llvm support for unary minusjonas2014-03-061-16/+21
* | * pass a list of (pointers to) the paralocs to hlcgobj.a_call/g_call*, asjonas2014-03-061-1/+1
|/
* * fixed shl/shr with constant value>=32 on 64 bit platformsjonas2014-02-181-1/+8
* * converted tshshrnode to thlcgobjjonas2014-02-181-4/+12
* * cleanupflorian2014-02-161-8/+1
* * do not location_force_reg in tcgshlshrnode.second_integer if left is alread...florian2014-02-161-1/+4
* * x86 and SPARC: fixed handling 64-bit (qwordbool) values in tcgnotnode (part...sergei2014-01-021-1/+29
* * avoid the meaningless conversion of the right shl/shr argument to 32-bit onnickysn2014-01-011-4/+10
* * fixes several issues which cause warnings by the dfa code when using it to ...florian2013-12-011-0/+2
* * fixed tcgnotnode.second_64bit for 8/16-bit cpus after r24678nickysn2013-06-011-2/+2
* * improve register handling for not and unary minus operator by using a new r...florian2013-05-311-9/+16
* * initial support for system procs that use calling conventions that push lef...nickysn2013-04-211-1/+3
* * tcgunaryminusnode.second_64bit fixed for < 32-bit CPUsnickysn2013-03-121-6/+6
* * cpu16bitalu fixes in tcgshlshrnode.second_integernickysn2013-03-111-5/+25
* 16-bit ALU fix in tcgunaryminusnode.second_integernickysn2013-03-091-1/+1
* * restored accidentally removed call to fpc_handleerror in r23325jonas2013-01-061-0/+1
* * pass the procdef to getintparaloc instead of only the proccalloption, sojonas2013-01-061-3/+2
* * fixes support for cpus with cpunodefaultint for unary minus nodesflorian2012-10-231-0/+4
* * fixed unaryminus overflow check for high level targets (call helper viajonas2012-10-211-2/+2
* * tcgshlshrnode.second_integer: don't load the right expression into a regist...florian2012-09-041-1/+1
* + also specify the parameter def when allocating a parameter viajonas2012-06-241-1/+1
* * moved subsetref/reg and bit_set/test support from cgobj to hlcgobj forjonas2012-05-131-15/+30
* + support for unaryminus for the JVM target (integer via generic code, floatjonas2011-08-201-5/+11
* * converted tcgnotnode.second_integer() to hlcgjonas2011-08-201-3/+3
* * reintegrate avr branch into trunk, work on avr is less invasive than I thou...florian2011-04-191-0/+5
* + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>size...florian2011-02-261-1/+1
* * Fixed spell error revealed by lintian.mazen2010-10-061-2/+2
* * changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it canjonas2010-05-301-2/+1
* * renamed a_param_* to a_load_*_cgparajonas2010-05-221-1/+1
* * use 3 op cgobj methods when doing shl/shr code generation, this allows the ...florian2009-12-271-6/+7
* * always specify an explicit alignment for tgobj.gettemp (so e.g.jonas2008-11-081-1/+1