Added fix in TableGen instruction decoder generation. The decoder now breaks for...
[oota-llvm.git] / lib / Target / Mips /
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
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-29 Akira HatanakaExpand FREM.
2012-03-28 Akira HatanakaTurn off post-RA scheduler by default.
2012-03-28 Akira HatanakaTurn on post register allocation scheduler.
2012-03-28 Akira HatanakaSort relocation entries before they are written out...
2012-03-28 Akira HatanakaEmit all directives except for ".cprestore" during...
2012-03-28 Akira HatanakaMark flag neverHasSideEffects of pattern-less instructi...
2012-03-27 Akira HatanakaRemove trailing white space.
2012-03-27 Akira HatanakaAdd member EmitNOAT and its setter and getter functions...
2012-03-27 Craig TopperPrune some includes
2012-03-27 Akira HatanakaPass the llvm IR pointer value and offset to the constr...
2012-03-27 Akira HatanakaFix bug in LowerConstantPool.
2012-03-27 Akira HatanakaAdd T9 to the list of live-in registers of the entry...
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-27 Akira HatanakaReserve hardware registers.
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-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-03-10 Akira HatanakaDo not custom lower i64 nodes if i64 is not a legal...
2012-03-09 Akira HatanakaLower SETCC nodes during legalization. Previously,...
2012-03-09 Akira HatanakaRemove unused header files.
2012-03-09 Ahmed CharlesFix undefined behavior in the Mips backend.
2012-03-08 Akira HatanakaInvoke setTargetDAGCombine for SELECT.
2012-03-08 Akira HatanakaSwap the operands of a select node if the false (the...
2012-03-08 Akira HatanakaSet minimum function alignment to 3 if target is Mips64.
2012-03-08 Akira HatanakaThis patch eliminates redundant instructions that produ...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-03-01 Akira HatanakaPass endian information to constructors. Define separat...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Akira HatanakaAdd comments.
2012-02-28 Akira HatanakaDo not reserve $gp as a dedicated global base register...
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-27 Akira HatanakaRemove unnecessary template parameters.
2012-02-27 Akira HatanakaFix instruction predicates that were not set correctly.
2012-02-27 Jia Liudelete useless comment&blank
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-24 Jia Liucomment fix
2012-02-24 Jia Liusome comment fix
2012-02-24 Jia Liureplace a balnk with -
2012-02-24 Jia Liu80 columns of Mips InstPrinter Makefile
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-22 Akira HatanakaUse a function in MathExtras to do sign extension.
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Akira HatanakaDo not promote i32 arguments to i64. This was causing...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-02-16 Akira HatanakaRemove comment.
2012-02-16 Akira HatanakaRemove trailing whitespace. Add newline.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-02 Akira HatanakaSet the correct stack pointer register.
2012-02-02 Akira HatanakaExpand EHSELECTION and EHSELECTION nodes. Set the corre...
2012-02-02 Akira HatanakaAdd DWARF numbers of 64-bit registers.
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-25 Akira HatanakaMark 64-bit register RA_64 unused too.
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaModify MipsRegisterInfo::eliminateFrameIndex to use...
2012-01-25 NAKAMURA TakumiMipsAnalyzeImmediate.h: Fix to add DataTypes.h for...
2012-01-25 NAKAMURA TakumiTarget/Mips: Unbreak CMake build.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-25 Akira HatanakaAdd class MipsAnalyzeImmediate which comes up with...
2012-01-24 Akira HatanakaSign-extend 32-bit integer arguments when they are...
2012-01-24 Akira HatanakaPass CCState by reference.
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-24 Owen AndersonWiden the instruction encoder that TblGen emits to...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jakob Stoklund OlesenAdd a CoveredBySubRegs property to Register descriptions.
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-11 Rafael EspindolaAdd big endian mips support. Based on a patch by Jack...
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
2012-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2012-01-06 Chad RosierFix uninitialized variable warning.
2012-01-04 Akira HatanakaEnable -soft-float for MIPS.
2012-01-04 Akira HatanakaRename immLUiOpnd.
2012-01-04 Akira Hatanaka- Define base classes for Jump-and-link instructions...
2012-01-04 Akira HatanakaHave getRegForInlineAsmConstraint return the correct...
2011-12-30 Bruno Cardoso LopesCleanup Mips code and rename some variables. Patch...
next