Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and relate...
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsAsmBackend.cpp
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2014-10-02 Joerg SonnenbergerSupport padding unaligned data in .text.
2014-06-13 Zoran Jovanovic[mips][mips64r6] Relocation R_MIPS_PC18_S3
2014-06-12 Zoran Jovanovic[mips][mips64r6] Add R_MIPS_PC19_S2
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS...
2014-05-23 Daniel Sanders[mips] Work around inconsistency in llvm-mc's placement...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-27 Zoran JovanovicSplit the file MipsAsmBackend.cpp in Split the file...
2014-03-03 Ed Maste[mips] support FK_Data_2 and FK_Data_8 to fix big-endia...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-17 Matheus Almeida[mips] Fix off by one issue when applying a fixup.
2013-12-13 Matheus Almeida[mips] Add checks for alignment and maximum displacemen...
2013-11-04 Zoran JovanovicSupport for microMIPS branch instructions.
2013-10-29 Zoran JovanovicSupport for microMIPS jump instructions
2013-10-23 Zoran JovanovicSupport for microMIPS relocations 1.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-11-21 Jack CarterMips direct object xgot support
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-08-07 Jack CarterMips relocation R_MIPS_64 relocates a 64 bit double...
2012-08-06 Jack CarterMips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-11 Jack CarterPatch for Mips direct object generation.
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-04-16 Akira HatanakaDo not add offset in applyFixup. This has already been...
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-03-27 Akira HatanakaRetrieve and add the offset of a symbol in applyFixup...
2012-03-27 Akira HatanakaRewrite computation of Value in adjustFixupValue so...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-21 Craig TopperAdd typecast to silence -Wswitch warning introduced...
2012-03-21 Akira HatanakaIncremental big endian patch by Jack Carter.
2012-03-01 Akira HatanakaPass endian information to constructors. Define separat...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-11 Rafael EspindolaAdd big endian mips support. Based on a patch by Jack...
2011-12-22 Rafael EspindolaMove the Mips only bits of the ELF writer to lib/Target...
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-06 NAKAMURA TakumiMipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-09-30 Akira HatanakaRegister Asm backend. Add functions to MipsAsmBackend.
2011-09-30 Akira HatanakaAdd MCELFObjectTargetWriter and MCAsmBackend classes.