Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide tests, that check .loc, .file in output assembly, from darwin9 buildbot. | Devang Patel | 2010-12-02 | 1 | -29/+0 |
| | | | | llvm-svn: 120750 | ||||
* | Change CodeGen to use .loc directives. This produces a lot more readable output | Rafael Espindola | 2010-11-18 | 1 | -3/+1 |
| | | | | | | | | and testing is easier. A good example is the unknown-location.ll test that now can just look for ".loc 1 0 0". We also don't use a DW_LNE_set_address for every address change anymore. llvm-svn: 119613 | ||||
* | If FE forgot to provide a file name (usually it uses "stdin" as name in such ↵ | Devang Patel | 2010-09-16 | 1 | -0/+31 |
situation) then make one up to ensure that debug info is not malformed. llvm-svn: 114119 |