index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCPureStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] prevent abnormal on invalid attributes
Saleem Abdulrasool
2013-08-09
1
-1
/
+2
*
Remove address spaces from MC.
Rafael Espindola
2013-07-02
1
-2
/
+2
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-10
/
+9
*
Use object file specific section type for initial text section
Nico Rieck
2013-04-14
1
-6
/
+2
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
1
-1
/
+1
*
Give the MCStreamer class hierarchy LLVM RTTI facilities for use with
Chandler Carruth
2013-01-31
1
-3
/
+7
*
Expose an InitToTextSection through MCStreamer.
Eli Bendersky
2013-01-14
1
-1
/
+5
*
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2013-01-08
1
-1
/
+2
*
EmitDebugLabel should by default be the same as EmitLabel everywhere.
Reed Kotler
2012-12-17
1
-0
/
+5
*
MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().
NAKAMURA Takumi
2012-12-16
1
-1
/
+0
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+2
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
1
-2
/
+2
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
1
-9
/
+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
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-2
/
+3
*
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
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
1
-1
/
+2
*
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-09-01
1
-1
/
+2
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-3
/
+3
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-3
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+3
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-2
/
+2
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-2
/
+1
*
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
1
-21
/
+0
*
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
1
-3
/
+0
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
1
-1
/
+1
*
MC-JIT: Stub out "pure" streamer.
Daniel Dunbar
2010-11-17
1
-0
/
+259