index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
/
MCStreamer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+7
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-1
/
+2
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+1
*
Remove the logging streamer.
Rafael Espindola
2012-01-10
1
-6
/
+0
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
1
-1
/
+3
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
1
-1
/
+3
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-1
/
+3
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+1
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-0
/
+1
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+5
*
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
1
-2
/
+2
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-1
/
+2
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+3
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-0
/
+50
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+3
*
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-08-02
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-6
/
+6
*
Add a method to get the list of FrameInfos.
Bill Wendling
2011-07-22
1
-1
/
+6
*
Add a method to set compact unwind encoding information in a frame.
Bill Wendling
2011-07-19
1
-0
/
+1
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-1
/
+2
*
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
1
-2
/
+1
*
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
1
-1
/
+5
*
Test .seh_startchained and .seh_endchained parsing.
Charles Davis
2011-05-26
1
-2
/
+2
*
Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues with
Charles Davis
2011-05-25
1
-0
/
+11
*
Add methods to parse the SEH directives to the COFFAsmParser. Implement some
Charles Davis
2011-05-22
1
-1
/
+1
*
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
1
-0
/
+9
*
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
Charles Davis
2011-05-22
1
-0
/
+2
*
Misc code refactorings:
Rafael Espindola
2011-05-19
1
-2
/
+1
*
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
1
-5
/
+5
*
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-19
1
-3
/
+5
*
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
Charles Davis
2011-05-19
1
-1
/
+2
*
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Charles Davis
2011-05-19
1
-0
/
+5
*
Add some more Win64 EH directives:
Charles Davis
2011-05-18
1
-0
/
+4
*
While thinking about how to know where the functions' boundaries are for
Charles Davis
2011-05-18
1
-2
/
+3
*
Add a method I forgot in the last commit. Don't worry, this one passed
Charles Davis
2011-05-16
1
-0
/
+1
*
Add stub methods to MCStreamer for emitting Win64 exception-handling
Charles Davis
2011-05-15
1
-0
/
+8
*
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
1
-0
/
+2
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
1
-0
/
+4
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-10
/
+1
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-0
/
+1
*
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-30
1
-0
/
+6
*
Mark the EH symbol global or weak if the corresponding function is.
Rafael Espindola
2011-04-28
1
-0
/
+3
*
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-27
1
-1
/
+3
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-4
/
+2
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-1
/
+2
*
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
1
-14
/
+13
*
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
1
-0
/
+1
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
1
-0
/
+1
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
1
-0
/
+1
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
1
-0
/
+4
[next]