| Age | Commit message (Expand) | Author |
| 2012-04-11 | Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user. | Akira Hatanaka |
| 2012-04-11 | Fixed a case of ARM disassembly getting an assert on a bad encoding | Kevin Enderby |
| 2012-04-11 | Fix bugs in lowering of FCOPYSIGN nodes. | Akira Hatanaka |
| 2012-04-11 | ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction. | Jim Grosbach |
| 2012-04-11 | ARM 'vzip.32 Dd, Dm' is a pseudo-instruction. | Jim Grosbach |
| 2012-04-11 | remove unused argument | Nadav Rotem |
| 2012-04-11 | Add a C binding to the Target and TargetMachine classes to allow for emitting | Duncan Sands |
| 2012-04-11 | Add more fused mul+add/sub patterns. rdar://10139676 | Evan Cheng |
| 2012-04-11 | Reapply 154396 after fixing a test. | Nadav Rotem |
| 2012-04-11 | Clean up ARM fused multiply + add/sub support some more: rename some isel | Evan Cheng |
| 2012-04-11 | Match (fneg (fma) to vfnma. rdar://10139676 | Evan Cheng |
| 2012-04-11 | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis |
| 2012-04-11 | Fix ARM disassembly of VLD instructions with writebacks. And add test a case | Kevin Enderby |
| 2012-04-11 | ARM add missing Thumb1 two-operand aliases for shift-by-immediate. | Jim Grosbach |
| 2012-04-11 | Fix a number of problems with ARM fused multiply add/subtract instructions. | Evan Cheng |
| 2012-04-10 | Handle llvm.fma.* intrinsics. rdar://10914096 | Evan Cheng |
| 2012-04-10 | Whitespace. | Chad Rosier |
| 2012-04-10 | Revert r154396, which looks to be the real culprit behind the bot failures. | Chad Rosier |
| 2012-04-10 | Temporarily revert this patch to see if it brings the buildbots back. | Eric Christopher |
| 2012-04-10 | ARM fix cc_out operand handling for t2SUBrr instructions. | Jim Grosbach |
| 2012-04-10 | Remove unused variable. | David Blaikie |
| 2012-04-10 | Modify the code that lowers shuffles to blends from using blendvXX to vblendXX. | Nadav Rotem |
| 2012-04-10 | Fix a long standing tail call optimization bug. When a libcall is emitted | Evan Cheng |
| 2012-04-10 | ARM LDR/LDRT has the same encoding collision as STR/STRT. | Jim Grosbach |
| 2012-04-09 | When performing a truncating store, it's possible to rearrange the data | Chad Rosier |
| 2012-04-09 | Update comments and remove unnecessary isVolatile() check. | Chad Rosier |
| 2012-04-09 | Fix accidentally constant conditions found by uncommitted improvements to -Wc... | David Blaikie |
| 2012-04-09 | This patch adds X86 instruction itineraries, which were missed by the | Preston Gurd |
| 2012-04-09 | Lower some x86 shuffle sequences to the vblend family of instructions. | Nadav Rotem |
| 2012-04-09 | Fix a bug in the lowering of broadcasts: ConstantPools need to use the target... | Nadav Rotem |
| 2012-04-09 | Cleanup and relax a restriction on the matching of global offsets into | Chandler Carruth |
| 2012-04-08 | Teach LLVM about a PIE option which, when enabled on top of PIC, makes | Chandler Carruth |
| 2012-04-08 | Move the TLSModel information into the TargetMachine rather than hiding | Chandler Carruth |
| 2012-04-08 | AVX2: Build splat vectors by broadcasting a scalar from the constant pool. | Nadav Rotem |
| 2012-04-07 | Turn avx2 vinserti128 intrinsic calls into INSERT_SUBVECTOR DAG nodes and rem... | Craig Topper |
| 2012-04-07 | Move vinsertf128 patterns near the instruction definitions. Add AddedComplexi... | Craig Topper |
| 2012-04-07 | Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543> | Bob Wilson |
| 2012-04-07 | Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming. | NAKAMURA Takumi |
| 2012-04-07 | Output UTF-8-encoded characters as identifier characters into assembly | Sean Hunt |
| 2012-04-06 | Tidy up. 80 columns. | Jim Grosbach |
| 2012-04-06 | ARMPat is equivalent to Requires<[IsARM]>. | Jakob Stoklund Olesen |
| 2012-04-06 | Eliminate iOS-specific tail call instructions. | Jakob Stoklund Olesen |
| 2012-04-06 | There is no portable std::abs overload for int64_t, use the llvm::abs64 | Chandler Carruth |
| 2012-04-06 | Allow negative immediates in ARM and Thumb2 compares. | Jakob Stoklund Olesen |
| 2012-04-06 | Fix narrowing conversion. | Benjamin Kramer |
| 2012-04-06 | Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a... | Craig Topper |
| 2012-04-06 | Deduplicate ARM call-related instructions. | Jakob Stoklund Olesen |
| 2012-04-05 | ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero. | Jim Grosbach |
| 2012-04-05 | ARM assembly aliases for add negative immediates using sub. | Jim Grosbach |
| 2012-04-05 | Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s... | Silviu Baranga |