| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use right pointer type in DebugIR | Matt Arsenault | 2013-09-27 | 1 | -0/+13 |
| | | | | | llvm-svn: 191576 | ||||
| * | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | - Instead of setting the suffixes in a bunch of places, just set one master list in the top-level config. We now only modify the suffix list in a few suites that have one particular unique suffix (.ml, .mc, .yaml, .td, .py). - Aside from removing the need for a bunch of lit.local.cfg files, this enables 4 tests that were inadvertently being skipped (one in Transforms/BranchFolding, a .s file each in DebugInfo/AArch64 and CodeGen/PowerPC, and one in CodeGen/SI which is now failing and has been XFAILED). - This commit also fixes a bunch of config files to use config.root instead of older copy-pasted code. llvm-svn: 188513 | ||||
| * | Adding tests for DebugIR pass | Daniel Malea | 2013-06-28 | 7 | -0/+363 |
| | | | | | | | | | | | - lit tests verify that each line of input LLVM IR gets a !dbg node and a corresponding entry of metadata that contains the line number - unit tests verify that DebugIR works as advertised in the interface - refactored some useful IR generation functionality from the MCJIT unit tests so it can be reused llvm-svn: 185212 | ||||
| * | Revert 181475 as the DebugIR tests are breaking (automake) buildbots that ↵ | Daniel Malea | 2013-05-08 | 14 | -700/+0 |
| | | | | | | | | | re-use build dirs - the temporaries "-debug.ll" files generated by DebugIR pass are considered tests, even though they are not llvm-svn: 181476 | ||||
| * | DebugIR tests -- lit tests for the line number transform | Daniel Malea | 2013-05-08 | 14 | -0/+700 |
| - simple one-function case - function-calling case - external function calling case - exception throwing case - vector case Note: these tests are somewhat coupled to the current format of debug metadata. llvm-svn: 181469 | |||||

