index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCAsmStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
1
-4
/
+31
*
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-04
1
-2
/
+1
*
Make EmitIntValue more efficient and more like what we do for leb128. The
Rafael Espindola
2010-12-03
1
-0
/
+7
*
Do with uleb the same trick we now do with dwarf line/address advances. This
Rafael Espindola
2010-12-03
1
-8
/
+2
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-4
/
+12
*
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-03
1
-2
/
+2
*
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
1
-2
/
+11
*
If tehre are not any line entry then do not try to emit .debug_line section.
Devang Patel
2010-12-02
1
-1
/
+1
*
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
1
-27
/
+9
*
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-22
1
-0
/
+78
*
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
1
-0
/
+1
*
Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb when
Rafael Espindola
2010-11-19
1
-0
/
+16
*
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-19
1
-8
/
+40
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
1
-2
/
+37
*
correct the fixup comment printer to work on big endian platforms.
Chris Lattner
2010-11-15
1
-1
/
+8
*
Fix warning and add support for printing gnu_unique_object.
Rafael Espindola
2010-11-13
1
-0
/
+2
*
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
1
-0
/
+1
*
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
1
-0
/
+11
*
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
1
-2
/
+4
*
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-02
1
-0
/
+16
*
Implement .weakref.
Rafael Espindola
2010-11-01
1
-0
/
+6
*
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-30
1
-0
/
+1
*
allow target-specific label suffixes, patch by Yuri Gribov!
Chris Lattner
2010-09-22
1
-1
/
+1
*
grammar tweakage
Jim Grosbach
2010-09-22
1
-2
/
+2
*
remove trailing whitespace
Jim Grosbach
2010-09-22
1
-31
/
+31
*
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
1
-0
/
+8
*
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
1
-0
/
+1
*
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
1
-1
/
+1
*
Added the darwin .weak_def_can_be_hidden directive.
Kevin Enderby
2010-07-08
1
-0
/
+1
*
"This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...
Chris Lattner
2010-06-21
1
-11
/
+11
*
Don't call flush() at a library level which isn't checking for errors
Dan Gohman
2010-06-01
1
-1
/
+0
*
MC: Change MCInst::dump_pretty to not include a trailing newline.
Daniel Dunbar
2010-05-26
1
-2
/
+4
*
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-18
1
-6
/
+9
*
Assume that we'll handle mangling the symbols earlier and just put the
Eric Christopher
2010-05-17
1
-5
/
+4
*
Add AsmParser support for darwin tbss directive.
Eric Christopher
2010-05-14
1
-0
/
+18
*
break coff symbol definition stuff out into proper MCStreamer callbacks,
Chris Lattner
2010-05-08
1
-1
/
+24
*
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
Daniel Dunbar
2010-05-05
1
-1
/
+0
*
MC: Reject attempts to define a variable symbol.
Daniel Dunbar
2010-05-05
1
-4
/
+1
*
MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.
Daniel Dunbar
2010-05-05
1
-1
/
+1
*
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-04
1
-1
/
+1
*
allow attaching comments to raw text.
Chris Lattner
2010-04-03
1
-6
/
+3
*
add a new EmitInlineAsm function to asmprinter to handle inline asm.
Chris Lattner
2010-04-03
1
-1
/
+21
*
MCInst: Add ::dump_pretty.
Daniel Dunbar
2010-03-22
1
-17
/
+3
*
fix an MCInstPrinter leak that jyasskin pointed out:
Chris Lattner
2010-03-19
1
-1
/
+2
*
remove MAI argument from createAsmStreamer since it
Chris Lattner
2010-03-12
1
-5
/
+4
*
genericize MCAsmStreamer::EmitCodeAlignment to support other targets
Chris Lattner
2010-02-23
1
-2
/
+3
*
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-02-23
1
-0
/
+9
*
add a new MCInstPrinter::getOpcodeName interface, when it is
Chris Lattner
2010-02-11
1
-0
/
+6
*
make getFixupKindInfo return a const reference, allowing
Chris Lattner
2010-02-11
1
-2
/
+2
*
MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the
Daniel Dunbar
2010-02-10
1
-1
/
+1
[next]