Convert assert(0) to llvm_unreachable
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-11-28 Jim GrosbachRemove obsolete FIXME.
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Chandler CarruthAdd a missing enumerator to this switch. Currently...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Jim Grosbachsyntaxunified directive is a no-op for MachO writing.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Chandler CarruthSilence a GCC warning about not handling all flags...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-03 Bill WendlingGet rid of "passing signed into unsigned parameter...
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-07-19 Daniel DunbarMC/Mach-O: Silently ignore .file directives instead...
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-06-16 Daniel DunbarMC/Mach-O: Rewrite atom association to be a final pass...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-16 Daniel DunbarMC: Lift SwitchSection() and Finish() into MCObjectStre...
2010-06-16 Daniel DunbarMC: Factor out an MCObjectStreamer class, which will...
2010-05-26 Daniel DunbarMC: When running with -mc-relax-all, we can eagerly...
2010-05-26 Daniel DunbarMC/Mach-O: Factor out EmitInstTo{Fragment,Data} for...
2010-05-26 Daniel DunbarMC: Eliminate an unnecessary copy.
2010-05-26 Daniel DunbarMC: Simplify MayNeedRelaxation to not provide the fixup...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-21 Eric ChristopherExpand on comment.
2010-05-18 Eric ChristopherImplement EmitTBSSSymbol for MachOStreamer.
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-18 Daniel DunbarMC/Mach-O: Fail faster/harder when we see .file, which...
2010-05-17 Daniel DunbarMC/Mach-O: Reverse order of SymbolData scanning when...
2010-05-17 Daniel DunbarMC/Mach-O: Fix some differences in symbol flag handling.
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-12 Daniel DunbarMC: Move MCAlignFragment::EmitNops value out of the...
2010-05-12 Daniel DunbarMC: Eliminate MCZeroFillFragment, it is no longer needed.
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-10 Daniel DunbarMC/Mach-O: Explicitly track atoms, as represented by...
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-23 Daniel DunbarMC: Switch to using MCInst fragments to do relaxation.
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::WriteNopData and use to elimi...
2010-03-22 Daniel DunbarMC: Add MCInstFragment, not used yet.
2010-03-22 Daniel DunbarMC/Mach-O: Factor out getOrCreateDataFragment().
2010-03-19 Daniel DunbarMC: Sink code emitter into MCAssembler.
2010-03-14 Daniel DunbarMC: Fix a crash on invalid, attempting to evaluate...
2010-03-12 Daniel DunbarMC: Add MCAssembler::addFixup, which enforces that...
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-10 Daniel DunbarMC: Move the backend section and symbol data maps to...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-22 Daniel DunbarMC/Mach-O: Remove non-sensical comment, and add a missi...
2010-02-13 Daniel DunbarMC/Mach-O: Start emitting fixups/relocations for instru...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-13 Daniel DunbarMC/Mach-O: Implement EmitValue using data fragments...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
next