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
/
lib
/
MC
/
MCAsmStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-0
/
+11
*
Fixed debug_aranges handling for common symbols.
Richard Mitton
2013-09-23
1
-4
/
+4
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-0
/
+11
*
Remove extraneous space, the asm printing infrastructure adds a space
Eric Christopher
2013-09-19
1
-1
/
+0
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-1
/
+2
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-5
/
+8
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-33
/
+26
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-48
/
+46
*
Move PathV2.h to Path.h
Rafael Espindola
2013-06-11
1
-1
/
+1
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-6
/
+11
*
Use object file specific section type for initial text section
Nico Rieck
2013-04-14
1
-6
/
+1
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-5
/
+8
*
Fix another typo in the classof definitions that doesn't (currently)
Chandler Carruth
2013-02-01
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-1
/
+5
*
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
1
-0
/
+1
*
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
1
-0
/
+10
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-3
/
+8
*
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
1
-2
/
+4
*
Aligned bundling support. Following the discussion here:
Eli Bendersky
2012-12-20
1
-0
/
+19
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+11
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+11
*
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
1
-0
/
+9
*
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
1
-4
/
+7
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-5
/
+8
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-1
/
+1
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-2
/
+2
*
Fix typo in assembly directive. Noticed by inspection.
Eric Christopher
2012-05-31
1
-1
/
+1
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-0
/
+16
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
1
-1
/
+1
*
Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.
Rafael Espindola
2012-03-03
1
-1
/
+1
*
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-28
1
-2
/
+4
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+2
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-0
/
+8
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-2
/
+3
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-0
/
+11
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
1
-5
/
+9
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
1
-5
/
+5
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-2
/
+2
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+6
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+4
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-8
/
+27
*
Don't attach annotations to MCInst's. Instead, have the disassembler return,...
Owen Anderson
2011-09-15
1
-1
/
+1
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-3
/
+12
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-2
/
+3
*
Remove one last reference to Target in MC library.
Evan Cheng
2011-07-26
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-5
/
+5
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
[next]