Skip to content
Snippets Groups Projects
  1. Jun 29, 2018
  2. Jun 28, 2018
  3. 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
  4. Jun 08, 2018
    • Eric Müller's avatar
      Add LICENSE · 468e6d1a
      Eric Müller authored
      Change-Id: I777b46696ef7cb3f4f13c5da3828d43e666576d5
      468e6d1a
  5. Jun 06, 2018
  6. Jun 05, 2018
  7. May 29, 2018
  8. May 25, 2018
  9. May 23, 2018
  10. May 22, 2018
  11. May 19, 2018
  12. May 18, 2018
  13. May 17, 2018
  14. May 16, 2018
  15. Apr 04, 2018
  16. 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
  17. Feb 01, 2018
  18. Jan 10, 2018
  19. Jan 03, 2018
  20. Dec 05, 2017
  21. 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
  22. Sep 11, 2017
  23. Aug 30, 2017
  24. Jun 07, 2017
  25. Apr 18, 2017
  26. Mar 08, 2017
  27. 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
  28. Jan 17, 2017
  29. Jan 16, 2017
  30. Jan 12, 2017
  31. Jan 09, 2017
  32. Dec 20, 2016