summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic/safestack-byval.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on ↵NAKAMURA Takumi2015-12-011-94/+0
| | | | | | x86-64. llvm-svn: 254396
* [Hexagon] Disabling failing safestack testColin LeMahieu2015-12-011-0/+1
| | | | llvm-svn: 254375
* llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls.NAKAMURA Takumi2015-12-011-0/+2
| | | | llvm-svn: 254361
* Extend debug info for function parameters in SDAG.Evgeniy Stepanov2015-12-011-0/+91
SDAG currently can emit debug location for function parameters when an llvm.dbg.declare points to either a function argument SSA temp, or to an AllocaInst. This change extends this logic by adding a fallback case when neither of the above is true. This is required for SafeStack, which may copy the contents of a byval function argument into something that is not an alloca, and then describe the target as the new location of the said argument. llvm-svn: 254352
OpenPOWER on IntegriCloud