| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Reuse %rax after calling __chkstk on win64" | Nico Rieck | 2013-07-08 | 2 | -9/+7 |
| * | Reuse %rax after calling __chkstk on win64 | Nico Rieck | 2013-07-07 | 2 | -7/+9 |
| * | Add MC support for the v8fp instructions: vmaxnm and vminnm. | Joey Gouly | 2013-07-06 | 3 | -8/+27 |
| * | Proper va_arg/va_copy lowering on win64 | Nico Rieck | 2013-07-06 | 1 | -1/+3 |
| * | ARM: Add a pack pattern for matching arithmetic shift right | Arnold Schwaighofer | 2013-07-05 | 1 | -0/+3 |
| * | ARM: Fix incorrect pack pattern | Arnold Schwaighofer | 2013-07-05 | 1 | -2/+4 |
| * | [SystemZ] Remove no-op MVCs | Richard Sandiford | 2013-07-05 | 2 | -0/+27 |
| * | [SystemZ] Remove redundant frame MMOs | Richard Sandiford | 2013-07-05 | 1 | -24/+4 |
| * | [SystemZ] Enable the use of MVC for frame-to-frame spills | Richard Sandiford | 2013-07-05 | 1 | -10/+2 |
| * | [PowerPC] Add some special @got@tprel fixup cases | Ulrich Weigand | 2013-07-05 | 1 | -0/+20 |
| * | [SystemZ] Allocate a second register scavenging slot | Richard Sandiford | 2013-07-05 | 1 | -2/+6 |
| * | [SystemZ] Clean up register scavenging code | Richard Sandiford | 2013-07-05 | 4 | -57/+16 |
| * | [PowerPC] Support @tls in the asm parser | Ulrich Weigand | 2013-07-05 | 9 | -22/+70 |
| * | PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm. | Joey Gouly | 2013-07-05 | 1 | -0/+6 |
| * | Use a OwningPtr instead of a manual delete. | Rafael Espindola | 2013-07-04 | 1 | -5/+3 |
| * | Fix leak. Should bring back the valgrind bot. | Rafael Espindola | 2013-07-04 | 1 | -0/+1 |
| * | [PowerPC] Implement writeNopData | Ulrich Weigand | 2013-07-04 | 1 | -4/+8 |
| * | Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury. | Joey Gouly | 2013-07-04 | 1 | -1/+0 |
| * | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 4 | -2/+94 |
| * | [PowerPC] Add all trap mnemonics | Ulrich Weigand | 2013-07-04 | 1 | -0/+31 |
| * | [PowerPC] Add asm parser support for CR expressions | Ulrich Weigand | 2013-07-04 | 2 | -5/+84 |
| * | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-04 | 7 | -29/+0 |
| * | Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision. | Joey Gouly | 2013-07-04 | 2 | -1/+57 |
| * | Add a space between closing template '>' to unbreak build. | Craig Topper | 2013-07-04 | 1 | -3/+3 |
| * | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-04 | 7 | -15/+15 |
| * | Revert r185595-185596 which broke buildbots. | Jakob Stoklund Olesen | 2013-07-04 | 7 | -0/+29 |
| * | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-03 | 7 | -29/+0 |
| * | Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ... | Stephen Lin | 2013-07-03 | 2 | -10/+13 |
| * | [ARM] Improve the instruction selection of vector loads. | Quentin Colombet | 2013-07-03 | 1 | -0/+94 |
| * | [PowerPC] FreeBSD does not require f128 in its data layout string. | Bill Schmidt | 2013-07-03 | 1 | -1/+1 |
| * | ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa... | Tilmann Scheller | 2013-07-03 | 1 | -9/+5 |
| * | [PowerPC] Support lmw/stmw in the asm parser | Ulrich Weigand | 2013-07-03 | 1 | -0/+8 |
| * | [PowerPC] Use mtocrf when available | Ulrich Weigand | 2013-07-03 | 7 | -11/+38 |
| * | [PowerPC] Always use mfocrf if available | Ulrich Weigand | 2013-07-03 | 9 | -65/+42 |
| * | [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCC | Ulrich Weigand | 2013-07-03 | 1 | -23/+5 |
| * | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-03 | 5 | -19/+19 |
| * | [PowerPC] Make specialized AltiVec patterns isCodeGenOnly | Ulrich Weigand | 2013-07-03 | 1 | -2/+3 |
| * | [PowerPC] Support mtspr/mfspr in the asm parser | Ulrich Weigand | 2013-07-03 | 2 | -11/+20 |
| * | [SystemZ] Fold more spills | Richard Sandiford | 2013-07-03 | 5 | -251/+369 |
| * | This corrects the implementation of Thumb ADR instruction. There are three i... | Mihai Popa | 2013-07-03 | 6 | -8/+46 |
| * | ARM: relax the atomic release barrier to "dmb ishst" on Swift | Tim Northover | 2013-07-03 | 1 | -1/+11 |
| * | [SystemZ] Rename mapping table fields | Richard Sandiford | 2013-07-03 | 2 | -37/+37 |
| * | [SystemZ] Fix caller-allocated save slot FIXME | Richard Sandiford | 2013-07-03 | 3 | -46/+21 |
| * | [XCore] Whitespace fixes, no functionality change. | Richard Osborne | 2013-07-03 | 1 | -3/+3 |
| * | [XCore] Add ISel pattern for LDWCP | Richard Osborne | 2013-07-03 | 1 | -8/+7 |
| * | Added posix function gettimeofday to LibFunc::Func for all platforms but Wind... | Michael Gottesman | 2013-07-03 | 1 | -0/+2 |
| * | SystemZInstrInfo.cpp: Tweak an assertion. [-Wunused-variable] | NAKAMURA Takumi | 2013-07-03 | 1 | -2/+2 |
| * | [PowerPC] PR16512 - Support TLS call sequences in the asm parser | Ulrich Weigand | 2013-07-02 | 2 | -2/+26 |
| * | [PowerPC] Rework TLS call operand processing | Ulrich Weigand | 2013-07-02 | 6 | -23/+40 |
| * | [PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD | Ulrich Weigand | 2013-07-02 | 2 | -6/+4 |