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
/
MCStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-27
1
-2
/
+14
*
Revert "[MC] Support symbolic expressions in assembly directives"
Reid Kleckner
2016-05-25
1
-14
/
+2
*
[MC] Support symbolic expressions in assembly directives
Petr Hosek
2016-05-25
1
-2
/
+14
*
[MC] Create unique .pdata sections for every .text section
Reid Kleckner
2016-05-02
1
-0
/
+36
*
Add capability to push/pop DFI in MCStreamer. NFC
Amaury Sechet
2016-02-24
1
-2
/
+6
*
[MC] Add support for encoding CodeView variable definition ranges
David Majnemer
2016-02-05
1
-0
/
+4
*
[codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer
2016-02-02
1
-1
/
+2
*
[codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner
2016-02-02
1
-1
/
+1
*
[CodeView] Implement .cv_inline_linetable
David Majnemer
2016-01-29
1
-0
/
+4
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-0
/
+16
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-16
/
+0
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-0
/
+16
*
Simplify now that emitValueToOffset always returns false.
Rafael Espindola
2015-11-04
1
-3
/
+1
*
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
Michael Kuperstein
2015-10-07
1
-0
/
+8
*
Fix pr24486.
Rafael Espindola
2015-10-05
1
-4
/
+5
*
Disallow assigning symbol a null section.
Rafael Espindola
2015-10-03
1
-4
/
+2
*
Cleanup places that passed SMLoc by const reference to pass it by value inste...
Craig Topper
2015-09-20
1
-4
/
+2
*
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
Michael Kuperstein
2015-07-22
1
-0
/
+2
*
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...
Colin LeMahieu
2015-06-18
1
-0
/
+6
*
Generalize emitAbsoluteSymbolDiff.
Rafael Espindola
2015-06-11
1
-0
/
+19
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-1
/
+1
*
[WinCOFF] Add support for the .safeseh directive
David Majnemer
2015-05-30
1
-0
/
+3
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
Reid Kleckner
2015-05-29
1
-0
/
+6
*
There is only one current section.
Rafael Espindola
2015-05-27
1
-1
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-6
/
+5
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-14
/
+14
*
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
2015-05-15
1
-0
/
+1
*
Implement unique sections with an unique ID.
Rafael Espindola
2015-04-04
1
-6
/
+0
*
Close unique sections when switching away from them.
Rafael Espindola
2015-03-27
1
-0
/
+6
*
Refactor how passes get a symbol at the end of a section.
Rafael Espindola
2015-03-23
1
-0
/
+13
*
Print section start labels when first switching to the section.
Rafael Espindola
2015-03-11
1
-0
/
+4
*
Move a non-trivial virtual function out of line.
Rafael Espindola
2015-03-10
1
-0
/
+11
*
Revert r221150, as it broke sanitizer tests
Oliver Stannard
2014-11-03
1
-4
/
+4
*
Emit .eh_frame with relocations to functions, rather than sections
Oliver Stannard
2014-11-03
1
-4
/
+4
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-1
/
+1
*
[asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
2014-10-07
1
-0
/
+12
*
Another required re-setting for MCStreamer::reset().
Yaron Keren
2014-09-17
1
-0
/
+1
*
Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
2014-09-17
1
-0
/
+1
*
Don't allow MCStreamer::EmitIntValue to output 0-byte integers.
Alexey Samsonov
2014-08-20
1
-1
/
+1
*
Make EmitAbsValue an static helper.
Rafael Espindola
2014-08-15
1
-17
/
+0
*
Delete dead code. NFC.
Rafael Espindola
2014-08-15
1
-6
/
+0
*
Make EmitDwarfSetLineAddr an static helper. NFC.
Rafael Espindola
2014-08-15
1
-12
/
+0
*
Make BuildSymbolDiff an static helper.
Rafael Espindola
2014-08-15
1
-13
/
+0
*
Make ForceExpAbs an static helper.
Rafael Espindola
2014-08-15
1
-3
/
+4
*
MC: virtualise EmitWindowsUnwindTables
Saleem Abdulrasool
2014-08-03
1
-4
/
+0
*
MC: rename Win64EHFrameInfo to WinEH::FrameInfo
Saleem Abdulrasool
2014-08-03
1
-18
/
+27
*
MC: permit emitting a symbol value as section relative
Saleem Abdulrasool
2014-07-19
1
-2
/
+9
*
MC: make WinEH opcode an opaque value
Saleem Abdulrasool
2014-07-17
1
-10
/
+22
*
MC: make DWARF and Windows unwinding handling more similar
Saleem Abdulrasool
2014-07-13
1
-93
/
+89
[prev]
[next]