index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
1
-0
/
+3
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
1
-3
/
+2
*
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
1
-3
/
+0
*
Enable CFI on OS X.
Rafael Espindola
2011-04-30
1
-0
/
+3
*
Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
Rafael Espindola
2011-04-30
1
-3
/
+31
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-4
/
+44
*
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-30
1
-0
/
+11
*
Implement MCAsmStreamer::EmitCFIDefCfa.
Rafael Espindola
2011-04-29
1
-1
/
+4
*
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
1
-3
/
+0
*
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-27
1
-3
/
+1
*
Remove unused argument.
Rafael Espindola
2011-04-21
1
-6
/
+6
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-3
/
+11
*
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
1
-40
/
+64
*
Fix whitespace.
NAKAMURA Takumi
2011-03-27
1
-2
/
+2
*
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
1
-0
/
+34
*
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
1
-0
/
+31
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-6
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+6
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
1
-12
/
+8
*
Use common style for .cfi directives
Anton Korobeynikov
2011-01-14
1
-7
/
+7
*
Add comment about Thumb2 fixup comments being completely bogus.
Evan Cheng
2011-01-13
1
-1
/
+3
*
Relax an assertion. On archs like ARM, an immediate field may be scattered. S...
Evan Cheng
2011-01-13
1
-2
/
+6
*
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
1
-4
/
+4
*
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-27
1
-4
/
+5
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
1
-2
/
+3
*
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-16
1
-7
/
+11
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-39
/
+24
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-24
/
+39
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-39
/
+24
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-34
/
+0
*
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
[next]