Use typedefs. Fix indentation. Extracted from the Andy/PaX patch.
[oota-llvm.git] / lib / MC /
2012-08-21 Rafael EspindolaUse typedefs. Fix indentation. Extracted from the Andy...
2012-08-21 Rafael EspindolaRemove unused variable. Extracted from the Andy/PaX...
2012-08-21 Rafael EspindolaFix typo. Extracted from the Andy/PaX patch.
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Rafael EspindolaTypedefs and indentation fixes from the Andy Zhang...
2012-08-08 Anton KorobeynikovFix for .pdata and .xdata section attributes on COFF.
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-27 Jakob Stoklund OlesenGive MCRegisterInfo an implementation file.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Chad RosierWhitespace.
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-07-05 Akira HatanakaEnable target dependent directive parsing to hook befor...
2012-07-03 NAKAMURA TakumiMCContext.cpp: Fixup for my odd previous commit. No...
2012-07-03 NAKAMURA TakumiMCContext::GetDwarfFile(): Make FileName parsing tolera...
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-03 Rafael EspindolaRepresent .rept as an anonymous macro. This removes...
2012-06-03 Rafael EspindolaAdd a typedef to simplify the code a bit. Not functiona...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-31 Eric ChristopherFix typo in assembly directive. Noticed by inspection.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-12 Benjamin KramerFix spacing after if.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: Give a nice error message for .code16gcc...
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-05-01 Jim GrosbachMC: Unknown assembler directives are now hard errors.
2012-05-01 Jim GrosbachMC: Remove errant EatToEndOfStatement() in asm parser.
2012-04-16 Jim GrosbachMC assembly parser handling for trailing comma in macro...
2012-04-11 Benjamin KramerCompute hashes directly with hash_combine instead of...
2012-04-10 David ChisnallUse the correct section types on Solaris for unwind...
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-04-06 Sean CallananFixed two leaks in the MC disassembler. The MC
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-27 Craig TopperPrune some includes
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-23 Akira HatanakaAdd a hook in MCELFObjectTargetWriter to allow targets...
2012-03-20 Jim GrosbachAssembler should accept redefinitions of unused variabl...
2012-03-20 Jim GrosbachTidy up.
2012-03-17 Jim GrosbachMC asm parser macro argument count was wrong when empty.
2012-03-15 Michael J. SpencerImplement relocation-overflow behavior for PE/COFF.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-03 Rafael EspindolaCorrectly initialize LineSectionSymbol. Thanks to Dunca...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-25 Eric ChristopherGrammar-o.
2012-02-24 Jim GrosbachARM Thumb symbol references in assembly need the low...
2012-02-23 Michael J. SpencerEmit global ctors into .CRT$XCU instead of .ctors on...
2012-02-23 Benjamin KramerBump SmallString to the minimum required amount for...
2012-02-22 Daniel DunbarMC: Fix the MCNullStreamer which was broken in r147763.
2012-02-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-17 Kevin EnderbyFix typo in comment ldopen() -> dlopen().
2012-02-17 Kevin EnderbyPut back the initializing the targets in the disassembl...
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 David ChisnallDon't lazily allocate eh_frame. We're not lazily alloc...
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-04 Sean CallananModified the Enhanced Disassembler to create and
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-28 Benjamin KramerSilence GCC's -Wreturn-type warning.
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-27 Jim GrosbachSource information in 'expected relocatable expression...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-26 Jim GrosbachTidy up.
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 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
next