aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-10-05Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng
2012-10-04[ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier
2012-10-04This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd
2012-10-04ARM: locate user-defined text sections next to default text.Jim Grosbach
2012-10-04Update this a bit more to represent how the prologue should work:Eric Christopher
2012-10-04Add register encoding support in X86 backendMichael Liao
2012-10-04- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt
2012-10-04test commit / whitespaceWill Schmidt
2012-10-04Use new accessor methods to query for attributes.Bill Wendling
2012-10-04Implement methods that enable expansion of load immediate Jack Carter
2012-10-04This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter
2012-10-03Clean up tailing whitespacesMichael Liao
2012-10-03[ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier
2012-10-03This patch moves from using a hard coded number (4) Jack Carter
2012-10-03Typos.Chad Rosier
2012-10-03Add methods which query for the specific attribute instead of using theBill Wendling
2012-10-03Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-03Fix 80-column violationCraig Topper
2012-10-03The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen
2012-10-02Fix a serious X86 instruction selection bug. InEvan Cheng
2012-10-02Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher
2012-10-02Revert 165057, per Jim's request. This requires further discussion.Chad Rosier
2012-10-02The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter
2012-10-02Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky
2012-10-02[ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier
2012-10-02Don't use a debug location for frame setup instructions in theEric Christopher
2012-10-02Use the existing DebugLoc.Eric Christopher
2012-10-02Make the location a parameter since we may not want the next oneEric Christopher
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-10-01Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper
2012-09-30Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-09-29Whitespace.Bob Wilson
2012-09-29Shrink TargetAlignElem a bit, we do a lot of searches on them.Benjamin Kramer
2012-09-28MIPS DSP: other miscellaneous instructions.Akira Hatanaka
2012-09-28MIPS DSP: ADDUH.QB instruction sub-class.Akira Hatanaka
2012-09-28X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of theManman Ren
2012-09-281. Add load/store words from the stackReed Kotler
2012-09-27MIPS DSP: ABSQ_S.PH instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: SHLL.QB instruction sub-class.Akira Hatanaka
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-27[arm-fast-isel] Add support for ELF PIC.Jush Lu
2012-09-27MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).Akira Hatanaka
2012-09-27MIPS DSP: CMPU.EQ.QB instruction sub-class.Akira Hatanaka
2012-09-27MIPS DSP: ADDU.QB instruction sub-class.Akira Hatanaka