aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-05-14Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler
2013-05-14This is the first of three patches which creates stubs used forReed Kotler
2013-05-13Mips assembler: Assembler macro ADDIU $rs,immJack Carter
2013-05-13Fix goofy commentary in PPCTargetObjectFile.cpp.Bill Schmidt
2013-05-13PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt
2013-05-13[mips] Add option -mno-ldc1-sdc1.Akira Hatanaka
2013-05-13[mips] Define a helper function which creates an instruction with the sameAkira Hatanaka
2013-05-13[mips] Rename functions. No functionality changes.Akira Hatanaka
2013-05-13Remove unused fields and arguments.Rafael Espindola
2013-05-13The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa
2013-05-13Correctly preserve the input chain for potential tailcall nodes whoseLang Hames
2013-05-13Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola
2013-05-10Checkin in of first of several patches to finish implementation ofReed Kotler
2013-05-10Fix unused variable error.Jyotsna Verma
2013-05-10Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma
2013-05-10Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma
2013-05-10Fix the R600 build.Rafael Espindola
2013-05-10[ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier
2013-05-10Remove unused argument.Rafael Espindola
2013-05-10Remove unused function.Rafael Espindola
2013-05-10Implement AsmParser for ARM unwind directives.Logan Chien
2013-05-10R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard
2013-05-10R600: Expand SUB for v2i32/v4i32Tom Stellard
2013-05-10R600: Expand MUL for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand SRA for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand vselect for v4i32 and v2i32Tom Stellard
2013-05-09[x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier
2013-05-09Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling
2013-05-09Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma
2013-05-09Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma
2013-05-09Simplify the code a bit.Bill Wendling
2013-05-09[XCore] Fix handling of functions where only the LR is spilled.Richard Osborne
2013-05-08[mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka
2013-05-08Remove unused isLegalAddressImmediate() method.Roman Divacky
2013-05-08[PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand
2013-05-08Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt
2013-05-08For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy
2013-05-08PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel
2013-05-07Corrected Atom latencies for SSE SQRT instructions.Preston Gurd
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel
2013-05-07Reverting r181331.Jyotsna Verma
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma
2013-05-07Re-enable AVX detection on x64 platforms.Michael Kuperstein
2013-05-07[SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford
2013-05-06R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard
2013-05-06R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard