[prev in list] [next in list] [prev in thread] [next in thread] 

List:       klee-commits
Subject:    [klee-commits] [klee/klee] 549206: Add LLVM 11 to lit.cfg
From:       Cristian Cadar <noreply () github ! com>
Date:       2020-12-04 15:57:20
Message-ID: klee/klee/push/refs/heads/master/fba9ea-4ca5a8 () github ! com
[Download RAW message or body]


*******************
This email originates from outside Imperial. Do not click on links and attachments \
unless you recognise the sender.  If you trust the sender, add them to your safe \
senders list https://spam.ic.ac.uk/SpamConsole/Senders.aspx to disable email stamping \
                for this address.
*******************
  Branch: refs/heads/master
  Home:   https://github.com/klee/klee
  Commit: 549206763cab1154fe05fc7a9a5f0e089405dcbd
      https://github.com/klee/klee/commit/549206763cab1154fe05fc7a9a5f0e089405dcbd
  Author: Cristian Cadar <c.cadar@imperial.ac.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M test/lit.cfg

  Log Message:
  -----------
  Add LLVM 11 to lit.cfg


  Commit: 9be3e76ed1f9eb0ec86531e2437091f7f1f02c88
      https://github.com/klee/klee/commit/9be3e76ed1f9eb0ec86531e2437091f7f1f02c88
  Author: Cristian Cadar <c.cadar@imperial.ac.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M test/VectorInstructions/extract_element.c
    R test/VectorInstructions/extract_element_symbolic.c
    M test/VectorInstructions/insert_element.c
    R test/VectorInstructions/insert_element_symbolic.c
    A test/VectorInstructions/oob-llvm-lt11.c

  Log Message:
  -----------
  Move all overflows from the vector instructions tests into a new file, as the \
overflow behaviour is different in LLVM 11.


  Commit: 9d33f395e34aaef9902d6fe6c15e06e894231f85
      https://github.com/klee/klee/commit/9d33f395e34aaef9902d6fe6c15e06e894231f85
  Author: Cristian Cadar <c.cadar@imperial.ac.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    A test/VectorInstructions/oob-write-llvm-geq11.c

  Log Message:
  -----------
  Test reflecting the LLVM 11 behavior for transforming writes of the form f[k] = v, \
with f a 4-element vector, into something along the lines:  if k == 0 => f[0] = v
 if k == 1 => f[1] = v
 if k == 2 => f[2] = v
 if k == 3 => f[3] = v


  Commit: 4ca5a80836de48036e47f611a6ea610a6fb2b54b
      https://github.com/klee/klee/commit/4ca5a80836de48036e47f611a6ea610a6fb2b54b
  Author: Cristian Cadar <c.cadar@imperial.ac.uk>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    A test/VectorInstructions/oob-read-llvm-geq11.c

  Log Message:
  -----------
  Test reflecting the LLVM 11 behavior for transforming reads of the form f[k], with \
k symbolic and f a 4-element vector into something along the lines:  if k == 0 => \
f[0]  elif k == 1 => f[1]
 elif k == 2 => f[2]
 elif k == 3 => f[3]
 else ==> undef


Compare: https://github.com/klee/klee/compare/fba9ea939e33...4ca5a80836de

_______________________________________________
klee-commits mailing list
klee-commits@imperial.ac.uk
https://mailman.ic.ac.uk/mailman/listinfo/klee-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic