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-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-22
Emit trailing padding on constant vectors when TargetData says that the vector
Nick Lewycky
2011-06-21
Add verbose EH table printing to SjLj exception tables.
Bill Wendling
2011-06-21
Improve the comment printing for the EH table. This gives a much more detailed
Bill Wendling
2011-06-19
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-15
Handle jump tables. Test to follow soon.
Rafael Espindola
2011-06-14
Revert r133004 ; it's breaking nightly tests.
Eli Friedman
2011-06-14
Partial revert of 132882.
Rafael Espindola
2011-06-14
Implement Jakob's suggestion on how to detect fall thought without calling
Rafael Espindola
2011-06-12
Really fix the fall-through logic.
Rafael Espindola
2011-06-12
Fix silly bug I introduce in the previous commit. Fixes debug builds.
Rafael Espindola
2011-06-12
AnalyzeBranch doesn't change which successors a bb has, just the order
Rafael Espindola
2011-06-10
Ensure that EmitGlobalVariable is correctly differentiating between declarations
Chad Rosier
2011-06-05
Use path API for path concatenation.
Benjamin Kramer
2011-06-01
A DBG_VALUE that truncates a range does not start another dbg value range.
Devang Patel
2011-06-01
Do not drop constant values when a variable's content is described using .deb...
Devang Patel
2011-06-01
Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...
Devang Patel
2011-05-31
Refactor.
Devang Patel
2011-05-31
Include global types, that are referenced through local variables, in debug_p...
Devang Patel
2011-05-30
Emit the handler's data area. For GCC-style exceptions under Win64, the
Charles Davis
2011-05-29
When generating against the Win64 EH scheme, set the handler to the GCC-specific
Charles Davis
2011-05-28
When generating code for Win64 EH, emit StartProc and EndProc directives.
Charles Davis
2011-05-28
Select DW_AT_const_value size based on global variable size.
Devang Patel
2011-05-28
Fix the root cause of the bootstrap failure:
Rafael Espindola
2011-05-27
Stub out support for Win64-style exceptions. Note that this is merely using
Charles Davis
2011-05-27
Fix a regression I recently introduced by removing DwarfRegNum of
Rafael Espindola
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-27
Keep this simple. Use DIType to get signness and size of a type. Based on siz...
Devang Patel
2011-05-27
Handle signed types gracefully.
Devang Patel
2011-05-27
Select DW_AT_const_value size based on variable size.
Devang Patel
2011-05-25
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-24
Fix debug info for blocks' variable.
Devang Patel
2011-05-23
Remove unnecessary comment.
Devang Patel
2011-05-20
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
Fix typo.
Jim Grosbach
2011-05-20
Add support for frame info use of the .cfi_def_cfa directive.
Jim Grosbach
2011-05-12
Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.
Devang Patel
2011-05-12
Let Objective-C front-end identify class extension, in dwarf output, using an...
Devang Patel
2011-05-11
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-10
Initialize moveTypeModule.
Rafael Espindola
2011-05-10
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-09
Do not ignore InlinedAt while walking up scope chain to find subprogram node.
Devang Patel
2011-05-06
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
Nothing else uses this label.
Rafael Espindola
2011-05-06
Yet more dead code.
Rafael Espindola
2011-05-06
Update comments.
Rafael Espindola
2011-05-06
More dead code elimination.
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
[next]