summaryrefslogtreecommitdiff
path: root/codex86.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-22Various fixesSøren Sandmann1-3/+27
2008-03-22Beginning of register allocatorSøren Sandmann1-22/+21
2008-03-21Various small tweaksSøren Sandmann1-5/+32
2007-12-20Add movdqu plus UNALIGN macroSøren Sandmann1-0/+30
2007-12-12Add some more instructionsSøren Sandmann1-12/+24
2007-12-09Add jump instructions; add subroutine to do unaligned pixelsSøren Sandmann1-0/+69
2007-12-08TODO; add call to label; jle_sSøren Sandmann1-0/+15
2007-12-08FormattingSøren Sandmann1-5/+5
2007-12-08Remove remaining use of x86-codegen.hSøren Sandmann1-22/+58
2007-12-08Get rid of remaining X86_???Søren Sandmann1-13/+18
2007-12-08Fold in branchesSøren Sandmann1-8/+94
2007-12-08Simplify emit_imm32Søren Sandmann1-8/+4
2007-12-08Fold in x86_patchSøren Sandmann1-50/+117
2007-12-08Process four pixels at a time; some new instructionsSøren Sandmann1-7/+99
2007-12-07Fix alpha expanding. Add simple testSøren Sandmann1-0/+6
2007-12-07Move forward instead of backwardSøren Sandmann1-0/+30
2007-12-07Fix memmory access; add call instructionSøren Sandmann1-0/+23
2007-12-07Make it work with enforcing SELinuxSøren Sandmann1-14/+51
2007-12-06Several new instructions; generate a complete render opSøren Sandmann1-12/+282
2007-12-05Some more instructions; beginning of an actual compositing routineSøren Sandmann1-7/+77
2007-12-05Make regs have different numbers than regnos. Add asserts about this. Add mor...Søren Sandmann1-113/+110
2007-12-05Add register constructorsSøren Sandmann1-84/+147
2007-12-04Put new registers into use in opSøren Sandmann1-66/+82
2007-12-04Add additional registersSøren Sandmann1-0/+22
2007-12-04MEMINDEX -> MEMSøren Sandmann1-18/+18
2007-12-04Get rid of various memory op typesSøren Sandmann1-123/+33
2007-12-04Support for labels ; better cpu_detectSøren Sandmann1-13/+118
2007-12-03Lots of stuff - generation of CPU detection among other thingsSøren Sandmann1-52/+78
2007-12-03Make use of new emit_ functionsSøren Sandmann1-74/+225
2007-12-03Add copyright statement from ORPSøren Sandmann1-1/+116
2007-12-02More workSøren Sandmann1-0/+7
2007-12-02Various stuffSøren Sandmann1-0/+18
2007-12-02Add sub instructionSøren Sandmann1-0/+55
2007-12-02remove unused codeSøren Sandmann1-14/+0
2007-12-02New Assembler objectSøren Sandmann1-33/+79
2007-12-02Split ops when they are generated; add push, pop and returnSøren Sandmann1-55/+131
2007-12-02Initial check-inSøren Sandmann1-0/+158