Skip to content
  1. Jul 25, 2014
    • Duncan P. N. Exon Smith's avatar
      Move -verify-use-list-order into llvm-uselistorder · 4b4d8ecd
      Duncan P. N. Exon Smith authored
      Ugh.  Turns out not even transformation passes link in how to read IR.
      I sincerely believe the buildbots will finally agree with my system
      after this though.  (I don't really understand why all of this has been
      working on my system, but not on all the buildbots.)
      
      Create a new tool called llvm-uselistorder to use for verifying use-list
      order.  For now, just dump everything from the (now defunct)
      -verify-use-list-order pass into the tool.
      
      This might be a better way to test use-list order anyway.
      
      Part of PR5680.
      
      llvm-svn: 213957
      4b4d8ecd
    • David Majnemer's avatar
      Opportunistically fix the builders · ab131e86
      David Majnemer authored
      A builder complained that it couldn't find llvm-vtabledump, this is
      probably because it wasn't a dependency of the 'test' target.
      
      llvm-svn: 213905
      ab131e86
  2. Jul 24, 2014
  3. Jul 11, 2014
  4. Jun 23, 2014
  5. Jun 22, 2014
  6. Jun 10, 2014
  7. May 07, 2014
  8. May 05, 2014
  9. May 02, 2014
  10. Apr 30, 2014
  11. Apr 27, 2014
  12. Apr 03, 2014
    • Saleem Abdulrasool's avatar
      ARM: update even more tests · 717c9919
      Saleem Abdulrasool authored
      More updating of tests to be explicit about the target triple rather than
      relying on the default target triple supporting ARM mode.
      
      Indicate to lit that object emission is not yet available for Windows on ARM.
      
      llvm-svn: 205545
      717c9919
  13. Mar 28, 2014
  14. Mar 21, 2014
  15. Feb 18, 2014
    • Duncan P. N. Exon Smith's avatar
      PGO: llvm-profdata: tool for merging profiles · 846a627f
      Duncan P. N. Exon Smith authored
      Introducing llvm-profdata, a tool for merging profile data generated by
      PGO instrumentation in clang.
      
      - The name indicates a file extension of <name>.profdata.  Eventually
        profile data output by clang should be changed to that extension.
      
      - llvm-profdata merges two profiles.  However, the name is more general,
        since it will likely pick up more tasks (such as summarizing a single
        profile).
      
      - llvm-profdata parses the current text-based format, but will be
        updated once we settle on a binary format.
      
      <rdar://problem/15949645>
      
      llvm-svn: 201535
      846a627f
  16. Jan 30, 2014
  17. Jan 22, 2014
  18. Dec 04, 2013
  19. Oct 29, 2013
  20. Oct 26, 2013
  21. Oct 23, 2013
    • Anders Waldenborg's avatar
      Add llvm-c-test tool for testing llvm-c · b932c669
      Anders Waldenborg authored
      This provides rudimentary testing of the llvm-c api.
      
      The following commands are implemented:
      
        * --module-dump
          Read bytecode from stdin - print ir
      
        * --module-list-functions
          Read bytecode from stdin - list summary of functions
      
        * --module-list-globals
          Read bytecode from stdin - list summary of globals
      
        * --targets-list
          List available targets
      
        * --object-list-sections
          Read object file from stdin - list sections
      
        * --object-list-symbols
          Read object file from stdin - list symbols (like nm)
      
        * --disassemble
          Read lines of triple, hex ascii machine code from stdin - print disassembly
      
        * --calc
          Read lines of name, rpn from stdin - print generated module ir
      
      Differential-Revision: http://llvm-reviews.chandlerc.com/D1776
      llvm-svn: 193233
      b932c669
  22. Oct 02, 2013
    • Chandler Carruth's avatar
      Remove the very substantial, largely unmaintained legacy PGO · ea564946
      Chandler Carruth authored
      infrastructure.
      
      This was essentially work toward PGO based on a design that had several
      flaws, partially dating from a time when LLVM had a different
      architecture, and with an effort to modernize it abandoned without being
      completed. Since then, it has bitrotted for several years further. The
      result is nearly unusable, and isn't helping any of the modern PGO
      efforts. Instead, it is getting in the way, adding confusion about PGO
      in LLVM and distracting everyone with maintenance on essentially dead
      code. Removing it paves the way for modern efforts around PGO.
      
      Among other effects, this removes the last of the runtime libraries from
      LLVM. Those are being developed in the separate 'compiler-rt' project
      now, with somewhat different licensing specifically more approriate for
      runtimes.
      
      llvm-svn: 191835
      ea564946
    • Chandler Carruth's avatar
      Don't layout items in a list in columns. That requires changing every · 40689dc0
      Chandler Carruth authored
      line just to add or remove a single element. What I wouldn't give to
      have clang-format here an be able to format this more densely without
      caring...
      
      Re-group and sort the entries while here to make the whole thing more
      clear.
      
      llvm-svn: 191828
      40689dc0
  23. Sep 30, 2013
  24. Sep 21, 2013
  25. Sep 20, 2013
  26. Sep 13, 2013
  27. Aug 30, 2013
  28. Aug 22, 2013
  29. Aug 21, 2013
  30. Aug 16, 2013
    • Daniel Dunbar's avatar
      [tests] Cleanup initialization of test suffixes. · 9efbedfd
      Daniel Dunbar authored
       - Instead of setting the suffixes in a bunch of places, just set one master
         list in the top-level config. We now only modify the suffix list in a few
         suites that have one particular unique suffix (.ml, .mc, .yaml, .td, .py).
      
       - Aside from removing the need for a bunch of lit.local.cfg files, this enables
         4 tests that were inadvertently being skipped (one in
         Transforms/BranchFolding, a .s file each in DebugInfo/AArch64 and
         CodeGen/PowerPC, and one in CodeGen/SI which is now failing and has been
         XFAILED).
      
       - This commit also fixes a bunch of config files to use config.root instead of
         older copy-pasted code.
      
      llvm-svn: 188513
      9efbedfd
  31. Aug 09, 2013
  32. Aug 08, 2013
  33. Aug 05, 2013
  34. Jul 12, 2013
  35. Jun 26, 2013
  36. Jun 15, 2013
    • Rafael Espindola's avatar
      Remove the LLVM specific archive index. · 668c6428
      Rafael Espindola authored
      Archive files (.a) can have a symbol table indicating which object
      files in them define which symbols. The purpose of this symbol table
      is to speed up linking by allowing the linker the read only the .o
      files it is actually going to use instead of having to parse every
      object's symbol table.
      
      LLVM's archive library currently supports a LLVM specific format for
      such table. It is hard to see any value in that now that llvm-ld is
      gone:
      
      * System linkers don't use it: GNU ar uses the same plugin as the
      linker to create archive files with a regular index. The OS X ar
      creates no symbol table for IL files, I assume the linker just parses
      all IL files.
      
      * It doesn't interact well with archives having both IL and native objects.
      
      * We probably don't want to be responsible for yet another archive
      format variant.
      
      This patch then:
      
      * Removes support for creating and reading such index from lib/Archive.
      * Remove llvm-ranlib, since there is nothing left for it to do.
      
      We should in the future add support for regular indexes to llvm-ar for
      both native and IL objects. When we do that, llvm-ranlib should be
      reimplemented as a symlink to llvm-ar, as it is equivalent to "ar s".
      
      llvm-svn: 184019
      668c6428
  37. Jun 14, 2013
Loading