summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov2019-01-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This is LLVM part of D56663 Linker scripts shipped by TI require to have every interrupt vector in a separate section with a specific name: SECTIONS { __interrupt_vector_XX : { KEEP (*(__interrupt_vector_XX )) } > VECTXX ... } Follow the requirement emit the section for every vector which contain address of interrupt handler: .section __interrupt_vector_XX,"ax",@progbits .word %isr% Patch by Kristina Bessonova! Differential Revision: https://reviews.llvm.org/D56664 llvm-svn: 351345
* These tests used intrinsics with the wrong prototype. They weren't caught ↵Chris Lattner2012-05-271-3/+3
| | | | | | | | | because the old verifier just checked that something "was a pointer", but not that the pointee was correct. llvm-svn: 157544
* Add testcase for PR5703Anton Korobeynikov2009-12-221-0/+13
llvm-svn: 91931
OpenPOWER on IntegriCloud