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
/
DwarfWriter.cpp
Age
Commit message (
Expand
)
Author
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-21
Fix Visual Studio 2008 build failure.
Devang Patel
2009-04-15
s/RootDbgScope/FunctionDbgScope/g
Devang Patel
2009-04-15
Check isInlinedSubroutine() before creating DW_TAG_inlined_subroutine.
Devang Patel
2009-04-15
Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...
Devang Patel
2009-04-13
Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...
Devang Patel
2009-04-13
Reapply 68847.
Devang Patel
2009-04-13
Add a new "available_externally" linkage type. This is intended
Chris Lattner
2009-04-11
Revert r68847. It breaks the build on non-Darwin targets, with this message
Dan Gohman
2009-04-11
Keep track of inlined functions and their locations. This information is coll...
Devang Patel
2009-04-10
Pass in the std::string parameter instead of returning it by value.
Bill Wendling
2009-04-10
Constify getter methods.
Bill Wendling
2009-04-09
StringMap<DIE*>::iterator::first() returns a pointer to the first character of
Bill Wendling
2009-04-09
Use a StringMap instead of std::map for storing std::string->DIE* maps. This
Bill Wendling
2009-04-08
If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct...
Devang Patel
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-25
Do not ignore DW_TAG_class_type!
Devang Patel
2009-03-13
Oops...I committed too much.
Bill Wendling
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-03-11
Put the assignment back at the top of this method.
Bill Wendling
2009-03-10
Make ivars private. Other cleanup. No functionality change.
Bill Wendling
2009-03-10
Just make the Dwarf timer group static inside of the getter function. No need...
Bill Wendling
2009-03-10
Don't put static functions in anonymous namespace.
Bill Wendling
2009-03-10
These should *stop* the timer, not start it again.
Bill Wendling
2009-03-10
- Fix misspelled method name.
Bill Wendling
2009-03-10
- Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID is
Bill Wendling
2009-03-10
Refine the Dwarf writer timers so that they measure exception writing and debug
Bill Wendling
2009-03-10
Add a timer to the DwarfWriter pass that measures the total time it takes to
Bill Wendling
2009-03-09
Pass in a std::string when getting the names of debugging things. This cuts down
Bill Wendling
2009-03-07
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-02-27
It is possible that subprgoram definition is only encoding return value direc...
Devang Patel
2009-02-25
Print variable's display name in dwarf DIE.
Devang Patel
2009-02-25
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...
Evan Cheng
2009-02-24
gdb uses DW_AT_prototyped to identify K&R style in C based languages.
Devang Patel
2009-02-24
If there is not any debug info available for any global variables and any sub...
Devang Patel
2009-02-20
- Early exit a nested block.
Bill Wendling
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-02-18
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-17
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
Emit debug info for bitfields.
Devang Patel
2009-02-10
Validate file id.
Devang Patel
2009-02-03
More whitespace fixin'.
Bill Wendling
2009-02-03
Whitespace and comment changes. No functionality change.
Bill Wendling
2009-02-02
Do not add redundant arguments in a method definition DIE.
Devang Patel
2009-01-30
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
Remove dead code, again.
Devang Patel
2009-01-30
Remove dead code.
Devang Patel
2009-01-30
Add DW_AT_declaration for class methods.
Devang Patel
2009-01-28
Do not forget to derived type while constructing an array type.
Devang Patel
[prev]
[next]