summaryrefslogtreecommitdiff
path: root/test/CodeGen/2009-10-20-GlobalDebug.c
AgeCommit message (Expand)Author
2017-08-30Adapt testcases to LLVM change r312144 in DIGlobalVariableExpressionAdrian Prantl
2016-12-20Update for LLVM global variable debug info API change.Adrian Prantl
2016-12-16Revert "Update for LLVM global variable debug info API change."Adrian Prantl
2016-12-16Update for LLVM global variable debug info API change.Adrian Prantl
2016-12-16Revert "Update for LLVM global variable debug info API change."Adrian Prantl
2016-12-16Update for LLVM global variable debug info API change.Adrian Prantl
2016-09-13Update Clang for D20147 ("DebugInfo: New metadata representation for global v...Peter Collingbourne
2015-04-29DebugInfo: Metadata constructs now start with DI*Duncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into place (clang)Duncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: LLVM schema change: fold constants into string""Duncan P. N. Exon Smith
2014-10-02Revert "DI: LLVM schema change: fold constants into string"Duncan P. N. Exon Smith
2014-10-02DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2013-02-02Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie
2013-01-16Collect both normal and static data members of a class in sourceEric Christopher
2012-04-23Forward declarations should take a context. This helps the debuggerEric Christopher
2012-02-03Update tests so that they don't rely upon LLVMDebugVersion number.Devang Patel
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-10-27Move these test from checking assembly to checking LLVM IR. Should fix falloutNick Lewycky
2011-06-03Added registered targets for in-test dependency declarations.Galina Kistanova
2011-06-02Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-te...Galina Kistanova
2011-05-31Just one for now to see how it will fly.Galina Kistanova
2010-08-10There is no need to pubish file static variable's name. Do not rely on this c...Devang Patel
2010-04-29Use clang::VarDecl name instead of llvm::GlobalVariable name.Devang Patel
2010-01-23Adjust testcase for recent DWARF printer changes.Benjamin Kramer
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-07MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.Devang Patel
2009-10-21Force triple; this test was failing on non-darwin platforms due to differentBenjamin Kramer
2009-10-20Encode global variable name in debug info.Devang Patel