index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
GCOVProfiling
Age
Commit message (
Expand
)
Author
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-25
Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...
NAKAMURA Takumi
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Don't assume the test directory is writable, use %T to find a writable
Nick Lewycky
2013-03-19
Emit the linkage name instead of the function name, when available. This means
Nick Lewycky
2013-03-14
Remove a change to the debug info in this test, that I made while testing
Nick Lewycky
2013-03-14
Try using %S to find the emitted .gcno file.
Nick Lewycky
2013-03-14
Refactor GCOV's six constructor arguments into a struct with a getter that
Nick Lewycky