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
Age
Commit message (
Expand
)
Author
2011-05-22
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-22
switch to using a smallvector to avoid allocations for most normal size instr...
Chris Lattner
2011-05-22
tidy some things up.
Chris Lattner
2011-05-22
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
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
No reason not to allow defining the CFA as a reg w/ offset zero.
Jim Grosbach
2011-05-20
Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.
Jim Grosbach
2011-05-20
fixes target address tBL and tBLX and sets relocation type
Rafael Espindola
2011-05-20
Now that they're implemented, make the Win64 EH MCAsmStreamer methods call
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
Reapply 131644 including the missing header changes:
Joerg Sonnenberger
2011-05-19
Revert r131644; it's breaking the build.
Eli Friedman
2011-05-19
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-19
Introduce -fatal-assembler-warnings for the obvious purpose
Joerg Sonnenberger
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
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-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-16
Add a FIXME reminder to remove ForceARMElfPIC switch.
Jason W Kim
2011-05-16
sets bit 0 of the function address of thumb function in .symtab
Rafael Espindola
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-11
Remove an unused variable and move a couple others inside DEBUG.
Matt Beaumont-Gay
2011-05-11
Address the last bit of relocation flag related divergence betweeen
Jason W Kim
2011-05-10
Avoid a gcc warning.
Rafael Espindola
2011-05-10
On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.
Rafael Espindola
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
The EH symbols are only needed in eh_frame, not debug_frame.
Rafael Espindola
2011-05-10
In a debug_frame the cfi offset is to the start of the debug_frame section!
Rafael Espindola
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
Small cleanups.
Rafael Espindola
2011-05-10
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
Remove unused argument.
Rafael Espindola
2011-05-10
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-08
Eliminate an unused line to fix a warning.
NAKAMURA Takumi
2011-05-08
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-06
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
[next]