[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsAsmBackend.cpp
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.