Skip to content
Success

Changes

Summary

  1. Translated the Link-Once pass to the new ast. (details)
  2. increase timeout in test.py from 180 to 240 seconds to deal with long locking tests on the ARM (details)
  3. First clean-up pass on box pass. Some of it is stuff that could have been done in the initial commit but there was just so much of it. The rest is mostly simple restructuring that makes the translation less direct. (details)
Commit 3cbe3208a46cac04121664ab55595e2679b6dcb3 by ajbeach
Translated the Link-Once pass to the new ast.
The file was modifiedsrc/CodeGen/LinkOnce.cc
The file was modifiedsrc/CodeGen/LinkOnce.h
The file was modifiedsrc/main.cc
Commit 15b5abac85a377b252c458a49494f936bb5d33a1 by Peter Buhr
increase timeout in test.py from 180 to 240 seconds to deal with long locking tests on the ARM
The file was modifiedtests/test.py
Commit 045cda3e622c6be55873852ec248feb1e565921f by ajbeach
First clean-up pass on box pass. Some of it is stuff that could have been done in the initial commit but there was just so much of it. The rest is mostly simple restructuring that makes the translation less direct.
The file was modifiedsrc/GenPoly/BoxNew.cpp