summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/no-compact-unwind.ll
Commit message (Collapse)AuthorAge
* Try to fix the atom buildbots by adding an explicit 'cpu' to the 'llc' command.Bill Wendling2013-09-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190541 91177308-0d34-0410-b5e6-96231b3b80d8
* Another attempt to fix windows buildbots.Bill Wendling2013-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190350 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt to fix buildbots by giving an explicit output to the llvm-mc command.Bill Wendling2013-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190349 91177308-0d34-0410-b5e6-96231b3b80d8
* Expand test to make sure that we can generate compact unwind from an ASM file.Bill Wendling2013-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190348 91177308-0d34-0410-b5e6-96231b3b80d8
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
| | | | | | | | | | | | | | | | We used to generate the compact unwind encoding from the machine instructions. However, this had the problem that if the user used `-save-temps' or compiled their hand-written `.s' file (with CFI directives), we wouldn't generate the compact unwind encoding. Move the algorithm that generates the compact unwind encoding into the MCAsmBackend. This way we can generate the encoding whether the code is from a `.ll' or `.s' file. <rdar://problem/13623355> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190290 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove tbaa metadata.Bill Wendling2013-04-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179970 91177308-0d34-0410-b5e6-96231b3b80d8
* Make test slightly more readable.Bill Wendling2013-04-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179888 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a testcase to make sure we generate the proper compact unwind section ↵Bill Wendling2013-04-19
for a function that cannot produce a compact unwind encoding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179887 91177308-0d34-0410-b5e6-96231b3b80d8