summaryrefslogtreecommitdiff
path: root/testjit.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-04asdfSøren Sandmann Pedersen1-0/+5
2008-08-23Fix includesSøren Sandmann Pedersen1-1/+1
2008-03-22More ra workSøren Sandmann1-2/+1
2008-03-21Various small tweaksSøren Sandmann1-26/+6
2007-12-20Add movdqu plus UNALIGN macroSøren Sandmann1-1/+10
2007-12-20Include sys/timeSøren Sandmann1-1/+1
2007-12-12Add some more instructionsSøren Sandmann1-5/+25
2007-12-12Add time measuringSøren Sandmann1-8/+38
2007-12-12Make width/height/stride named constantsSøren Sandmann1-11/+14
2007-12-10TODOSøren Sandmann1-6/+6
2007-12-09Add jump instructions; add subroutine to do unaligned pixelsSøren Sandmann1-3/+30
2007-12-08TODO; add call to label; jle_sSøren Sandmann1-10/+20
2007-12-08Remove remaining use of x86-codegen.hSøren Sandmann1-5/+6
2007-12-08Process four pixels at a time; some new instructionsSøren Sandmann1-42/+70
2007-12-07Fix alpha expanding. Add simple testSøren Sandmann1-23/+44
2007-12-07Move forward instead of backwardSøren Sandmann1-34/+43
2007-12-07Fix memmory access; add call instructionSøren Sandmann1-21/+24
2007-12-07Make it work with enforcing SELinuxSøren Sandmann1-14/+23
2007-12-06Several new instructions; generate a complete render opSøren Sandmann1-9/+115
2007-12-05Some more instructions; beginning of an actual compositing routineSøren Sandmann1-9/+43
2007-12-05Make regs have different numbers than regnos. Add asserts about this. Add mor...Søren Sandmann1-2/+2
2007-12-05Add register constructorsSøren Sandmann1-53/+53
2007-12-04Get rid of various memory op typesSøren Sandmann1-21/+21
2007-12-04Support for labels ; better cpu_detectSøren Sandmann1-38/+23
2007-12-03Lots of stuff - generation of CPU detection among other thingsSøren Sandmann1-23/+170
2007-12-03Make use of new emit_ functionsSøren Sandmann1-9/+12
2007-12-03Add copyright statement from ORPSøren Sandmann1-0/+2
2007-12-02More workSøren Sandmann1-40/+84
2007-12-02Various stuffSøren Sandmann1-21/+57
2007-12-02Add sub instructionSøren Sandmann1-0/+54
2007-12-02New Assembler objectSøren Sandmann1-21/+19
2007-12-02Split ops when they are generated; add push, pop and returnSøren Sandmann1-0/+43