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
...
*
[MC] Refactor emitELFSize to make usage more consistent. NFC.
Dan Gohman
2016-12-01
1
-2
/
+2
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-4
/
+5
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
1
-1
/
+1
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
[codeview] Add new directives to record inlined call site line info
Reid Kleckner
2016-09-07
1
-20
/
+36
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-8
/
+7
*
[mips][ias] Support .dtprel[d]word and .tprel[d]word directives
Simon Atanasyan
2016-08-22
1
-0
/
+33
*
[MC] When emitting output hash comments always use standard line comment sepe...
Nirav Dave
2016-07-29
1
-3
/
+4
*
[MC] Cleanup Error Handling in AsmParser
Nirav Dave
2016-07-18
1
-4
/
+4
*
Provide support for preserving assembly comments
Nirav Dave
2016-07-11
1
-2
/
+53
*
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
2016-06-26
1
-3
/
+2
*
[MC] Check the upper bound in truncate assertion
Petr Hosek
2016-06-04
1
-1
/
+1
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-3
/
+3
*
[codeview] Improve readability of type record assembly
Reid Kleckner
2016-05-31
1
-0
/
+16
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-28
1
-3
/
+37
*
Revert "[MC] Support symbolic expressions in assembly directives"
Petr Hosek
2016-05-27
1
-37
/
+3
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-27
1
-3
/
+37
*
Revert "[MC] Support symbolic expressions in assembly directives"
Reid Kleckner
2016-05-25
1
-37
/
+3
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-25
1
-3
/
+37
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[MachO] Add MachO alt-entry directive support.
Lang Hames
2016-03-15
1
-0
/
+1
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
1
-0
/
+19
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-3
/
+6
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-3
/
+6
*
Fix infinite recursion in MCAsmStreamer::EmitValueImpl.
Rafael Espindola
2016-02-01
1
-7
/
+5
*
[CodeView] Implement .cv_inline_linetable
David Majnemer
2016-01-29
1
-0
/
+18
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-0
/
+72
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-72
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-0
/
+72
*
[MC] Use .p2align instead of .align
Dan Gohman
2016-01-26
1
-5
/
+2
*
Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...
Daniel Sanders
2015-11-12
1
-0
/
+16
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
1
-3
/
+2
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-5
/
+3
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-0
/
+2
*
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
Michael Kuperstein
2015-10-07
1
-0
/
+29
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-2
/
+2
*
Disallow assigning symbol a null section.
Rafael Espindola
2015-10-03
1
-6
/
+0
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-2
/
+2
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-5
/
+0
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-5
/
+0
*
Fix a -Winconsistent-missing-override failure in the .intel_syntax
Chandler Carruth
2015-07-22
1
-1
/
+1
*
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Michael Kuperstein
2015-07-22
1
-0
/
+11
*
[MC] Correctly escape .safeseh's symbol
David Majnemer
2015-07-13
1
-1
/
+2
*
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...
Colin LeMahieu
2015-06-18
1
-1
/
+4
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-28
/
+70
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-3
/
+3
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+6
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-4
/
+4
*
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
Reid Kleckner
2015-05-29
1
-3
/
+3
[prev]
[next]