Skip to content
Snippets Groups Projects
  1. Feb 05, 2013
  2. Jan 31, 2013
    • Avi Kivity's avatar
      runtime: implement __cxa_guard_acquire() · 4e7d8cce
      Avi Kivity authored
      Otherwise, static constructors in functions are never called.  This
      manifested itself in the jit generating wrong code when compiling a function,
      as the register calling convention was not initialized, and the jvm tried
      to load all method arguments into %rax.
      4e7d8cce
  3. Jan 27, 2013
  4. Jan 21, 2013
  5. Jan 20, 2013
  6. Jan 19, 2013
  7. Jan 18, 2013
  8. Jan 17, 2013
  9. Jan 16, 2013
    • Christoph Hellwig's avatar
      add the string library from musl · 5cd0168f
      Christoph Hellwig authored
      Import the whole string library, as well as the ctype functions from the musl
      C library.  Must is a BSD licensed library that aims to be API and mostly ABI
      compatible with glibc, so it's our easiest way to provide the ABI we need
      without reinventing the wheel.  I will import more of the traditional non-syscall
      C library code from it and expect libc/ to eventually mostly consist of slightly
      modified musl code.
      5cd0168f
  10. Jan 15, 2013
  11. Jan 11, 2013
  12. Jan 10, 2013
  13. Jan 09, 2013
  14. Jan 08, 2013
  15. Jan 07, 2013
  16. Jan 06, 2013
  17. Jan 03, 2013
  18. Jan 01, 2013
  19. Dec 30, 2012
  20. Dec 28, 2012
    • Avi Kivity's avatar
      build: add arch/x64 to include path · ecbee89b
      Avi Kivity authored
      This allows generic code to include arch specific code, by eliding the
      arch/x64/ prefix.
      ecbee89b
    • 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
  21. Dec 27, 2012
Loading