index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGDebugInfo.cpp
Age
Commit message (
Expand
)
Author
2012-10-18
Fix up comment and invert order. Most simple check first.
Eric Christopher
2012-10-18
Add a new option for and disable column number information as there
Eric Christopher
2012-10-17
Revert r158009 since there are some uses of artificial functions in
Eric Christopher
2012-10-12
Make -mms-bitfields behave consistently.
Eli Friedman
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
Make sure to generate the right kind of MDNode for enum forward declarations.
Eli Friedman
2012-09-21
Mark the passed in "self" for a block as an object pointer so
Eric Christopher
2012-09-19
Grammar.
Eric Christopher
2012-09-19
Update and expand comment.
Eric Christopher
2012-09-19
Handle a captured this for the debug information as well.
Eric Christopher
2012-09-19
Fix awkward comment.
Eric Christopher
2012-09-12
Reapply:
Eric Christopher
2012-09-12
Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial"
Eric Christopher
2012-09-12
Make clang emit a flag for DW_AT_object_pointer for the artificial
Eric Christopher
2012-09-11
Update comment and space.
Eric Christopher
2012-09-11
The type of the self and cmd variables should be artificial. (Note
Eric Christopher
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-08-31
Normalize line endings of r163013 (part 2).
Joao Matos
2012-08-31
Improved MSVC __interface support by adding first class support for it, inste...
Joao Matos
2012-08-20
Reapply:
Eric Christopher
2012-08-17
Reapply:
Eric Christopher
2012-08-17
Temporarily revert r162066 and r162062 to see if it brings the gdb
Eric Christopher
2012-08-17
Fix undefined behavior in debug info emission: operator* on WeakVH returns a
Richard Smith
2012-08-16
Add some caching here for the builtin types.
Eric Christopher
2012-08-16
Make isa part of objc_object at metadata generation time.
Eric Christopher
2012-08-13
This is always going to be true so the cast isn't necessary.
Eric Christopher
2012-08-07
If we don't have a complete type for the array type yet either then
Eric Christopher
2012-08-07
Remove some unintended changes from my last patch.
Eric Christopher
2012-08-07
Make sure when we get the replacement type for a template argument
Eric Christopher
2012-08-04
Simplify code, no functionality change.
Benjamin Kramer
2012-08-04
Fix the name of this variable.
Eric Christopher
2012-08-04
Update comment to accurately reflect what should happen.
Eric Christopher
2012-07-11
Temporarily revert this to see if it brings the gdb bot back.
Eric Christopher
2012-07-11
The end of a block doesn't necessarily need a line table entry unless
Eric Christopher
2012-07-04
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-06-28
Fix grammar.
Eric Christopher
2012-06-20
Don't circumvent the debug info type cache when emitting info for EnumConstan...
Benjamin Kramer
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-12
Remove unused variable.
Bill Wendling
2012-06-08
[C++11 Compat] Fix breaking change in C++11 pair copyctor.
Michael J. Spencer
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-05
Reapply "Only emit debug information for methods that are user defined, there's"
Eric Christopher
2012-06-05
Revert "Only emit debug information for methods that are user defined, there's"
John McCall
2012-06-05
Only emit debug information for methods that are user defined, there's
Eric Christopher
2012-06-01
Support C++11 enum forward declarations.
Eric Christopher
2012-05-23
Emit C++11 enum class information if it exists.
Eric Christopher
2012-05-21
Revert r115805. An array type is required to have a range type,
Eric Christopher
2012-05-19
Update API usage for llvm DIBuilder changes for rvalue reference
Eric Christopher
[next]