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
/
CodeGenObjC
/
debug-info-block-helper.m
Age
Commit message (
Expand
)
Author
2013-03-21
Generalize debug info tests to be forward compatible with future DISubprogram...
David Blaikie
2013-02-02
Generalize DebugInfo tests by avoiding explicit metadata numbers
David Blaikie
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-04-23
Forward declarations should take a context. This helps the debugger
Eric Christopher
2012-04-12
The copy and destroy helper functions aren't prototyped, don't call them
Eric Christopher
2012-04-11
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-03
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
Change location information for synthesized properties to be at the
Eric Christopher
2012-02-16
Use the new method for specifying garbage collection metadata in the module.
Bill Wendling
2012-02-03
Update tests so that they don't rely upon LLVMDebugVersion number.
Devang Patel
2011-12-15
Update tests to match r146665.
Devang Patel
2011-10-27
Move these test from checking assembly to checking LLVM IR. Should fix fallout
Nick Lewycky
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-06-03
These tests require particular registered targets. Declared as such.
Galina Kistanova
2011-05-02
Emit debug info for __destroy_helper_block_ and __copy_helper_block.
Devang Patel