summaryrefslogtreecommitdiff
path: root/compiler/x86
Commit message (Expand)AuthorAgeFilesLines
* * don't destroy edi when allocating the stack frame for win32jonas2006-01-231-2/+5
* * tai_const refactoredflorian2006-01-221-38/+42
* * Add --64 or --32 to as call to allow i386 make cycle using -Aas ondaniel2006-01-221-2/+2
* + added more dwarf sectionsflorian2006-01-211-3/+9
* * i386 uses dwarf cfi info on linux/win32, so even when omitting the stack fr...florian2006-01-212-2/+4
* * generic compiler patches for ppc64/linux PIC codetom_at_work2006-01-081-2/+3
* * avoid esp to be freedflorian2006-01-071-2/+2
* * made some Tcpuregisterset parameters const to avoid useless copyingjonas2006-01-051-4/+4
* + no stackframe is generated for i386 if possibleflorian2006-01-041-1/+2
* * cleaned up segmented thread variablesflorian2006-01-031-14/+35
* * more @GOT parsingflorian2006-01-021-0/+5
* + parsing of @GOT on i386florian2006-01-021-0/+5
* * first implementation of pic for i386florian2006-01-011-12/+23
* * fixed m68k compilation while sitting bored in the trainflorian2005-11-251-1/+0
* * fixed rtl package buildingflorian2005-11-151-2/+3
* + more make_simple_ref addedflorian2005-11-151-13/+17
* + added missing make_simple_refflorian2005-11-151-0/+4
* * fixed address calculation when generating picflorian2005-11-151-1/+1
* + implementation of lazy binding for linuxflorian2005-11-141-1/+8
* * of course, we can't omit pic generation for local symbolsflorian2005-11-131-7/+4
* * fixed loading of pic'ed symbols with offsetflorian2005-11-131-22/+31
* + plt support for x86_64florian2005-10-232-1/+12
* + added missing make_simple_refflorian2005-10-231-1/+4
* + use sse for sqrt if possibleflorian2005-10-031-2/+19
* + sqr uses sse on x86 if possibleflorian2005-10-031-2/+12
* * aktoutputformat removed, add new paraXX vars for targetpeter2005-09-251-10/+10
* * lineinfo fixed for binary writerpeter2005-09-191-2/+18
* * support multiple asmlabel types, renamed getlabel topeter2005-09-185-22/+15
* * basic framework for debuginfo class addedpeter2005-09-151-50/+0
* * rename al_code to al_procedures, al_bss/al_data to al_globalspeter2005-09-151-2/+2
* * fixed broken powerpc compilationflorian2005-09-111-2/+2
* + Implemented resources for ELFmichael2005-08-281-2/+2
* * put typedconsts in own asmlist to prevent mixingpeter2005-08-173-29/+22
* * updated to nasm 0.98.39 and insns.dat Rev. 1.46florian2005-08-091-1/+2
* * nx86cnv.pas must set ctypeconv node properlyflorian2005-08-031-0/+2
* * mm register spilling fixedflorian2005-07-271-1/+23
* * cvtxx2yy has now proper modification informationflorian2005-07-261-22/+22
* * unified internal errorflorian2005-07-261-1/+1
* * Proof of concept: Support threadvars using segment registers.daniel2005-07-242-37/+50
* * Group asmlists into array to be able to adddaniel2005-07-233-24/+24
* * Fix two issues with internal assemblerdaniel2005-07-102-2/+2
* * Jcc now also doesn't need operand sizedaniel2005-07-101-3/+3
* * Improve automatic adding of operand size.daniel2005-07-101-11/+19
* * Internal assembler refuses instructions with constant operand butdaniel2005-07-102-1/+20
* * Add support for jmp $0011:$22334455 to Intel asm reader, request fromdaniel2005-07-102-6/+4
* + mmx support revived, fixes bug 4106florian2005-07-022-13/+271
* * case indention fixedflorian2005-06-151-254/+269
* * fixed more xmm stuffflorian2005-06-097-14/+1111
* * remove $Logpeter2005-06-072-62/+0
* * getmmregister should test the mm register allocator for being assignedflorian2005-06-051-3/+3