Skip to content
  1. Jul 21, 2016
  2. Jul 20, 2016
  3. Jul 19, 2016
  4. Jul 18, 2016
    • Rafael Espindola's avatar
      Delete dead code. · 01c07896
      Rafael Espindola authored
      And make it easier to spot code going dead by using elf::.
      
      llvm-svn: 275858
      01c07896
    • Rafael Espindola's avatar
      Pass section by reference. NFC. · 3fab8686
      Rafael Espindola authored
      llvm-svn: 275803
      3fab8686
    • Rui Ueyama's avatar
      Remove SymbolBody::PlaceholderKind. · e3357907
      Rui Ueyama authored
      In the last patch for --trace-symbol, I introduced a new symbol type
      PlaceholderKind and store it to SymVector storage. It made all code
      that iterates over SymVector to recognize and skip PlaceholderKind
      symbols. I found that that's annoying.
      
      In this patch, I removed PlaceholderKind and stop storing them to SymVector.
      Now the information whether a symbol is being watched by --trace-symbol
      is stored to the Symtab hash table.
      
      llvm-svn: 275747
      e3357907
    • Rui Ueyama's avatar
      Iterate over SymVector instead of Symtab hash table. · d6328526
      Rui Ueyama authored
      SymVector contains all symbols, so we can iterate either Symtab or SymVector
      to visit all symbols. Iterating over SymVector makes the next change for
      --trace-symbol possible.
      
      llvm-svn: 275746
      d6328526
  5. Jul 17, 2016
Loading