aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reuse %rax after calling __chkstk on win64"Nico Rieck2013-07-082-9/+7
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-072-7/+9
* Add MC support for the v8fp instructions: vmaxnm and vminnm.Joey Gouly2013-07-063-8/+27
* Proper va_arg/va_copy lowering on win64Nico Rieck2013-07-061-1/+3
* ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2013-07-051-0/+3
* ARM: Fix incorrect pack patternArnold Schwaighofer2013-07-051-2/+4
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-052-0/+27
* [SystemZ] Remove redundant frame MMOsRichard Sandiford2013-07-051-24/+4
* [SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2013-07-051-10/+2
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-051-0/+20
* [SystemZ] Allocate a second register scavenging slotRichard Sandiford2013-07-051-2/+6
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-054-57/+16
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-059-22/+70
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-051-0/+6
* Use a OwningPtr instead of a manual delete.Rafael Espindola2013-07-041-5/+3
* Fix leak. Should bring back the valgrind bot.Rafael Espindola2013-07-041-0/+1
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-4/+8
* Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.Joey Gouly2013-07-041-1/+0
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-044-2/+94
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-041-0/+31
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-042-5/+84
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-047-29/+0
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-042-1/+57
* Add a space between closing template '>' to unbreak build.Craig Topper2013-07-041-3/+3
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-047-15/+15
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-047-0/+29
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-037-29/+0
* Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...Stephen Lin2013-07-032-10/+13
* [ARM] Improve the instruction selection of vector loads.Quentin Colombet2013-07-031-0/+94
* [PowerPC] FreeBSD does not require f128 in its data layout string.Bill Schmidt2013-07-031-1/+1
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-031-9/+5
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-031-0/+8
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-037-11/+38
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-039-65/+42
* [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCCUlrich Weigand2013-07-031-23/+5
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-035-19/+19
* [PowerPC] Make specialized AltiVec patterns isCodeGenOnlyUlrich Weigand2013-07-031-2/+3
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-032-11/+20
* [SystemZ] Fold more spillsRichard Sandiford2013-07-035-251/+369
* This corrects the implementation of Thumb ADR instruction. There are three i...Mihai Popa2013-07-036-8/+46
* ARM: relax the atomic release barrier to "dmb ishst" on SwiftTim Northover2013-07-031-1/+11
* [SystemZ] Rename mapping table fieldsRichard Sandiford2013-07-032-37/+37
* [SystemZ] Fix caller-allocated save slot FIXMERichard Sandiford2013-07-033-46/+21
* [XCore] Whitespace fixes, no functionality change.Richard Osborne2013-07-031-3/+3
* [XCore] Add ISel pattern for LDWCPRichard Osborne2013-07-031-8/+7
* Added posix function gettimeofday to LibFunc::Func for all platforms but Wind...Michael Gottesman2013-07-031-0/+2
* SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable]NAKAMURA Takumi2013-07-031-2/+2
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-022-2/+26
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-026-23/+40
* [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLDUlrich Weigand2013-07-022-6/+4