Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc /
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2013-12-31 Mark SeabornFix misaligned indentation in "if" block in MipsMCCodeE...
2013-12-29 Mark SeabornFix indentation alignment of a declaration in MipsMCCod...
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-12-05 Matheus Almeida[mips][msa] Fix issue with immediate fields of LD/ST...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-19 Jack Carterreverts 195057 per request
2013-11-19 Eric ChristopherRemove unused special member functions and reformat.
2013-11-19 Eric ChristopherFix previous commit and fully remove variable.
2013-11-19 Jack Carter[Mips] Support for MicroMips STO refactoring.
2013-11-18 Jack Carter[Mips] MipsTargetStreamer refactoring.
2013-11-18 Matheus Almeida[mips][msa] Fix immediate value of LSA instruction...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
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-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-07 Akira Hatanaka[mips] Add definition of instruction "drotr32" (double...
2013-08-27 Jack CarterChanged comment
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-06-18 Jack CarterMips ELF: Mark object file as ABI compliant
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-27 Rafael EspindolaMake helper functions static.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-04-19 Akira Hatanaka[mips] First patch which adds support for micromips.
2013-04-17 Jack CarterMips assembler: Enable handling of nested expressions
2013-03-22 Jack CarterFix the invalid opcode for Mips branch instructions...
2013-02-20 David BlaikieFix the (clang -Werror) build by removing an unused...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-15 Reed KotlerRemove a final dependency on the form field in tablegen...
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Jack CarterThis patch changes a static_cast to dyn_cast
2013-01-30 David BlaikieRemoving initializer for the field removed in r173887
2013-01-30 David BlaikieRemove unused variable (introduced in r173884) to clear...
2013-01-30 Jack CarterForgot to add new file to CMakeLists
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-21 Jack CarterMips direct object xgot support
2012-11-21 Akira Hatanaka[mips] Add target operand flag enums for big GOT reloca...
2012-10-03 Jack CarterThis patch moves from using a hard coded number (4)
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2012-09-26 Akira HatanakaAdd case clauses for returning dsp accumulator encoding...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-15 Craig TopperRemove unused private fields to silence -Wunused-privat...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
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-23 Akira HatanakaAdd comment for relocations MO_HIGHER and HIGHEST in...
2012-07-21 Akira HatanakaAdd HIGHER and HIGHEST relocations to Mips backend.
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-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-09 Jack CarterTest commit
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-04-22 Bill WendlingRemove some potential warnings about variables used...
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-16 Akira HatanakaDo not add offset in applyFixup. This has already been...
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-31 Akira HatanakaSelect static relocation model if it is jitting.
2012-03-28 Akira HatanakaSort relocation entries before they are written out...
2012-03-27 Craig TopperPrune some includes
2012-03-27 Akira HatanakaRetrieve and add the offset of a symbol in applyFixup...
2012-03-27 Akira HatanakaDefine function MipsGetSymAndOffset which returns a...
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.
next