1. 07 Mar, 2016 2 commits
    • 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 .
  2. 02 Mar, 2016 1 commit
  3. 01 Mar, 2016 5 commits
  4. 29 Feb, 2016 4 commits
  5. 27 Feb, 2016 1 commit
  6. 26 Feb, 2016 3 commits
  7. 25 Feb, 2016 2 commits
  8. 24 Feb, 2016 3 commits
  9. 20 Feb, 2016 1 commit
  10. 18 Feb, 2016 1 commit
  11. 17 Feb, 2016 7 commits
  12. 16 Feb, 2016 2 commits
  13. 11 Feb, 2016 1 commit
  14. 10 Feb, 2016 7 commits