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
/
MCStreamer.cpp
Age
Commit message (
Expand
)
Author
2012-02-23
Bump SmallString to the minimum required amount for raw_ostream to avoid allo...
Benjamin Kramer
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-03
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-01-23
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-09
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-07
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-12-29
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-17
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-11-05
Twinify.
Benjamin Kramer
2011-11-05
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-08-25
Initialize member variable.
Benjamin Kramer
2011-08-24
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-08-02
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-07-19
Add a method to set compact unwind encoding information in a frame.
Bill Wendling
2011-07-15
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-06-07
Make EmitIntValue() work properly on big-endian targets.
Roman Divacky
2011-05-27
Start keeping track of where the various unwind instructions are in the prolog.
Charles Davis
2011-05-27
My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
Charles Davis
2011-05-27
Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer is
Charles Davis
2011-05-26
Test .seh_startchained and .seh_endchained parsing.
Charles Davis
2011-05-24
Test basic SEH directive-parsing functionality. Fix a latent bug exposed by
Charles Davis
2011-05-22
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-22
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
Don't allow unaligned offsets and sizes in the Win64 EH directives.
Charles Davis
2011-05-21
Don't allow .seh_handler and .seh_handlerdata directives inside chained
Charles Davis
2011-05-21
A handler for a function in the Win64 EH scheme can be both an unwind handler
Charles Davis
2011-05-21
Set the "LastFrameInst" field when streaming a .seh_setframe directive. This
Charles Davis
2011-05-20
"Implement" the HandlerData Win64 EH method in the base MCStreamer.
Charles Davis
2011-05-19
Looks like OS X assemblers (including MC) don't like
Rafael Espindola
2011-05-19
Misc code refactorings:
Rafael Espindola
2011-05-19
Implement the EndProlog Win64 EH method on the base MCStreamer.
Charles Davis
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-19
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
Charles Davis
2011-05-19
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Charles Davis
2011-05-18
Add some more Win64 EH directives:
Charles Davis
2011-05-18
While thinking about how to know where the functions' boundaries are for
Charles Davis
2011-05-16
Add a method I forgot in the last commit. Don't worry, this one passed
Charles Davis
2011-05-15
Fix copy-pasto.
Charles Davis
2011-05-15
Add stub methods to MCStreamer for emitting Win64 exception-handling
Charles Davis
2011-05-10
Add CFIStartSections to the asm printer. Add an assert that at least
Rafael Espindola
2011-05-10
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-01
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
[next]