index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
2009-10-20-GlobalDebug.c
Age
Commit message (
Expand
)
Author
2013-02-02
Generalize DebugInfo tests by avoiding explicit metadata numbers
David Blaikie
2013-01-16
Collect both normal and static data members of a class in source
Eric Christopher
2012-04-23
Forward declarations should take a context. This helps the debugger
Eric Christopher
2012-02-03
Update tests so that they don't rely upon LLVMDebugVersion number.
Devang Patel
2012-01-20
rename -ccc-host-triple into -target
Sebastian Pop
2012-01-13
Revert r148138; it's causing test failures.
Eli Friedman
2012-01-13
rename -ccc-host-triple into -target
Sebastian Pop
2011-10-27
Move these test from checking assembly to checking LLVM IR. Should fix fallout
Nick Lewycky
2011-06-03
Added registered targets for in-test dependency declarations.
Galina Kistanova
2011-06-02
Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-te...
Galina Kistanova
2011-05-31
Just one for now to see how it will fly.
Galina Kistanova
2010-08-10
There is no need to pubish file static variable's name. Do not rely on this c...
Devang Patel
2010-04-29
Use clang::VarDecl name instead of llvm::GlobalVariable name.
Devang Patel
2010-01-23
Adjust testcase for recent DWARF printer changes.
Benjamin Kramer
2009-12-15
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-11-07
MIPS linkage name confuses gdb here. Generate and test DW_AT_name here.
Devang Patel
2009-10-21
Force triple; this test was failing on non-darwin platforms due to different
Benjamin Kramer
2009-10-20
Encode global variable name in debug info.
Devang Patel