Skip to content
  1. Sep 22, 2011
  2. Sep 21, 2011
  3. Sep 20, 2011
  4. Sep 19, 2011
  5. Sep 16, 2011
  6. Sep 14, 2011
    • Akira Hatanaka's avatar
      Add comment. · 3efff6c9
      Akira Hatanaka authored
      llvm-svn: 139699
      3efff6c9
    • Bruno Cardoso Lopes's avatar
      One more patch towards JIT support for Mips. · 483c269a
      Bruno Cardoso Lopes authored
      - Add TSFlags for the instruction formats. The idea here is to use
        as much encoding as possible from getBinaryCodeForInstr, and having
        TSFLags formats for that would make it easier to encode most part
        of the instructions (since Mips encodings are pretty straightforward)
      - Improve the mips mechanism for compilation callback
      - Add Mips specific code for invalidating the instruction cache
      - Next patch will address wrong tablegen encoding
      
      Commit msg added by my own but the patch is from Sasa Stankovic.
      
      llvm-svn: 139688
      483c269a
  7. Sep 13, 2011
  8. Sep 10, 2011
  9. Sep 09, 2011
  10. Sep 07, 2011
  11. Sep 06, 2011
    • Duncan Sands's avatar
      Add codegen support for vector select (in the IR this means a select · f2641e1b
      Duncan Sands authored
      with a vector condition); such selects become VSELECT codegen nodes.
      This patch also removes VSETCC codegen nodes, unifying them with SETCC
      nodes (codegen was actually often using SETCC for vector SETCC already).
      This ensures that various DAG combiner optimizations kick in for vector
      comparisons.  Passes dragonegg bootstrap with no testsuite regressions
      (nightly testsuite as well as "make check-all").  Patch mostly by
      Nadav Rotem.
      
      llvm-svn: 139159
      f2641e1b
  12. Aug 31, 2011
  13. Aug 30, 2011
  14. Aug 29, 2011
  15. Aug 24, 2011
  16. Aug 23, 2011
Loading