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
/
MCObjectStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-27
1
-3
/
+4
*
Tidy up.
Jim Grosbach
2012-01-26
1
-1
/
+1
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
1
-4
/
+4
*
Don't print an unused label before .cfi_endproc.
Rafael Espindola
2012-01-09
1
-0
/
+4
*
Don't print a label before .cfi_startproc when we don't need to. This makes
Rafael Espindola
2012-01-07
1
-0
/
+4
*
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2012-01-07
1
-1
/
+1
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+4
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
1
-0
/
+10
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-3
/
+3
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Unfortunately several files in MC are badly violating layering rule by using
Evan Cheng
2011-07-14
1
-3
/
+2
*
Misc code refactorings:
Rafael Espindola
2011-05-19
1
-4
/
+4
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-2
/
+2
*
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-30
1
-22
/
+0
*
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-27
1
-4
/
+1
*
No relocation produces a SLEB or ULEB, make sure they are handled in MC.
Rafael Espindola
2011-04-26
1
-10
/
+12
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-6
/
+4
*
malloc elimination: it's a bad idea to use raw_svector_ostream on a
Eli Friedman
2011-04-18
1
-1
/
+4
*
Revert r129688; it's breaking buildbots.
Eli Friedman
2011-04-18
1
-3
/
+1
*
More malloc elimination: it's a bad idea to use raw_svector_ostream on a
Eli Friedman
2011-04-18
1
-1
/
+3
*
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...
Jan Sjödin
2011-03-09
1
-0
/
+7
*
Add some limited support for labels in org directives. Hopefully enough to fix
Rafael Espindola
2011-02-20
1
-1
/
+17
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-8
/
+3
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-1
/
+4
*
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
1
-13
/
+36
*
Assert that the AddrDelta expression is really constant and wrap it in a set
Rafael Espindola
2010-12-22
1
-1
/
+7
*
Revert 122011, 122012, 122013, 122023 adding back an important optimization.
Rafael Espindola
2010-12-18
1
-4
/
+4
*
MC/Assembler: Make the MCObjectWriter available through the lifetime of the
Daniel Dunbar
2010-12-17
1
-4
/
+6
*
MC: Remove another dead MCAssembler argument, and update clients.
Daniel Dunbar
2010-12-17
1
-4
/
+4
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-4
/
+10
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-10
/
+4
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-4
/
+10
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-3
/
+1
*
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
1
-4
/
+4
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-1
/
+1
*
Make EmitIntValue more efficient and more like what we do for leb128. The
Rafael Espindola
2010-12-03
1
-9
/
+7
*
Do with uleb the same trick we now do with dwarf line/address advances. This
Rafael Espindola
2010-12-03
1
-0
/
+10
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-0
/
+24
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-1
/
+1
*
Move EmitValueToOffset to the ObjectStreamer.
Rafael Espindola
2010-12-02
1
-0
/
+5
*
Add EmitInstToFragment to the generic object streamer.
Rafael Espindola
2010-12-02
1
-0
/
+7
*
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
1
-0
/
+19
*
Fixed verson of r120245.
Rafael Espindola
2010-11-28
1
-0
/
+19
*
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
1
-20
/
+0
*
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
1
-0
/
+20
*
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-02
1
-0
/
+10
*
Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it.
Rafael Espindola
2010-11-01
1
-0
/
+34
*
Implement .weakref.
Rafael Espindola
2010-11-01
1
-0
/
+5
*
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
1
-2
/
+5
*
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
1
-0
/
+1
[next]