1. 10 Mar, 2016 2 commits
  2. 09 Mar, 2016 5 commits
  3. 08 Mar, 2016 2 commits
  4. 07 Mar, 2016 3 commits
    • Subzero: Fix "make presubmit" for spec -Om1. · c8f56a39
      Jim Stichnoth authored
      For the Om1 spec tests, we were generating commands like this:
      
        ./pydir/szbuild_spec2k.py -v -Om1 --target=x8632 -O2 --filetype=obj 253.perlbmk
      
      where -Om1 and -O2 both appear.  Python's argparse allows an argument to be set multiple times, and the last one would win, i.e. -O2 is used instead of -Om1.
      
      BUG= none
      R=jpp@chromium.org
      
      Review URL: https://codereview.chromium.org/1766603002 .
    • Subzero: Fix symbol name mangling. Make flags global. · 98ba0066
      Jim Stichnoth authored
      This cleans up the whole --prefix handling mechanism, so that all mangling is done based on logic in the parser instead of scattered all over the code base.  Another nice side effect is that it allows some getName() style functions to return a const string reference instead of a string copy.
      
      Also, moves ClFlags into a static field of GlobalContext, i.e. makes it global, so that these constant flags can be accessed without having to plumb a GlobalContext object.  Note that some of the ClFlags and ClFlagsExtra plumbing in the compile server classes could be simplified to directly use the corresponding static fields, but this is left mostly as is for now, for when we do a proper separation between core and supplemental flags.
      
      BUG= none
      R=jpp@chromium.org
      
      Review URL: https://codereview.chromium.org/1766233002 .
    • Subzero: Count lookups of each constant value in the constant pool. · 9f9aa2c1
      Jim Stichnoth authored
      With "-verbose cpool", at the end it dumps counts of the number of times each pooled constant was looked up.  The output is grouped by type and sorted by constant value, but it's easy to run it through "sort -nr" to see it ordered by popularity.
      
      BUG= none
      R=jpp@chromium.org
      
      Review URL: https://codereview.chromium.org/1768173002 .
  5. 02 Mar, 2016 1 commit
  6. 01 Mar, 2016 5 commits
  7. 29 Feb, 2016 4 commits
  8. 27 Feb, 2016 1 commit
  9. 26 Feb, 2016 3 commits
  10. 25 Feb, 2016 2 commits
  11. 24 Feb, 2016 3 commits
  12. 20 Feb, 2016 1 commit
  13. 18 Feb, 2016 1 commit
  14. 17 Feb, 2016 7 commits