index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCAsmStreamer.cpp
Age
Commit message (
Expand
)
Author
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-20
Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.
Evan Cheng
2011-07-20
Add MCObjectFileInfo and sink the MCSections initialization code from
Evan Cheng
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-14
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-08
Fix comment.
Evan Cheng
2011-07-07
This patch adds a flag in MCAsmInfo that indicates whether dwarf register
Akira Hatanaka
2011-06-23
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
Revert r133513:
Eric Christopher
2011-06-20
Remove the subclassing. This will be moved to the ASM printer.
Bill Wendling
2011-06-18
* Override the "EmitBytes" function, since it can sneak values in that way.
Bill Wendling
2011-06-17
Remove false assertion.
Bill Wendling
2011-06-17
Disable for another investigation.
Bill Wendling
2011-06-17
Support only DwarfCFI or SjLj exception handling in LSDA decoder.
Bill Wendling
2011-06-17
SjLj exception handling LSDA decoding support wasn't represented correctly. Use
Bill Wendling
2011-06-17
Disable to investigate ARM failure.
Bill Wendling
2011-06-17
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-02
Don't hardcode the %reg format in the streamer.
Rafael Espindola
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-05-27
Add a parameter to the Win64 EH section getters to get a section with a
Charles Davis
2011-05-25
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-22
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-20
Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.
Jim Grosbach
2011-05-20
Now that they're implemented, make the Win64 EH MCAsmStreamer methods call
Charles Davis
2011-05-19
Misc code refactorings:
Rafael Espindola
2011-05-19
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-18
Remove comments as Chris requested.
Charles Davis
2011-05-18
Fix an obvious typo in r131572.
Cameron Zwarich
2011-05-18
Add some more Win64 EH directives:
Charles Davis
2011-05-18
Implement the Win64 EH directive methods for the assembly language streamer.
Charles Davis
2011-05-16
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
2011-05-10
Add CFIStartSections to the asm printer. Add an assert that at least
Rafael Espindola
2011-05-10
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-04-30
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
Enable CFI on OS X.
Rafael Espindola
2011-04-30
Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
Rafael Espindola
2011-04-30
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-29
Implement MCAsmStreamer::EmitCFIDefCfa.
Rafael Espindola
2011-04-29
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-27
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-21
Remove unused argument.
Rafael Espindola
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-12
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-03-27
Fix whitespace.
NAKAMURA Takumi
[next]