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
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.cpp
Age
Commit message (
Expand
)
Author
2012-12-20
Start splitting out the debug string section handling by moving it
Eric Christopher
2012-12-13
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-06
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
Handle non-default array bounds.
Bill Wendling
2012-12-04
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-03
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-21
Whitespace.
Eric Christopher
2012-11-21
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-20
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-12
Recommit, with fixes:
Eric Christopher
2012-09-12
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-10
No reason to construct this twice.
Eric Christopher
2012-08-24
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-23
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-08-14
Grammar.
Eric Christopher
2012-07-04
Reduce some code duplication.
Eric Christopher
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
Untabify and 80-col.
Eric Christopher
2012-05-22
Formatting consistency.
Eric Christopher
2012-05-08
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-04-16
Make comment here more clear.
Eric Christopher
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-28
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-15
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-14
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-22
Remove extra semi-colon.
Eric Christopher
2012-02-21
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-07
Remove tabs.
Devang Patel
2012-02-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-04
Emit new property tag.
Devang Patel
2012-01-06
Add a comment and ensure that anyone else looking at this code doesn't start
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-12-16
Resolve part of a fixme and add a new one.
Eric Christopher
2011-12-16
Add a fixme here.
Eric Christopher
2011-12-14
DW_AT_virtuality is also defined to be constant, not flag.
Nick Lewycky
2011-12-13
DW_AT_accessibility is "constant" class, not form class, so it may not use
Nick Lewycky
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
[next]