summaryrefslogtreecommitdiff
path: root/compiler/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* * fixed tlist overflow in some corner cases when fixing up jumpsjonas2006-01-261-1/+1
* * div by const now enabled with -O2 (not -O3)tom_at_work2006-01-082-48/+111
* * basic ppc64 PIC code supporttom_at_work2006-01-082-63/+128
* * reverted changes from 2214, needs to be split into several commitstom_at_work2006-01-082-128/+63
* * basic code generation for dynamic linking code for ppc64tom_at_work2006-01-072-63/+128
* * stack frame optimizationstom_at_work2006-01-044-10/+56
* * added support for BI and BO fields for branchestom_at_work2006-01-032-7/+37
* * ppc64/linux specific compiler patches to improve C parameter passing compat...tom_at_work2005-12-183-18/+37
* * ppc64: with -Or the compiler now also generates calls to helper functions i...tom_at_work2005-11-201-101/+171
* * ppc64/linux: enhanced varargs support (passes tprintf test now)tom_at_work2005-11-172-27/+65
* * removed "+0" offset generation in assembler writertom_at_work2005-11-101-6/+1
* * ppc64: moved division by constant optimization from nppcmat to cgcpu unittom_at_work2005-11-055-373/+248
* * a_op_const_reg_reg optimizationstom_at_work2005-11-049-215/+524
* - added handling of OS_NO parameters in a_param_reftom_at_work2005-11-011-4/+54
* * assembly round and trunc routines for ppc64tom_at_work2005-10-262-2/+4
* * release old stack pointer register on ppc64 after method prologtom_at_work2005-10-264-40/+38
* * call by register now also takes care of the TOC and environment pointertom_at_work2005-10-251-115/+120
* * jumptable supporttom_at_work2005-10-202-48/+119
* * parameter passing is now more ABI complianttom_at_work2005-10-194-289/+169
* * added workarounds for some load/store instructions requiring 4 byte aligned...tom_at_work2005-10-141-58/+114
* * fixed -Or cycle for PowerPC64 by adding the missing additional newra methodstom_at_work2005-10-121-6/+45
* * fixed problem with too large offsets in conditional jumps (see also rev 116...tom_at_work2005-10-101-1/+87
* * fixed last commit (1337) which broke some files in the repositorytom_at_work2005-10-082-0/+1929
* * makefile adaption to be able to cycle compiler and RTL on PowerPC64 targettom_at_work2005-10-082-1934/+0
* * powerpc64 port now (manually) cycles, most test programs in tests/test are ...tom_at_work2005-10-052-15/+17
* * new assembler symbol type AT_LABEL needed for PowerPc64 targettom_at_work2005-10-031-2/+2
* - more PowerPC64 fixes; "Hello World" style programs can be compiled and runtom_at_work2005-09-274-61/+52
* * aktoutputformat removed, add new paraXX vars for targetpeter2005-09-251-4/+0
* * powerpc64 port from Thomas Schatzlpeter2005-09-2541-0/+8770