Age | Commit message (Expand) | Author |
2010-09-29 | Merge in r114506. | Bill Wendling |
2010-09-10 | Approved by Evan: | Bill Wendling |
2010-09-10 | Approved by Evan. | Bill Wendling |
2010-09-09 | Approved by Evan: | Bill Wendling |
2010-09-08 | $ svn merge -c 113255 https://llvm.org/svn/llvm-project/llvm/trunk | Bill Wendling |
2010-09-03 | Re-apply r112883: | Jim Grosbach |
2010-09-03 | Check the local frame alignment for determining whether dynamic stack | Jim Grosbach |
2010-09-03 | Finish converting the rest of the NEON VLD instructions to use pseudo- | Bob Wilson |
2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
2010-09-03 | Simple branch instruction support. | Eric Christopher |
2010-09-02 | Add basic support for materializing constants (including fp) and | Eric Christopher |
2010-09-02 | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach |
2010-09-02 | trailing whitespace | Jim Grosbach |
2010-09-02 | Now that register allocation properly considers reserved regs, simplify the | Jim Grosbach |
2010-09-02 | Fill in a missing comment. | Bob Wilson |
2010-09-02 | Convert VLD1 and VLD2 instructions to use pseudo-instructions until | Bob Wilson |
2010-09-02 | Clang's -ccc-host-triple was ignoring the arch specifier on my triple, | Eric Christopher |
2010-09-02 | This should be TargetMaterializeConstant instead. | Eric Christopher |
2010-09-02 | One definition of isThumb is plenty, thanks. | Eric Christopher |
2010-09-02 | Remove trailing whitespace | Jim Grosbach |
2010-09-02 | Rework arm fast-isel load and store handling. Move offset computation | Eric Christopher |
2010-09-02 | trivial cleanup | Jim Grosbach |
2010-09-01 | Simplify the tGPR register class now that the register allocators know not | Jim Grosbach |
2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
2010-09-01 | Some basic store support. | Eric Christopher |
2010-09-01 | Add some more load types in. | Eric Christopher |
2010-09-01 | zap dead code. | Chris Lattner |
2010-09-01 | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner |
2010-08-31 | We have a chance for an optimization. Consider this code: | Bill Wendling |
2010-08-31 | And ANDS pattern to match the t2ANDS pattern. | Bill Wendling |
2010-08-31 | SP relative offsets need to be adjusted by the local allocation size when | Jim Grosbach |
2010-08-31 | this assert should just be a condition, since this function is just asking if | Jim Grosbach |
2010-08-31 | - Cleanup some whitespaces. | Bill Wendling |
2010-08-31 | Rewrite slightly so we can expand for floating point types easier. | Eric Christopher |
2010-08-30 | If we have an unhandled type then assert, we shouldn't get here for | Eric Christopher |
2010-08-30 | Expand MOVi32imm in ARM mode after regalloc. This provides | Anton Korobeynikov |
2010-08-30 | Use the existing T2I_bin_s_irs pattern instead of creating T2I_bin_sw_irs, which | Bill Wendling |
2010-08-30 | Remember to clear the shadow kill flag at the same time as clearing the real | Jakob Stoklund Olesen |
2010-08-30 | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson |
2010-08-30 | Make ARM add rN, sp, #imm instructions rematerializable. That's how the addre... | Jim Grosbach |
2010-08-30 | When expanding NEON VST pseudo instructions, if the original super-register | Bob Wilson |
2010-08-30 | Create Thumb2sI_cpsr and T2sI_cpsr. These new classes indicate that CPSR is the | Bill Wendling |
2010-08-29 | Fix whitespaces. No functionality changes. | Bill Wendling |
2010-08-29 | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson |
2010-08-29 | - Add a parameter to T2I_bin_irs for those patterns which set the S bit. | Bill Wendling |
2010-08-29 | Name ANDflag to ANDS, which is less stupid. | Bill Wendling |
2010-08-29 | File missing from last commit. | Bill Wendling |
2010-08-29 | Create an ARMISD::AND node. This node is exactly like the "ARM::AND" node, but | Bill Wendling |
2010-08-28 | Use pseudo instructions for VST1 and VST2. | Bob Wilson |