StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / MC /
2012-02-17 David ChisnallGenerate the correct EH frame section types on Solaris...
2012-02-17 David ChisnallRevert r150814. It turns out that there is a good...
2012-02-17 Richard OsborneFix typo in comment.
2012-02-17 David ChisnallDon't lazily allocate eh_frame. We're not lazily alloc...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-10 Benjamin KramerPut instruction names into an indexed string table...
2012-02-09 Benjamin KramerMove the Name field in MCInstrDesc to the end, saving...
2012-02-08 Benjamin KramerValue initialize MCRegisterClasses. Not sure how could...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-26 Jim GrosbachAdd SourceMgr to MCContext for backend diagnostics.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2012-01-19 Owen AndersonAdd a new form of MCOperand, for representing sub-instr...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2012-01-10 Rafael EspindolaRemove the logging streamer.
2012-01-09 Rafael EspindolaDon't print an unused label before .cfi_endproc.
2012-01-07 Rafael EspindolaDon't print a label before .cfi_startproc when we don...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaRename Remember and Restore to RememberState and Restor...
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-24 Rafael EspindolaDefine trivial destructor inline.
2011-12-24 Rafael EspindolaMake GetRelocType pure virtual.
2011-12-22 Rafael EspindolaMove PPC bits to lib/Target/PowerPC.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-22 Rafael EspindolaMove the ARM specific parts of the ELF writer to Target...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-21 Rafael EspindolaAdd const.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachTidy up. 80 columns.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-11-29 Michael J. SpencerMC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-27 Jim GrosbachTrailing whitespace.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Owen AndersonUse the correct predicate for determining if a branch...
2011-10-17 Benjamin KramerMCOperand is pod-like.
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-10 Owen AndersonMCAtom extending methods need to extend the range of...
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-22 Owen AndersonStart stubbing out MCModule and MCAtom, which provide...
2011-09-20 Andrew TrickRestore hasPostISelHook tblgen flag.
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-30 Evan ChengFollow up to r138791.
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Jim GrosbachTidy up. 80 columns.
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-22 Benjamin KramerAdd an MCInstrAnalysis version of isCall.
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Jim GrosbachRemove unused forward declaration.
2011-08-16 Jim GrosbachTidy up. Trailing whitespace.
2011-08-16 Rafael EspindolaRemove unimplemented method. Fixes PR10658.
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-08-15 Jim GrosbachMove MatchResultTy enum into base class definition.
2011-08-15 Jim GrosbachTidy up trailing whitespace.
next