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
Age
Commit message (
Expand
)
Author
2011-04-16
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-15
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-14
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-13
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-12
I missed this new file in previous commit.
Devang Patel
2011-04-12
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
Do not reuse parameter name.
Devang Patel
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
Remove dead typedef.
Devang Patel
2011-04-12
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-08
Simplify array bound checks and clarify comments. One element array can have...
Devang Patel
2011-04-08
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-07
Remove dead code. rdar://9221736.
Evan Cheng
2011-04-05
Add support to encode function's template parameters.
Devang Patel
2011-04-05
Refactor.
Devang Patel
2011-04-05
Do not emit empty name.
Devang Patel
2011-04-05
Print visibility info for external variables.
Rafael Espindola
2011-03-31
Remove dead code.
Devang Patel
2011-03-29
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-26
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-25
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-24
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-23
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-22
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-09
Remove unused virtual dtor.
Benjamin Kramer
2011-03-06
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-03
Fix typo.
Devang Patel
2011-03-03
Fix thinko in previous check-in.
Devang Patel
2011-03-03
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-01
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Remove dead variable.
Nick Lewycky
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
Do not use DIFactory.
Devang Patel
2011-02-23
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-19
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
[prev]
[next]