Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.
[oota-llvm.git] / lib / Target /
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-11 Jyotsna VermaUse multiclass for new-value store instructions with...
2012-12-11 Evan ChengStylistic tweak.
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Akira Hatanaka[mips] Set HWEncoding field of registers. Use delete...
2012-12-10 Chandler CarruthRevert "Make '-mtune=x86_64' assume fast unaligned...
2012-12-10 Chandler CarruthMake '-mtune=x86_64' assume fast unaligned memory accesses.
2012-12-10 Chandler CarruthFix a typo in my previous commit -- bloomfield is 0x1A...
2012-12-10 Chandler CarruthAddress a FIXME and update the fast unaligned memory...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-08 Benjamin KramerSimplify code. Sort includes. No functionality change.
2012-12-08 Chandler CarruthFix a use-after-free bug found by ASan. You can't assig...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 Nadav RotemWhen we use the BLEND instruction that uses the MSB...
2012-12-07 Matthew CurtisIn hexagon convertToHardwareLoop, don't deref end(...
2012-12-07 Nadav RotemX86: Prefer using VPSHUFD over VPERMIL because it has...
2012-12-07 Tim NorthoverAdded Mapping Symbols for ARM ELF
2012-12-07 Jakob Stoklund OlesenUse the new MIBundleBuilder class in the Mips target.
2012-12-07 Akira Hatanaka[mips] Delete nodes and instructions for dynamic alloca...
2012-12-07 Akira Hatanaka[mips] Shorten predicate name.
2012-12-07 Akira Hatanaka[mips] Delete unused sub-target features.
2012-12-07 Akira Hatanaka[mips] Remove unnecessary predicates.
2012-12-06 Matt Beaumont-GayAdd a 'using' declaration to suppress GCC's -Woverloade...
2012-12-06 Evan ChengReplace r169459 with something safer. Rather than havin...
2012-12-06 Jakub StaszakRemove unneeded function, since PR8156 was fixed over...
2012-12-06 Jakub StaszakSimplify code.
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-12-06 Craig TopperMark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ...
2012-12-06 Chad Rosier[arm fast-isel] Make the fast-isel implementation of...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-05 Jyotsna VermaDefine new-value store instructions with base+immediate...
2012-12-05 Nadav RotemCost Model: change the default cost of control flow...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-05 Justin Holewinski[NVPTX] Fix crash with unnamed struct arguments
2012-12-05 Jyotsna VermaUse multiclass to define store instructions with base...
2012-12-05 Matthew CurtisFix misplaced closing brace.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-05 Elena DemikhovskySimplified BLEND pattern matching for shuffles.
2012-12-05 Evan ChengAdd x86 isel lowering logic to form bit test with inver...
2012-12-04 Matt Beaumont-GayAppease GCC's -Wparentheses.
2012-12-04 Evan ChengARM custom lower ctpop for vector types. Patch by Pete...
2012-12-04 Jyotsna VermaDefine store instructions with base+register offset...
2012-12-04 Eli BenderskyMake NaCl naming consistent. The triple OSType is calle...
2012-12-04 Jyotsna VermaAdd patterns to define 'combine', 'tstbit', 'ct0/cl0...
2012-12-04 Jyotsna VermaAdd constant extender support to ALU32 instructions...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Jyotsna VermaMove all operand definitions into HexagonOperands.td
2012-12-04 Jyotsna VermaMove generic Hexagon subtarget information into Hexagon.td
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-03 Akira HatanakaClassic JIT is still being supported by MIPS, along...
2012-12-03 Akira HatanakaFunctions in MipsCodeEmitter.cpp that expand unaligned...
2012-12-03 Jakob Stoklund OlesenImplement ARMBaseRegisterInfo::getRegAllocationHints().
2012-12-03 Jyotsna VermaDefine store instructions with base+immediate offset...
2012-12-03 Jyotsna VermaDefine load instructions with base+immediate offset...
2012-12-03 Jyotsna VermaDefine unsigned const-ext predicates.
2012-12-03 Jyotsna VermaRemoving unnecessary 'else' statement from the predicat...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-03 Jyotsna VermaDefine signed const-ext predicates.
2012-11-30 Sebastian PopCodegen failure for vmull with small vectors
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with MEMri...
2012-11-30 Adhemerval ZanellaThis patch fixes the Altivec addend construction for...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Jyotsna VermaUse multiclass for the store instructions with MEMri...
2012-11-30 Jyotsna VermaUse multiclass for the load instructions with 'base...
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-11-29 Quentin ColombetAdd cortex-a5 subtarget to the supported ARM architectures
2012-11-29 Shuxin Yangrdar://12100355 (part 1)
2012-11-29 Jyotsna VermaUse multiclass for 'transfer' instructions.
2012-11-29 Silviu BarangaAdded atomic 64 min/max/umin/umax instrinsics support...
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-29 Elena DemikhovskyI changed hasAVX() to hasFp256() and hasAVX2() to hasIn...
2012-11-28 Jyotsna VermaDefine signed const-ext immediate operands and their...
2012-11-28 Benjamin KramerARM: Implement CanLowerReturn so large vectors get...
2012-11-28 Ulrich WeigandFix initial frame state on powerpc64.
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-11-28 Jakob Stoklund OlesenMove Target{Instr,Register}Info.cpp into lib/CodeGen.
2012-11-27 Bill SchmidtThis patch makes medium code model the default for...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-27 Manman RenX86: do not fold load instructions such as [V]MOVS...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Chad Rosier[arm fast-isel] Appease the machine verifier by using...
2012-11-26 Chad RosierRemove the X86 Maximal Stack Alignment Check pass as...
2012-11-26 Jyotsna VermaFix comments in HexagonOperands.td.
2012-11-26 Jakub StaszakNormalize splat 256bit vectors with 8 elements.
2012-11-26 Benjamin KramerDecouple MCInstBuilder from the streamer per Eli's...
2012-11-26 Benjamin KramerAdd MCInstBuilder, a utility class to simplify MCInst...
2012-11-24 Benjamin KramerPPC: Reinstate the fatal error when trying to emit...
2012-11-24 Benjamin KramerARM: Share applyFixup between ELF and Darwin.
2012-11-24 Benjamin KramerPPC: MCize most of the darwin PIC emission.
2012-11-24 Benjamin KramerPPC: Share applyFixup between ELF and Darwin.
2012-11-24 Benjamin KramerPPC: Simplify code with Twines.
next