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
/
WinCOFFStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-27
/
+27
*
Always print the implicit .text at the start of an asm file.
Rafael Espindola
2014-03-05
1
-2
/
+2
*
Use the default values.
Rafael Espindola
2014-02-04
1
-3
/
+3
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-1
/
+1
*
Modify MCObjectStreamer EmitInstTo* interface
David Woodhouse
2014-01-28
1
-1
/
+1
*
Construct the MCStreamer before constructing the MCTargetStreamer.
Rafael Espindola
2014-01-26
1
-1
/
+1
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-2
/
+2
*
Inline trivial functions called only once or twice.
Rafael Espindola
2014-01-24
1
-32
/
+14
*
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
-16
/
+8
*
clang-format a couple of mis-formatted functions
Timur Iskhodzhanov
2013-12-20
1
-14
/
+8
*
[COFF] Add support for the .secidx directive
Timur Iskhodzhanov
2013-12-20
1
-0
/
+12
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-4
/
+4
*
Output .eh_frames on COFF too now that the integrated as is used on mingw.
Rafael Espindola
2013-12-02
1
-0
/
+1
*
Fix .comm and .lcomm on COFF.
Rafael Espindola
2013-11-25
1
-18
/
+2
*
Refactor to make the .bss, .data and .text sections available for other uses.
Rafael Espindola
2013-11-25
1
-19
/
+22
*
Support multiple COFF sections with the same name but different COMDAT.
Rafael Espindola
2013-11-19
1
-1
/
+2
*
Move .ident handling to MCStreamer.
Rafael Espindola
2013-10-16
1
-0
/
+6
*
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
-6
/
+1
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
1
-1
/
+1
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-3
/
+5
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-7
/
+8
*
[MC][COFF] Delay handling symbol aliases when writing
Michael J. Spencer
2013-01-29
1
-39
/
+0
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-0
/
+5
*
[MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...
Michael J. Spencer
2013-01-03
1
-22
/
+14
*
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
-4
/
+5
*
Some common functionality from WinCOFFStreamer::EmitAssignment can be now
Eli Bendersky
2012-12-07
1
-3
/
+1
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
1
-2
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...
Benjamin Kramer
2012-10-04
1
-42
/
+0
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-2
/
+2
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-3
/
+3
*
Section relative fixups are a coff concept, not a x86 one. Replace the
Rafael Espindola
2011-12-24
1
-3
/
+1
*
Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the
Rafael Espindola
2011-12-17
1
-0
/
+14
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-3
/
+5
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-6
/
+6
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Implement emission of all Win64 exception tables. Make the COFF streamer emit
Charles Davis
2011-05-22
1
-0
/
+1
*
Make the COFF streamer emit unwind info when processing a .seh_handlerdata
Charles Davis
2011-05-22
1
-0
/
+10
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-18
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+18
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-1
/
+1
*
Don't use PadSectionToAlignment on windows.
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
1
-6
/
+0
[next]