aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-10whitespaceAndrew Trick
2012-10-10Reorder some parts of the td file to by in alphabetical orderReed Kotler
2012-10-10Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka
2012-10-09When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng
2012-10-09Initial assembler implementation of Mips load address macroJack Carter
2012-10-09Use the attribute enums to query if a parameter has an attribute.Bill Wendling
2012-10-09Improvements to MIPS64 assembler:David Chisnall
2012-10-09Create enums for the different attributes.Bill Wendling
2012-10-09Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...Craig Topper
2012-10-09In parseMSRMaskOperand, add an explicit check for the operand being an identi...Craig Topper
2012-10-09Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper
2012-10-09Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper
2012-10-09Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...Bill Wendling
2012-10-08Enable predicated sandboxed load/store for ARMDavid Sehr
2012-10-08PR12716: PPC crashes on vector compareAdhemerval Zanella
2012-10-08misched: remove the unused getSpecialAddressLatency hook.Andrew Trick
2012-10-08PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella
2012-10-08Add floating-point to and from integer conversionAdhemerval Zanella
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-08Re-enable frame pointer optimization on x86David Sehr
2012-10-07X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer
2012-10-06Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter
2012-10-06Minor changes based on post commit review:Jack Carter
2012-10-05Minor changes based on post commit review:Jack Carter
2012-10-05This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier
2012-10-05Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler
2012-10-05Remove empty file.Benjamin Kramer
2012-10-05Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow
2012-10-05- Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt
2012-10-05Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper
2012-10-05Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper
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-04ARM: Add ldr r9 mode for TLSDavid Sehr
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