[Lldb-commits] [lldb] r314265 - Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the

2017-09-26 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Tue Sep 26 19:49:18 2017 New Revision: 314265 URL: http://llvm.org/viewvc/llvm-project?rev=314265&view=rev Log: Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the stack pointer for apple's armv7 ABI. When in a frameless function or in a prologue/epilogue where

[Lldb-commits] [PATCH] D38153: Inhibit global lookups for symbols in the IR dynamic checks

2017-09-26 Thread Sean Callanan via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL314225: [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checks (authored by spyffe). Changed prior to commit: https://reviews.llvm.org/D38153?vs=116444&id=116727#toc Repository

[Lldb-commits] [PATCH] D38153: Inhibit global lookups for symbols in the IR dynamic checks

2017-09-26 Thread Sean Callanan via Phabricator via lldb-commits
spyffe abandoned this revision. spyffe added a comment. Committed as LLDB r314225 Repository: rL LLVM https://reviews.llvm.org/D38153 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-co

[Lldb-commits] [lldb] r314225 - [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checks

2017-09-26 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Tue Sep 26 10:25:34 2017 New Revision: 314225 URL: http://llvm.org/viewvc/llvm-project?rev=314225&view=rev Log: [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checks The IR dynamic checks are self-contained functions whose job is to - verify that po