index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+4
*
Twinify.
Benjamin Kramer
2011-11-05
1
-16
/
+13
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-2
/
+3
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
1
-1
/
+86
*
Initialize member variable.
Benjamin Kramer
2011-08-25
1
-1
/
+2
*
Some autoconf tests use module level inline asm to test compiler's handling of
Evan Cheng
2011-08-24
1
-2
/
+2
*
Assume .cfi_startproc is the first thing in a function. If the function is
Rafael Espindola
2011-08-02
1
-7
/
+14
*
Add a method to set compact unwind encoding information in a frame.
Bill Wendling
2011-07-19
1
-0
/
+6
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-2
/
+1
*
Make EmitIntValue() work properly on big-endian targets.
Roman Divacky
2011-06-07
1
-3
/
+6
*
Start keeping track of where the various unwind instructions are in the prolog.
Charles Davis
2011-05-27
1
-6
/
+16
*
My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
Charles Davis
2011-05-27
1
-2
/
+4
*
Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer is
Charles Davis
2011-05-27
1
-3
/
+7
*
Test .seh_startchained and .seh_endchained parsing.
Charles Davis
2011-05-26
1
-13
/
+13
*
Test basic SEH directive-parsing functionality. Fix a latent bug exposed by
Charles Davis
2011-05-24
1
-1
/
+2
*
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
/
+7
*
Don't allow unaligned offsets and sizes in the Win64 EH directives.
Charles Davis
2011-05-22
1
-2
/
+10
*
Don't allow .seh_handler and .seh_handlerdata directives inside chained
Charles Davis
2011-05-21
1
-0
/
+5
*
A handler for a function in the Win64 EH scheme can be both an unwind handler
Charles Davis
2011-05-21
1
-3
/
+5
*
Set the "LastFrameInst" field when streaming a .seh_setframe directive. This
Charles Davis
2011-05-21
1
-0
/
+1
*
"Implement" the HandlerData Win64 EH method in the base MCStreamer.
Charles Davis
2011-05-20
1
-2
/
+1
*
Looks like OS X assemblers (including MC) don't like
Rafael Espindola
2011-05-19
1
-1
/
+2
*
Misc code refactorings:
Rafael Espindola
2011-05-19
1
-14
/
+8
*
Implement the EndProlog Win64 EH method on the base MCStreamer.
Charles Davis
2011-05-19
1
-2
/
+4
*
Implement the Win64 EH prolog instruction methods on the base MCStreamer.
Charles Davis
2011-05-19
1
-17
/
+33
*
Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) Make
Charles Davis
2011-05-19
1
-22
/
+22
*
Implement the StartChained and EndChained Win64 EH methods on MCStreamer.
Charles Davis
2011-05-19
1
-13
/
+23
*
Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.
Charles Davis
2011-05-19
1
-8
/
+29
*
Add some more Win64 EH directives:
Charles Davis
2011-05-18
1
-0
/
+24
*
While thinking about how to know where the functions' boundaries are for
Charles Davis
2011-05-18
1
-2
/
+8
*
Add a method I forgot in the last commit. Don't worry, this one passed
Charles Davis
2011-05-16
1
-0
/
+6
*
Fix copy-pasto.
Charles Davis
2011-05-15
1
-1
/
+1
*
Add stub methods to MCStreamer for emitting Win64 exception-handling
Charles Davis
2011-05-15
1
-0
/
+36
*
Add CFIStartSections to the asm printer. Add an assert that at least
Rafael Espindola
2011-05-10
1
-0
/
+1
*
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
1
-1
/
+4
*
Factor some code into a new EmitFrames method.
Rafael Espindola
2011-05-10
1
-0
/
+8
*
Parsing and plumbing for .cfi_sections.
Rafael Espindola
2011-05-10
1
-1
/
+7
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-18
/
+3
*
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-30
1
-0
/
+23
*
Mark the EH symbol global or weak if the corresponding function is.
Rafael Espindola
2011-04-28
1
-0
/
+4
*
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-27
1
-0
/
+12
*
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
-23
/
+11
*
Remove LastOffset from the asm parser.
Rafael Espindola
2011-04-12
1
-0
/
+11
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
1
-0
/
+11
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
1
-0
/
+9
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
1
-0
/
+15
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
1
-0
/
+25
[next]