| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -8/+7 |
* | Tidy up. MCAsmBackend naming conventions. | Jim Grosbach | 2012-01-18 | 1 | -1/+1 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -2/+0 |
* | Split Finish into Finish and FinishImpl to have a common place to do end of | Rafael Espindola | 2012-01-07 | 1 | -3/+3 |
* | Remove obsolete FIXME. | Jim Grosbach | 2011-11-28 | 1 | -2/+0 |
* | Don't drop alignment info on local common symbols. | Benjamin Kramer | 2011-09-01 | 1 | -1/+2 |
* | Support .code32 and .code64 in X86 assembler. | Evan Cheng | 2011-07-27 | 1 | -2/+3 |
* | Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA... | Evan Cheng | 2011-07-25 | 1 | -5/+5 |
* | Add a missing enumerator to this switch. Currently its in the | Chandler Carruth | 2011-07-25 | 1 | -0/+1 |
* | Move some ELF directives into ELF asm parser. | Jim Grosbach | 2011-07-25 | 1 | -1/+0 |
* | 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 | -1/+0 |
* | Factor some code into a new EmitFrames method. | Rafael Espindola | 2011-05-10 | 1 | -2/+1 |
* | Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. | Rafael Espindola | 2011-05-01 | 1 | -0/+3 |
* | 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 |
* | Handle PrivateExtern eh symbols. | Rafael Espindola | 2011-04-30 | 1 | -0/+2 |
* | Mark the EH symbol global or weak if the corresponding function is. | Rafael Espindola | 2011-04-28 | 1 | -0/+12 |
* | 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 | -1/+1 |
* | MC/Mach-O/Thumb: Set the thumb bit in the symbol table. | Daniel Dunbar | 2010-12-29 | 1 | -2/+6 |
* | ARM Fixups relative to thumb functions need to have the low bit of the value | Jim Grosbach | 2010-12-14 | 1 | -0/+4 |
* | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 2010-12-10 | 1 | -9/+1 |
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 1 | -1/+9 |
* | Initial support for the cfi directives. This is just enough to get | Rafael Espindola | 2010-12-09 | 1 | -9/+1 |
* | Let target asm backends see assembler flags as they go by. Use that to handle | Jim Grosbach | 2010-12-08 | 1 | -0/+3 |
* | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola | 2010-12-07 | 1 | -1/+1 |
* | Try to resolve symbol differences early, and if successful create a plain | Rafael Espindola | 2010-12-03 | 1 | -4/+1 |
* | Move EmitValueToOffset to the ObjectStreamer. | Rafael Espindola | 2010-12-02 | 1 | -7/+0 |
* | Add EmitInstToFragment to the generic object streamer. | Rafael Espindola | 2010-12-02 | 1 | -18/+0 |
* | Move EmitValue to MCObjectStreamer. | Rafael Espindola | 2010-11-28 | 1 | -21/+0 |
* | Fixed verson of r120245. | Rafael Espindola | 2010-11-28 | 1 | -16/+4 |
* | Revert previous patch while I debug the darwin bootstrap failure. | Rafael Espindola | 2010-11-28 | 1 | -1/+16 |
* | Factor some duplicated code into MCObjectStreamer::EmitLabel. | Rafael Espindola | 2010-11-28 | 1 | -16/+1 |
* | 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 |
* | Added support for the Mach-O .symbol_resolver directive. rdar://8673046 | Kevin Enderby | 2010-11-19 | 1 | -0/+4 |
* | Change some methods in MCDwarf.cpp to be able to handle an arbitrary | Rafael Espindola | 2010-11-19 | 1 | -1/+4 |
* | Add .loc methods to the streamer. | Rafael Espindola | 2010-11-16 | 1 | -6/+0 |
* | Parse and record the gnu_unique_object type. | Rafael Espindola | 2010-11-13 | 1 | -0/+1 |
* | 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 | -1/+7 |
* | syntaxunified directive is a no-op for MachO writing. | Jim Grosbach | 2010-11-05 | 1 | -0/+1 |
* | Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. | Rafael Espindola | 2010-11-01 | 1 | -37/+2 |
* | This adds a Darwin x86_64 relocation encoding for a subtraction expression | Kevin Enderby | 2010-10-02 | 1 | -9/+1 |
* | This is the last major patch to implement support for the .loc directive | Kevin Enderby | 2010-09-30 | 1 | -204/+17 |
* | Silence a GCC warning about not handling all flags in this switch, we | Chandler Carruth | 2010-09-30 | 1 | -2/+2 |
* | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 1 | -1/+1 |
* | Add a InitSections method to the streamer interface. | Rafael Espindola | 2010-09-15 | 1 | -0/+8 |