aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Reorder some parts of the td file to by in alphabetical orderReed Kotler2012-10-101-64/+75
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-102-1/+22
* When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng2012-10-091-2/+5
* Initial assembler implementation of Mips load address macroJack Carter2012-10-092-6/+109
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-092-16/+16
* Improvements to MIPS64 assembler:David Chisnall2012-10-092-42/+85
* Create enums for the different attributes.Bill Wendling2012-10-0916-27/+42
* Separate AVXCC and SSECC printing for cmpps/pd/ss/sd and add masking before t...Craig Topper2012-10-095-4/+55
* In parseMSRMaskOperand, add an explicit check for the operand being an identi...Craig Topper2012-10-091-1/+2
* Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...Craig Topper2012-10-092-38/+22
* Remove some unused code in the X86AsmPrinter. Add LLVM_OVERRIDE and virtual k...Craig Topper2012-10-092-64/+15
* Use an iterator and proper query method instead of the 'hasAttrSomewhere' met...Bill Wendling2012-10-091-5/+6
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-083-6/+27
* misched: remove the unused getSpecialAddressLatency hook.Andrew Trick2012-10-082-17/+0
* PowerPC: Fix object creation with PPC::MTCRF8 instructionAdhemerval Zanella2012-10-081-1/+3
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-082-0/+36
* Move TargetData to DataLayout.Micah Villmow2012-10-0879-183/+183
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-071-1/+8
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-062-0/+38
* Minor changes based on post commit review:Jack Carter2012-10-061-29/+30
* Minor changes based on post commit review:Jack Carter2012-10-051-13/+12
* This patch splits apart PPCISelLowering::LowerFormalArguments_Darwin_Or_64SVR4Bill Schmidt2012-10-052-25/+309
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-054-6/+6
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-053-17/+104
* Remove empty file.Benjamin Kramer2012-10-051-0/+0
* Implement TargetData with the DataLayout class, this will allow LLVM projects...Micah Villmow2012-10-053-667/+1
* - Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt2012-10-051-5/+6
* Remove some encoding bits I forgot to remove from SETB_C16r and SETB_C64r in ...Craig Topper2012-10-051-3/+2
* Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...Craig Topper2012-10-053-19/+17
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-051-11/+9
* [ms-inline asm] Add support for parsing [Intel dialect] memory operands that useChad Rosier2012-10-041-7/+11
* This patch corrects commit 165126 by using an integer bit width instead of Preston Gurd2012-10-041-1/+1
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-041-4/+20
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-041-2/+0
* Add register encoding support in X86 backendMichael Liao2012-10-048-403/+287
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-042-50/+50
* test commit / whitespaceWill Schmidt2012-10-041-1/+1
* Use new accessor methods to query for attributes.Bill Wendling2012-10-044-4/+4
* Implement methods that enable expansion of load immediate Jack Carter2012-10-043-28/+115
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-43/+238
* Clean up tailing whitespacesMichael Liao2012-10-031-2/+2
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-032-0/+56
* This patch moves from using a hard coded number (4) Jack Carter2012-10-031-2/+4
* Typos.Chad Rosier2012-10-032-5/+4
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-032-16/+16
* Set up MCSchedModel after detecting the CPU type in X86SubTarget.Preston Gurd2012-10-031-0/+4
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-032-12/+9
* Fix 80-column violationCraig Topper2012-10-031-2/+2
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-031-1/+7
* Fix a serious X86 instruction selection bug. InEvan Cheng2012-10-021-3/+14