Skip to content
Snippets Groups Projects
  1. Jul 03, 2018
    • 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
  2. Jul 02, 2018
  3. Jun 29, 2018
  4. Jun 28, 2018
  5. 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
  6. Jun 08, 2018
    • Eric Müller's avatar
      Add LICENSE · 468e6d1a
      Eric Müller authored
      Change-Id: I777b46696ef7cb3f4f13c5da3828d43e666576d5
      468e6d1a
  7. Jun 06, 2018
  8. Jun 05, 2018
  9. May 29, 2018
  10. May 25, 2018
  11. May 23, 2018
  12. May 22, 2018
  13. May 19, 2018
  14. May 18, 2018
  15. May 17, 2018
  16. May 16, 2018
  17. Apr 04, 2018
  18. 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
  19. Feb 01, 2018
  20. Jan 10, 2018
  21. Jan 03, 2018
  22. Dec 05, 2017
  23. 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
  24. Sep 11, 2017
  25. Aug 30, 2017
  26. Jun 07, 2017
  27. Apr 18, 2017
  28. Mar 08, 2017
  29. Jan 19, 2017
    • David Stöckel's avatar
      Header for dls v2 constants · 73f1e986
      David Stöckel authored
      Change-Id: Id5ffda7fa1b7f185e52e3dd204e324ad6067447a
      73f1e986
    • David Stöckel's avatar
      Add test for vector functions · 96a8e5d3
      David Stöckel authored
      This is an initial commit for testing the vector variables and instructions
      which are added to the compiler by @aheimbrecht. The test should be expanded a
      lot.
      
      Change-Id: Id98eb2f160705f47d65dbbfe1b89ab73c1063edb
      96a8e5d3
  30. Jan 17, 2017
  31. Jan 16, 2017