| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move llvm/test/DebugInfo/Generic/safestack-byval.ll to X86. It depends on ↵ | NAKAMURA Takumi | 2015-12-01 | 1 | -94/+0 |
| | | | | | | | x86-64. llvm-svn: 254396 | ||||
| * | [Hexagon] Disabling failing safestack test | Colin LeMahieu | 2015-12-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 254375 | ||||
| * | llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls. | NAKAMURA Takumi | 2015-12-01 | 1 | -0/+2 |
| | | | | | llvm-svn: 254361 | ||||
| * | Extend debug info for function parameters in SDAG. | Evgeniy Stepanov | 2015-12-01 | 1 | -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 | |||||

