Skip to content
  1. May 30, 2018
    • Lang Hames's avatar
      [ORC] Update JITCompileCallbackManager to support multi-threaded code. · bd0cb787
      Lang Hames authored
      Previously JITCompileCallbackManager only supported single threaded code. This
      patch embeds a VSO (see include/llvm/ExecutionEngine/Orc/Core.h) in the callback
      manager. The VSO ensures that the compile callback is only executed once and that
      the resulting address cached for use by subsequent re-entries.
      
      llvm-svn: 333490
      bd0cb787
  2. May 29, 2018
  3. May 26, 2018
    • Paul Semel's avatar
      [llvm-objcopy] Add --keep-file-symbols option · cf51c80b
      Paul Semel authored
      This option prevent from removing file symbols while removing symbols.
      
      Differential Revision: https://reviews.llvm.org/D46830
      
      llvm-svn: 333339
      cf51c80b
    • Teresa Johnson's avatar
      [ThinLTO] Print module summary index to assembly · 08d5b4ef
      Teresa Johnson authored
      Summary:
      Implements AsmWriter support for printing the module summary index to
      assembly with the format discussed in the RFC "LLVM Assembly format for
      ThinLTO Summary".
      
      Implements just enough of the parsing support to recognize and ignore
      the summary entries. As agreed in the RFC thread, this will be the
      behavior when assembling the IR. A follow on change will implement
      parsing/assembling of the summary entries for use by tools that
      currently build the summary index from bitcode.
      
      Reviewers: dexonsmith, pcc
      
      Subscribers: inglorion, eraman, steven_wu, dblaikie, llvm-commits
      
      Differential Revision: https://reviews.llvm.org/D46699
      
      llvm-svn: 333335
      08d5b4ef
    • Fangrui Song's avatar
      [llvm-symbolizer] Simplify · ffebfe10
      Fangrui Song authored
      llvm-svn: 333334
      ffebfe10
  4. May 25, 2018
  5. May 24, 2018
  6. May 23, 2018
  7. May 22, 2018
  8. May 21, 2018
  9. May 19, 2018
  10. May 18, 2018
Loading