Skip to content
Snippets Groups Projects
  1. Jan 11, 2013
  2. Jan 10, 2013
  3. Jan 08, 2013
    • Avi Kivity's avatar
      stack_trampoline: align stack · d7ee49a9
      Avi Kivity authored
      The ABI requires that the stack be aligned to 16 bytes, so sse can be used.
      Make it so.  Fixes the jvm assembler faulting.
      d7ee49a9
  4. Jan 07, 2013
  5. Jan 06, 2013
  6. Jan 03, 2013
  7. Jan 02, 2013
  8. Jan 01, 2013
  9. Dec 31, 2012
    • Avi Kivity's avatar
      math: add floor, ceil · ea8c298f
      Avi Kivity authored
      This takes the short cut of using sse 4.1 for the implementation,
      avoiding a coplicated C implementation.  Will work on Core and higher
      processors.
      ea8c298f
  10. Dec 30, 2012
  11. Dec 28, 2012
    • Avi Kivity's avatar
      arch: remove 'x86' namespace · 5298b92c
      Avi Kivity authored
      We will never build a single program containing code from two architectures,
      so segregating arch-specific code into a separate namespace is not solving
      any problem.  However it makes using arch-specific code from generic code
      impossible.
      
      Remove the 86 namespace to fix this.
      5298b92c
  12. Dec 27, 2012
  13. Dec 26, 2012
Loading