summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-07
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Minor changes based on post commit review:Jack Carter2012-10-06
* Minor changes based on post commit review:Jack Carter2012-10-05
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-05
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* Remove empty file.Benjamin Kramer2012-10-05
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-05
* - Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt2012-10-05
* Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper2012-10-05
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-05
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-05
* [ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier2012-10-04
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-04
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* Add register encoding support in X86 backendMichael Liao2012-10-04
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-04
* test commit / whitespaceWill Schmidt2012-10-04
* Use new accessor methods to query for attributes.Bill Wendling2012-10-04
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* Clean up tailing whitespacesMichael Liao2012-10-03
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-03
* This patch moves from using a hard coded number (4) Jack Carter2012-10-03
* Typos.Chad Rosier2012-10-03
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd2012-10-03
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03
* Fix 80-column violationCraig Topper2012-10-03
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-03
* Fix a serious X86 instruction selection bug. InEvan Cheng2012-10-02
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-02
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-02
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-02
* Make sure to put our sret argument into %rax on x86-64. Fixes PR13563!Nick Lewycky2012-10-02
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-02
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-02
* Use the existing DebugLoc.Eric Christopher2012-10-02
* Make the location a parameter since we may not want the next oneEric Christopher2012-10-02
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-02
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Use constants for all return values in switch. Allows clang to optimize it in...Craig Topper2012-10-01
* Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...Craig Topper2012-09-30
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Whitespace.Bob Wilson2012-09-29