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 support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-19
/
+29
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-1
/
+1
*
ELF symbol table field st_other support,
Jack Carter
2013-02-19
1
-0
/
+4
*
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
1
-1
/
+1
*
This patch changes a static_cast to dyn_cast
Jack Carter
2013-02-05
1
-0
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-1
/
+19
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
1
-0
/
+5
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+3
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-2
/
+2
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-3
/
+3
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-1
/
+4
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-1
/
+11
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+2
*
Make the MCStreamer have a reset method and call that after finalization of t...
Pedro Artigas
2012-12-12
1
-0
/
+4
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-0
/
+13
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+1
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-0
/
+1
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+1
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+5
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-6
/
+6
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+2
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-3
/
+0
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-51
/
+4
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-2
/
+0
*
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
[next]