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
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2011-08-01
Remove an unnecessary cast.
Jay Foad
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Add a frame with the compact unwind encoding if it exists.
Bill Wendling
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
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-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-05-28
When generating code for Win64 EH, emit StartProc and EndProc directives.
Charles Davis
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-25
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-10
Produce a __debug_frame section on darwin ARM when appropriate.
Rafael Espindola
2011-05-10
Use .cfi_sections to put the unwind info in .debug_frame when possible. With
Rafael Espindola
2011-05-06
Nothing else uses this label.
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-05
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
List all exception types in a switch.
Rafael Espindola
2011-04-29
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-26
Print the label if we will use it in debug_frame.
Rafael Espindola
2011-04-26
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-26
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-26
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-21
Refactor.
Devang Patel
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
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
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-05
Print visibility info for external variables.
Rafael Espindola
2011-03-29
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-09
Assert on bad jump tables.
Jakob Stoklund Olesen
2011-01-28
Print the visibility of declarations.
Rafael Espindola
[next]