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
/
lib
/
VMCore
/
DebugInfo.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-05
Fix name. The array is unboundED.
Bill Wendling
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-03
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
VMCore/DebugInfo.cpp: DICompileUnit::getSubprograms(): Check numOperands().
NAKAMURA Takumi
2012-11-20
80-column and whitespace fixups.
Eric Christopher
2012-11-19
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-07-06
Print the name last.
Bill Wendling
2012-07-06
Check if it's a scope last, because several things are scopes.
Bill Wendling
2012-07-06
Add a print method to the ObjC property object.
Bill Wendling
2012-07-06
Remove unnecessary 'llvm::'.
Bill Wendling
2012-06-28
Devirtualize DIScope and subclasses.
Benjamin Kramer
2012-06-28
Only print out the tag if it's there.
Bill Wendling
2012-06-28
Don't output an empty string.
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling