Mark a static array as const.
[oota-llvm.git] / lib / Target / Mips /
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Akira HatanakaTemporarily disable anti-dependence breaking for Mips...
2012-05-14 Akira HatanakaAdd a command line option to skip the delay slot filler...
2012-05-12 Akira HatanakaRemove MipsEmitGPRestore.cpp.
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-05-12 Akira HatanakaStop reserving register $gp. Do not call isGPFI to...
2012-05-12 Akira HatanakaDo not add the pass which restores $gp after every...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsFrameLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
2012-05-11 Akira HatanakaFix a misleading comment.
2012-05-10 Eric ChristopherAdd support for the 'X' inline asm operand modifier.
2012-05-09 Akira HatanakaAdd another peephole pattern for conditional moves.
2012-05-09 Akira HatanakaMake register FP allocatable if the compiled function...
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-08 Akira HatanakaDefine mips16 instruction formats.
2012-05-07 Eric ChristopherAdd support for the 'x' constraint.
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-07 Eric ChristopherAllow 64 bit integer values in gpu registers if arch...
2012-05-07 Eric ChristopherWhen using inline asm constraints representing
2012-05-04 Hans WennborgMake ARM and Mips use TargetMachine::getTLSModel()
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-05-01 Benjamin KramerMove MipsDisassembler classes into an anonymous namespace.
2012-05-01 Bill WendlingChange the PassManager from a reference to a pointer.
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-22 Bill WendlingRemove some potential warnings about variables used...
2012-04-21 NAKAMURA Takumillvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostrea...
2012-04-20 Craig TopperConvert more uses of XXXRegisterClass to &XXXRegClass...
2012-04-18 Akira HatanakaMark instruction classes ArithLogicR, ArithLogicI and...
2012-04-18 Akira HatanakaDelete blank line.
2012-04-17 Akira HatanakaDelete latter half of CMakeLists.txt.
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-16 Akira HatanakaDo not add offset in applyFixup. This has already been...
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaFix bugs in lowering of FCOPYSIGN nodes.
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerJumpTable to produce instructions with the...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-04-03 Akira HatanakaRevert r153924. Delete test/MC/Disassembler/Mips and...
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 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.
next