[X86] Mark the AAD and AAM aliases as not valid in 64-bit mode.
[oota-llvm.git] / lib / Target / Mips /
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-12 Vasileios Kalintiris[mips][FastISel] Clang-format switch statement. NFC.
2015-10-12 Daniel Sanders[mips][ias] Implement macro expansion when bcc has...
2015-10-12 Daniel Sanders[mips] Clean up most macro expansions to use the emit...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 Zlatko BuljanTest commit
2015-10-10 Craig TopperChange isUIntN/isIntN calls with constant N to use...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Factor out common code from switch...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Use ternary operator to select opcode...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Simple refactoring of MipsFastISel...
2015-10-07 Scott EgertonRevert: r249536 - Testing commit access with a trival...
2015-10-07 Scott EgertonTesting commit access with a trival whitespace change.
2015-10-06 Daniel Sanders[mips][microMIPS] Fix an issue with selecting sqrt...
2015-10-06 Daniel SandersRevert r249123 - [mips][microMIPS] Fix an issue with...
2015-10-05 Zoran Jovanovic[mips][microMIPS] Implement JALRC16, JRCADDIUSP and...
2015-10-05 Daniel Sanders[mips] Changed the way symbols are handled in dla and...
2015-10-05 Rafael EspindolaFix pr24486.
2015-10-02 Zoran Jovanovic[mips][microMIPS] Fix an issue with selecting sqrt...
2015-10-01 Zoran Jovanovic[mips][microMIPS] Implement CACHEE, WRPGPR and WSBH...
2015-09-28 Daniel Sanders[mips][p5600] Added P5600 processor and initial scheduler.
2015-09-28 Zoran Jovanovic[mips] Handling of immediates bigger than 16 bits
2015-09-28 Craig TopperRemove 'const' from some ArrayRefs. ArrayRefs are alrea...
2015-09-24 Daniel Sanders[mips] Use PredicateControl for the MSA ASE instruction...
2015-09-22 Daniel Sanders[mips][sched] Split IIBranch into specific instruction...
2015-09-22 Daniel Sanders[mips][sched] Temporarily rename IIAlu to IIM16Alu...
2015-09-22 Daniel Sanders[mips][ias] Implement .cpreturn directive.
2015-09-22 Daniel Sanders[mips][sched] Added class for WSBH
2015-09-21 Daniel Sanders[mips] Allow constant expressions in second argument...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-18 Daniel Sanders[mips][microMIPS] Fix an invalid read for lwm32 and...
2015-09-17 Daniel Sanders[mips] Add assembler support for the .cprestore directive.
2015-09-17 Zoran Jovanovic[mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU...
2015-09-16 Eric ChristopherMake sure we're negating the assembler predicate -...
2015-09-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-16 Zoran Jovanovic[mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Zoran Jovanovic[mips][microMIPS] Fix an issue with disassembling lwm32...
2015-09-15 Zoran Jovanovic[mips] Add support for branch-likely pseudo-instructions
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-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-09-15 Zoran Jovanovic[mips][microMIPS] Implement CACHEE and PREFE instructio...
2015-09-15 Daniel Sanders[mips] Added support for various EVA ASE instructions.
2015-09-14 Daniel Sanders[mips] Unified the MipsMemSimm9GPRAsmOperand and MipsMe...
2015-09-14 Simon Atanasyan[mips] Remove redundant nested-name-specifier. NFC
2015-09-14 Simon Atanasyan[mips] Save a copy of MipsABIInfo in the MipsTargetStre...
2015-09-12 Bruce MitchenerFix typos.
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Zoran Jovanovic[mips][microMIPS] Implement ADDU16, AND16, ANDI16,...
2015-09-09 Zoran Jovanovic[mips][microMIPS] Implement CACHEE and PREFE instructions
2015-09-08 Zoran Jovanovic[mips][microMIPS] Implement LLE, LUI, LW and LWE instru...
2015-09-08 Zoran Jovanovic[mips][microMIPS] Implement SB, SBE, SCE, SH and SHE...
2015-09-08 Daniel Sanders[mips] Reserve address spaces 1-255 for software use.
2015-09-08 Zoran Jovanovic[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6...
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL...
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16...
2015-09-07 Zoran Jovanovic[mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT...
2015-09-07 NAKAMURA TakumiPrune utf8 chars in comments.
2015-09-05 Zoran Jovanovic[mips][microMIPS] Implement ADD.fmt, SUB.fmt, MOV.fmt...
2015-09-03 Daniel Sanders[mips] Added support for the div, divu, ddiv and ddivu...
2015-08-28 Petar Jovanovic[mips] Remove incorrect DebugLoc entries from prologue
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-26 Matthias BraunFastISel: Use finishCondBranch() for ARM,Mips,PowerPC...
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-18 Daniel Sanders[mips] Expand JAL instructions when PIC is enabled.
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU...
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement SW and SWE instructions
2015-08-18 Daniel Sanders[mips] Make the MipsAsmParser capable of knowing whethe...
2015-08-18 Daniel Sanders[mips] Correct -Woverflow warning in r245208 without...
2015-08-17 Aaron BallmanCorrecting a -Woverflow warning where 0xFFFF was overfl...
2015-08-17 Daniel Sanders[mips] [IAS] Add support for the DLA pseudo-instruction...
2015-08-12 Zoran Jovanovic[mips][microMIPS] Create microMIPS64r6 subtarget and...
2015-08-11 Alex LorenzPseudoSourceValue: Transform the mips subclass to targe...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Alex LorenzPseudoSourceValue: Introduce a 'PSVKind' enumerator.
2015-08-11 Vasileios Kalintiris[mips] Remap move as or.
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-04 Vasileios Kalintiris[mips][FastISel] Disable code generation for unsupporte...
2015-08-04 Vasileios KalintirisRevert r229675 - [mips] Avoid redundant sign extension...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-30 Vasileios Kalintiris[mips][FastISel] Remove hidden mips-fast-isel option.
2015-07-30 Vasileios Kalintiris[mips][FastISel] Apply only zero-extension to constants...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix call lowering by bailing out on...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix generated code for IR's select...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-20 JF BastienTargets: commonize some stack realignment code
2015-07-20 Vasileios Kalintiris[mips] Added support for the ERETNC instruction.
2015-07-16 Benjamin Kramer[Mips] Make helper function static, NFC.
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Aaron BallmanSilencing two MSVC warnings; 'argument' : truncation...
2015-07-14 Daniel Sanders[mips] Fix li/la differences between IAS and GAS.
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
next