Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
268b51a188b718debaaa7f758200246f1039cfb9
/
llvm
/
lib
/
MC
/
MCStreamer.cpp
e3a20f5
Fix pr24486.
by Rafael Espindola
· 10 years ago
2f83437
Disallow assigning symbol a null section.
by Rafael Espindola
· 10 years ago
3c76c52
Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC
by Craig Topper
· 10 years ago
23d952b
[X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output
by Michael Kuperstein
· 10 years ago
48a9b71
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize how instructions are printed to asm.
by Colin LeMahieu
· 10 years ago
7c6e6e4
Generalize emitAbsoluteSymbolDiff.
by Rafael Espindola
· 10 years ago
a869576
Create a MCSymbolELF.
by Rafael Espindola
· 10 years ago
4eecd30
[WinCOFF] Add support for the .safeseh directive
by David Majnemer
· 10 years ago
13760bd
MC: Clean up MCExpr naming. NFC.
by Jim Grosbach
· 10 years ago
1d3d4ad
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
by Reid Kleckner
· 10 years ago
2f9bdd8
There is only one current section.
by Rafael Espindola
· 10 years ago
0709a7b
Move alignment from MCSectionData to MCSection.
by Rafael Espindola
· 10 years ago
6f48200
MC: Clean up method names in MCContext.
by Jim Grosbach
· 10 years ago
81902a3
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
by Pete Cooper
· 10 years ago
8ca44f0
Implement unique sections with an unique ID.
by Rafael Espindola
· 11 years ago
b61beca
Close unique sections when switching away from them.
by Rafael Espindola
· 11 years ago
f2b408c
Refactor how passes get a symbol at the end of a section.
by Rafael Espindola
· 11 years ago
f1a13f5
Print section start labels when first switching to the section.
by Rafael Espindola
· 11 years ago
ceb96a4
Move a non-trivial virtual function out of line.
by Rafael Espindola
· 11 years ago
cf6bfb1
Revert r221150, as it broke sanitizer tests
by Oliver Stannard
· 11 years ago
652ec6e
Emit .eh_frame with relocations to functions, rather than sections
by Oliver Stannard
· 11 years ago
7b61ddf
Simplify handling of --noexecstack by using getNonexecutableStackSection.
by Rafael Espindola
· 11 years ago
e8c81fd
[asan-asm-instrumentation] CFI directives are generated for .S files.
by Yuri Gorshenin
· 11 years ago
d122211
Another required re-setting for MCStreamer::reset().
by Yaron Keren
· 11 years ago
559b47d
Add and update reset() and doInitialization() methods to MC* and passes.
by Yaron Keren
· 11 years ago
e5864c6
Don't allow MCStreamer::EmitIntValue to output 0-byte integers.
by Alexey Samsonov
· 11 years ago
c23174b
Make EmitAbsValue an static helper.
by Rafael Espindola
· 11 years ago
7bb91d9
Delete dead code. NFC.
by Rafael Espindola
· 11 years ago
5e955fb
Make EmitDwarfSetLineAddr an static helper. NFC.
by Rafael Espindola
· 11 years ago
3851808
Make BuildSymbolDiff an static helper.
by Rafael Espindola
· 11 years ago
ed735d3
Make ForceExpAbs an static helper.
by Rafael Espindola
· 11 years ago
4544c16
MC: virtualise EmitWindowsUnwindTables
by Saleem Abdulrasool
· 11 years ago
b3be737
MC: rename Win64EHFrameInfo to WinEH::FrameInfo
by Saleem Abdulrasool
· 11 years ago
00426d9
MC: permit emitting a symbol value as section relative
by Saleem Abdulrasool
· 11 years ago
ab82086
MC: make WinEH opcode an opaque value
by Saleem Abdulrasool
· 11 years ago
3f3cefd
MC: make DWARF and Windows unwinding handling more similar
by Saleem Abdulrasool
· 11 years ago
db51405
MC: remove use of unnecessary variable
by Saleem Abdulrasool
· 11 years ago
4a1a2f7
MC: rename MCW64UnwindInfo to MCWinFrameInfo
by Saleem Abdulrasool
· 11 years ago
b5dd945
Fix .seh_stackalloc 0
by Reid Kleckner
· 11 years ago
7206a52
MC: rename EmitWin64EH routines
by Saleem Abdulrasool
· 11 years ago
591c641
Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
by Rafael Espindola
· 11 years ago
e2c6624
Move expression visitation logic up to MCStreamer.
by Rafael Espindola
· 11 years ago
1db5995
Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore SEH pseudo ops in X86 JIT emitter.
by NAKAMURA Takumi
· 11 years ago
6804d45
Fix another asserting method in the null streamer.
by Rafael Espindola
· 11 years ago
c00d875
Fix a regression from r211653.
by Rafael Espindola
· 11 years ago
624ac24
Move some trivial methods up to MCStreamer.
by Rafael Espindola
· 11 years ago
49bbfd0
Simplify the handling of .cfi_endproc.
by Rafael Espindola
· 11 years ago
f491704
Print a=b as an assignment.
by Rafael Espindola
· 11 years ago
8860482
Allow using .cfi_startproc without a leading symbol.
by Rafael Espindola
· 11 years ago
d77cefe
Revert r211399, "Generate native unwind info on Win64"
by NAKAMURA Takumi
· 11 years ago
4a01230
Generate native unwind info on Win64
by Reid Kleckner
· 11 years ago
3dd8ef6
Move EH/Debug frame handling to the object streamer.
by Rafael Espindola
· 11 years ago
8285b77
Remove always true argument.
by Rafael Espindola
· 11 years ago
7f4ccce
Remove an always true argument.
by Rafael Espindola
· 11 years ago
aa02427
Make getOrCreateSymbolData non virtual.
by Rafael Espindola
· 11 years ago
96918bc
Fix the assembler to print a better relocatable expression error
by Kevin Enderby
· 11 years ago
97c05b5
[MC] Emit an error if cfi_startproc is used before a symbol is defined.
by Quentin Colombet
· 12 years ago
bb694de
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
3464161
DebugInfo: Avoid creating unnecessary/empty line tables and remove the special case of '0' in DwarfCompileUnit::initStmtList by just always using a label difference
by David Blaikie
· 12 years ago
98629c4
Don't use EmitAbsValue with symbol references.
by Rafael Espindola
· 12 years ago
28221d8
Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080
by Zoran Jovanovic
· 12 years ago
c714ef4
DebugInfo: Improve reuse of file table entries in asm debug info
by David Blaikie
· 12 years ago
8377085
Always print the implicit .text at the start of an asm file.
by Rafael Espindola
· 12 years ago
5054362
Always create a temporary symbol to use with the cfi frame.
by Rafael Espindola
· 12 years ago
972e71a
Remove another hasRawTextSupport.
by Rafael Espindola
· 12 years ago
e035cf9
MC: Add support for .cfi_startproc simple
by David Majnemer
· 12 years ago
24ea09e
Construct the MCStreamer before constructing the MCTargetStreamer.
by Rafael Espindola
· 12 years ago
0e2ccb2
Simplify the logic for deciding when to initialize the sections.
by Rafael Espindola
· 12 years ago
61adb27
Most streamers' InitSections just create a text section. Make that the default
by Rafael Espindola
· 12 years ago
1f6a608
Fix inline assembly that switches between ARM and Thumb modes
by Greg Fitzgerald
· 12 years ago
0b69481
Add an emitRawComment function and use it to simplify some uses of EmitRawText.
by Rafael Espindola
· 12 years ago
6d5f7ce
Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
by Rafael Espindola
· 12 years ago
c1fb2d6
[COFF] Add support for the .secidx directive
by Timur Iskhodzhanov
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
d8c5b4e
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRawTextImpl, to avoid string literal ambiguities
by David Blaikie
· 12 years ago
a17151a
Add a MCTargetStreamer interface.
by Rafael Espindola
· 12 years ago
ac4ad25
Remove some really nasty uses of hasRawTextSupport.
by Rafael Espindola
· 12 years ago
3816d43
Implements parsing and emitting of .cfi_window_save in MC.
by Venkatraman Govindaraju
· 12 years ago
21101b3
Added support for generate DWARF .debug_aranges sections automatically.
by Richard Mitton
· 12 years ago
544d161
Set the encoding to '0' if we don't have an MAB.
by Bill Wendling
· 12 years ago
550c76d
Call generateCompactUnwindEncodings() right before we need to output the frame information.
by Bill Wendling
· 12 years ago
58e2d3d
Generate compact unwind encoding from CFI directives.
by Bill Wendling
· 12 years ago
1b7e486
Fix wrong code offset for unwind code SET_FPREG.
by Kai Nacke
· 12 years ago
c5cca5a
Revert: Fix wrong code offset for unwind code SET_FPREG.
by Kai Nacke
· 12 years ago
66bfdb8
Fix wrong code offset for unwind code SET_FPREG.
by Kai Nacke
· 12 years ago
64e1af8
Remove address spaces from MC.
by Rafael Espindola
· 12 years ago
24a3ebb
Use MCFillFragment for zero-initialized data.
by Serge Pavlov
· 12 years ago
bc07a89
Use pointers to the MCAsmInfo and MCRegInfo.
by Bill Wendling
· 12 years ago
17a0dcb
MCStreamer: Also clear vector of W64UnwindInfos on reset().
by Charles Davis
· 12 years ago
2f495b9
Add support for subsections to the ELF assembler. Fixes PR8717.
by Peter Collingbourne
· 13 years ago
a0f3694
Change NULL to 0.
by Jakub Staszak
· 13 years ago
1e42720
Debug Info: store the files and directories for each compile unit.
by Manman Ren
· 13 years ago
2f8d9d9
ELF symbol table field st_other support, excluding visibility bits.
by Jack Carter
· 13 years ago
f6622ba
This patch just fixes up various llvm formatting
by Jack Carter
· 13 years ago
de093ef
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
by Chandler Carruth
· 13 years ago
bf7bc49
Last in the series of removing unnecessary '0' arguments for
by Eric Christopher
· 13 years ago
3383225
small fixes to enable the reuse of the pass manager across multiple modules
by Pedro Artigas
· 13 years ago
aee4d5d1
This patch is needed to make c++ exceptions work for mips16.
by Reed Kotler
· 13 years ago
Next »