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
/
MCMachOStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
2014-09-17
1
-0
/
+6
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-2
/
+2
*
Print a=b as an assignment.
Rafael Espindola
2014-06-24
1
-4
/
+0
*
Remove an always true argument.
Rafael Espindola
2014-05-12
1
-1
/
+1
*
Centralize the handling of the thumb bit.
Rafael Espindola
2014-04-29
1
-4
/
+0
*
Add range access to MCAssembler's symbol collection.
David Blaikie
2014-04-18
1
-6
/
+5
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-5
/
+5
*
MachO: Add linker-optimisation hint framework to MC.
Tim Northover
2014-03-29
1
-0
/
+5
*
MachO: allow each section to have a linker-private symbol
Tim Northover
2014-03-29
1
-4
/
+33
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
1
-0
/
+7
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-26
/
+25
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-1
/
+1
*
Modify MCObjectStreamer EmitInstTo* interface
David Woodhouse
2014-01-28
1
-2
/
+3
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-1
/
+1
*
Most streamers' InitSections just create a text section. Make that the default
Rafael Espindola
2014-01-24
1
-5
/
+0
*
InitToTextSection is redundant with InitSections. Remove it.
Rafael Espindola
2014-01-23
1
-5
/
+0
*
Remove duplicated info on what .text, .data and .bss look like.
Rafael Espindola
2014-01-23
1
-7
/
+3
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-1
/
+5
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+1
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-7
/
+1
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-2
/
+4
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-2
/
+1
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-0
/
+1
*
Add missing header line.
Bill Wendling
2013-09-04
1
-0
/
+1
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-4
/
+6
*
Fix a FIXME, on darwin all virtual sections have a zerofill type.
Eric Christopher
2013-08-07
1
-1
/
+2
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-2
/
+2
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-3
/
+7
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
1
-0
/
+5
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-3
/
+8
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+4
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
1
-1
/
+1
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
1
-9
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+5
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-42
/
+0
*
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
1
-0
/
+4
*
MC: Overhaul handling of .lcomm
Benjamin Kramer
2012-09-07
1
-3
/
+10
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-2
/
+2
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-1
/
+43
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-8
/
+7
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-1
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-2
/
+0
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-3
/
+3
*
Remove obsolete FIXME.
Jim Grosbach
2011-11-28
1
-2
/
+0
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+2
*
Support .code32 and .code64 in X86 assembler.
Evan Cheng
2011-07-27
1
-2
/
+3
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-5
/
+5
*
Add a missing enumerator to this switch. Currently its in the
Chandler Carruth
2011-07-25
1
-0
/
+1
*
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
1
-1
/
+0
[next]