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
/
MCAsmStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...
Zoran Jovanovic
2014-03-20
1
-2
/
+1
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
1
-0
/
+14
*
DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
2014-03-17
1
-9
/
+20
*
DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
2014-03-17
1
-4
/
+7
*
De-virtualize a method since it doesn't override anything (yay 'override' key...
Craig Topper
2014-03-08
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-124
/
+122
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
1
-5
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Fix generation of 'isa' and 'discriminator' keywords.
Diego Novillo
2014-02-13
1
-2
/
+2
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-28
/
+17
*
Every target uses .align. Simplify.
Rafael Espindola
2014-02-04
1
-6
/
+13
*
MC: Improve the .fill directive's compatibility with GAS
David Majnemer
2014-02-01
1
-10
/
+29
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-4
/
+5
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-2
/
+2
*
MC: Add support for .cfi_startproc simple
David Majnemer
2014-01-27
1
-0
/
+2
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-6
/
+5
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-0
/
+5
*
Most streamers' InitSections just create a text section. Make that the default
Rafael Espindola
2014-01-24
1
-4
/
+0
*
InitToTextSection is redundant with InitSections. Remove it.
Rafael Espindola
2014-01-23
1
-4
/
+0
*
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
Rafael Espindola
2014-01-16
1
-0
/
+9
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-1
/
+7
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-2
/
+2
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+8
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-123
/
+16
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-7
/
+30
*
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
[prev]
[next]