Skip to content
Snippets Groups Projects
  1. Aug 16, 2018
  2. Aug 15, 2018
  3. Aug 03, 2018
  4. Jul 03, 2018
    • Philipp Spilger's avatar
      Add (failing) test for inlined f(vector) · 9ebe9d9d
      Philipp Spilger authored
      * inlined test fails (ppu program doesn't stop)
      * noinlined test succeeds (stops)
      
      Change-Id: I98991c0b041681aef07c04d1e32f43611e0a5b14
      9ebe9d9d
    • Philipp Spilger's avatar
      Add stack guard and redzone · 76a47269
      Philipp Spilger authored
      * protect from out of bounds writes
      * protect from stack growing into program memory region
      * provide waf options to enable
      
      Change-Id: I1629f3e9ce600a494fe8cf8441f67e23449c4629
      76a47269
  5. Jul 02, 2018
  6. Jun 29, 2018
  7. Jun 28, 2018
  8. Jun 17, 2018
    • Philipp Spilger's avatar
      Fix source names to differ · 23659252
      Philipp Spilger authored
      * Same names for c and cpp source files (except ending) causes
        intermediate files to have the same name, e.g. test_empty.s.
        This causes strange errors like 'undefined reference to _start',
        if the cpp intermediate file gets generated, before the as is
        called for the c intermediate file.
      * cpp files have _cc added to their name to fix behavior.
      
      Change-Id: Ia16725f5603c0382a0ecbb4acbdb6c02b79e77f0
      23659252
  9. Jun 08, 2018
    • Eric Müller's avatar
      Add LICENSE · 468e6d1a
      Eric Müller authored
      Change-Id: I777b46696ef7cb3f4f13c5da3828d43e666576d5
      468e6d1a
  10. Jun 06, 2018
  11. Jun 05, 2018
  12. May 29, 2018
  13. May 25, 2018
  14. May 23, 2018
  15. May 22, 2018
  16. May 19, 2018
  17. May 18, 2018
  18. May 17, 2018
  19. May 16, 2018
  20. Apr 04, 2018
  21. Feb 12, 2018
    • Eric Müller's avatar
      Add basic C++ support and some tests · b6b08413
      Eric Müller authored
      * test_vector_cc creates some random classes [WIP]
      * test_malloc does some simple alloc tests
      * test_empty{,cc} and a simple post-link-size checker checks for sizes :)
      
      Change-Id: Ie6976c2955d99155281a38074098fa2e4e9252f2
      b6b08413
  22. Feb 01, 2018
  23. Jan 10, 2018
  24. Jan 03, 2018
  25. Dec 05, 2017
  26. Dec 01, 2017
    • Eric Müller's avatar
      Fix warning for current state of gcc-nux · 00f44df0
      Eric Müller authored
      At some point the convenience wrapper for the conditional builtins
      disappeared. Let's directly call the conditional with the flag = 0
      for now...
      
      Change-Id: I73bad4167c9d2c152f19f5da7f15a42c33a79aa9
      00f44df0
  27. Sep 11, 2017
  28. Aug 30, 2017
  29. Jun 07, 2017
  30. Apr 18, 2017
  31. Mar 08, 2017