| Commit message (Expand) | Author | Age | Files | Lines |
| * | Handle llvm.fma.* intrinsics. rdar://10914096 | Evan Cheng | 2012-04-10 | 1 | -2/+4 |
| * | Fix a long standing tail call optimization bug. When a libcall is emitted | Evan Cheng | 2012-04-10 | 1 | -33/+42 |
| * | When performing a truncating store, it's possible to rearrange the data | Chad Rosier | 2012-04-09 | 1 | -1/+85 |
| * | Update comments and remove unnecessary isVolatile() check. | Chad Rosier | 2012-04-09 | 1 | -3/+5 |
| * | Tidy up. 80 columns. | Jim Grosbach | 2012-04-06 | 1 | -1/+2 |
| * | There is no portable std::abs overload for int64_t, use the llvm::abs64 | Chandler Carruth | 2012-04-06 | 1 | -2/+2 |
| * | Allow negative immediates in ARM and Thumb2 compares. | Jakob Stoklund Olesen | 2012-04-06 | 1 | -2/+4 |
| * | Always compute all the bits in ComputeMaskedBits. | Rafael Espindola | 2012-04-04 | 1 | -7/+4 |
| * | ARM target should allow codegenprep to duplicate ret instructions to enable t... | Evan Cheng | 2012-03-30 | 1 | -1/+1 |
| * | Try using vmov.i32 to materialize FP32 constants that can't be materialized by | Lang Hames | 2012-03-29 | 1 | -23/+54 |
| * | Remove unnecessary llvm:: qualifications | Craig Topper | 2012-03-27 | 1 | -1/+1 |
| * | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper | 2012-03-26 | 1 | -1/+0 |
| * | Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. | Craig Topper | 2012-03-25 | 1 | -3/+2 |
| * | Perform mul combine when multiplying wiht negative constants. | Anton Korobeynikov | 2012-03-19 | 1 | -18/+48 |
| * | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper | 2012-03-17 | 1 | -2/+1 |
| * | Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on | Lang Hames | 2012-03-15 | 1 | -0/+24 |
| * | Convert more static tables of registers used by calling convention to uint16_... | Craig Topper | 2012-03-11 | 1 | -1/+1 |
| * | Use uint16_t to store registers in callee saved register tables to reduce siz... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
| * | Neuter the optimization I implemented with r107852 and r108258 which turn some | Evan Cheng | 2012-03-01 | 1 | -8/+12 |
| * | Re-commit r151623 with fix. Only issue special no-return calls if it's a dire... | Evan Cheng | 2012-02-28 | 1 | -5/+14 |
| * | Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre... | Daniel Dunbar | 2012-02-28 | 1 | -14/+5 |
| * | Some ARM implementaions, e.g. A-series, does return stack prediction. That is, | Evan Cheng | 2012-02-28 | 1 | -5/+14 |
| * | Switch ARM target to register masks. | Jakob Stoklund Olesen | 2012-02-24 | 1 | -0/+6 |
| * | When emitting a cmp with 0 for a lowered select, mask out the high | Dan Gohman | 2012-02-24 | 1 | -0/+5 |
| * | Canonicalize (srl (bswap x), 16) to (rotr (bswap x), 16) if the high 16 bits | Evan Cheng | 2012-02-23 | 1 | -0/+15 |
| * | Optimize a couple of common patterns involving conditional moves where the false | Evan Cheng | 2012-02-23 | 1 | -5/+88 |
| * | Make all pointers to TargetRegisterClass const since they are all pointers to... | Craig Topper | 2012-02-22 | 1 | -7/+7 |
| * | Proper support for a bastardized darwin-eabi hybird ABI. | Evan Cheng | 2012-02-21 | 1 | -1/+1 |
| * | Improve generated code for extending loads and some trunc stores on ARM. | James Molloy | 2012-02-20 | 1 | -7/+29 |
| * | Don't reserve the R0 and R1 registers here. We don't use these registers, and | Bill Wendling | 2012-02-13 | 1 | -4/+9 |
| * | Make valgrind happy. | Jason W Kim | 2012-02-10 | 1 | -2/+2 |
| * | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -10/+7 |
| * | Cleanups for EABI standard functions | Anton Korobeynikov | 2012-01-29 | 1 | -2/+7 |
| * | Use base AAPCS for varargs functions even for AAPCS-VFP CC | Anton Korobeynikov | 2012-01-29 | 1 | -1/+3 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -6/+2 |
| * | Refactor variables unused under non-assert builds (& remove two entirely unus... | David Blaikie | 2012-01-16 | 1 | -2/+2 |
| * | Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code... | Benjamin Kramer | 2012-01-15 | 1 | -20/+12 |
| * | Match SelectionDAG logic for enabling movt. | Jakob Stoklund Olesen | 2012-01-07 | 1 | -1/+2 |
| * | Remove VectorExtras. This unused helper was written for a type of API that is... | Benjamin Kramer | 2012-01-07 | 1 | -1/+0 |
| * | Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138> | Bob Wilson | 2011-12-22 | 1 | -1/+6 |
| * | Make check a bit more strict so we don't call ARM_AM::getFP32Imm with a value... | Eli Friedman | 2011-12-15 | 1 | -1/+1 |
| * | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth | 2011-12-13 | 1 | -0/+4 |
| * | Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f... | Stepan Dyatkovskiy | 2011-12-11 | 1 | -0/+22 |
| * | Revert r146322 to appease buildbots. Original commit message: | Chad Rosier | 2011-12-10 | 1 | -22/+0 |
| * | Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f... | Stepan Dyatkovskiy | 2011-12-10 | 1 | -0/+22 |
| * | Splats can contain undef's; make sure to handle them correctly. PR11526. | Eli Friedman | 2011-12-09 | 1 | -2/+1 |
| * | Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsics | Daniel Dunbar | 2011-12-08 | 1 | -22/+0 |
| * | Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for... | Stepan Dyatkovskiy | 2011-12-08 | 1 | -0/+22 |
| * | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -4/+4 |
| * | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky | 2011-12-02 | 1 | -9/+14 |