| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the InterferenceResult class. | Jakob Stoklund Olesen | 2011-08-11 | 1 | -32/+0 |
| | | | | | llvm-svn: 137381 | ||||
| * | Eliminate the last use of InterferenceResult. | Jakob Stoklund Olesen | 2011-08-11 | 2 | -63/+57 |
| | | | | | | | | | The Query class now holds two iterators instead of an InterferenceResult instance. The iterators are used as bookmarks for repeated collectInterferingVRegs calls. llvm-svn: 137380 | ||||
| * | Enclose directive .cprestore with .set macro and nomacro to silence assembler | Akira Hatanaka | 2011-08-11 | 2 | -3/+25 |
| | | | | | | | warning. llvm-svn: 137378 | ||||
| * | Fix tests per now-correct encoding as of r137371. | Jim Grosbach | 2011-08-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 137376 | ||||
| * | Remove no-longer-true comments. These are for the assembler, also. | Jim Grosbach | 2011-08-11 | 1 | -52/+24 |
| | | | | | llvm-svn: 137375 | ||||
| * | ARM STRT assembly parsing and encoding. | Jim Grosbach | 2011-08-11 | 3 | -15/+30 |
| | | | | | llvm-svn: 137372 | ||||
| * | Make the USAT16 operand decoder auto-generate-able. | Owen Anderson | 2011-08-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 137371 | ||||
| * | Add another accidentally omitted predicate operand. | Owen Anderson | 2011-08-11 | 1 | -0/+2 |
| | | | | | llvm-svn: 137370 | ||||
| * | Add missing predicate operand on SMLA and friends. | Owen Anderson | 2011-08-11 | 1 | -0/+2 |
| | | | | | llvm-svn: 137368 | ||||
| * | ARM load shifted register pre-index fix shift value asm parser encoding. | Jim Grosbach | 2011-08-11 | 2 | -1/+3 |
| | | | | | llvm-svn: 137367 | ||||
| * | DataTypes.h.cmake: Tweak INT32_MIN for MSVC. MSC treats -2147483648 as ↵ | NAKAMURA Takumi | 2011-08-11 | 1 | -1/+2 |
| | | | | | | | | | -(2147483648U). It caused an unexpected behavior since r137254. llvm-svn: 137365 | ||||
| * | Handle new register classes in Thumb2 mode. Should fix the ARM buildbots. | Owen Anderson | 2011-08-11 | 1 | -2/+4 |
| | | | | | llvm-svn: 137364 | ||||
| * | Making SEL decodings auto-generate-able. | Owen Anderson | 2011-08-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 137363 | ||||
| * | Add a dag combine to xform 256-bit shuffles into simple vector | Bruno Cardoso Lopes | 2011-08-11 | 3 | -1/+90 |
| | | | | | | | | inserts and extracts. This simple combine makes us generate only 1 instruction instead of 11 in the v8 case. llvm-svn: 137362 | ||||
| * | Fix the test added by Nadav in r137308. Make it more strict: | Bruno Cardoso Lopes | 2011-08-11 | 2 | -17/+14 |
| | | | | | | | | | 1) check for the "v" version of movaps 2) add a couple of CHECK-NOT to guarantee the behavior 3) move to a more appropriate test file llvm-svn: 137361 | ||||
| * | Tidy up comment. | Jim Grosbach | 2011-08-11 | 1 | -2/+1 |
| | | | | | llvm-svn: 137359 | ||||
| * | ARM STRHT assembly parsing and encoding. | Jim Grosbach | 2011-08-11 | 1 | -0/+13 |
| | | | | | llvm-svn: 137358 | ||||
| * | Fix decoding support for STREXD and LDREXD. | Owen Anderson | 2011-08-11 | 2 | -2/+29 |
| | | | | | llvm-svn: 137356 | ||||
| * | Remove more dead code. | Jakob Stoklund Olesen | 2011-08-11 | 2 | -37/+3 |
| | | | | | | | | collectInterferingVRegs will be the primary function for interference checks. llvm-svn: 137354 | ||||
| * | ARM STRH assembly parsing and encoding. | Jim Grosbach | 2011-08-11 | 4 | -18/+94 |
| | | | | | llvm-svn: 137353 | ||||
| * | Fix typos in comments, and delete an unused function. | Dan Gohman | 2011-08-11 | 1 | -6/+2 |
| | | | | | llvm-svn: 137352 | ||||
| * | Add isIndirectBranch flag. | Akira Hatanaka | 2011-08-11 | 1 | -1/+2 |
| | | | | | llvm-svn: 137351 | ||||
| * | Privatize an unused part of the LiveIntervalUnion::Query interface. | Jakob Stoklund Olesen | 2011-08-11 | 2 | -19/+13 |
| | | | | | | | No clients are iterating over interference overlaps. llvm-svn: 137350 | ||||
| * | Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>. | Owen Anderson | 2011-08-11 | 2 | -0/+7 |
| | | | | | llvm-svn: 137347 | ||||
| * | Remove some dead code. | Jakob Stoklund Olesen | 2011-08-11 | 2 | -39/+0 |
| | | | | | | | | | The InterferenceResult iterator turned out to be less important than we thought it would be. LiveIntervalUnion clients want higher level information, like the list of interfering virtual registers. llvm-svn: 137346 | ||||
| * | Tidy up. Remove unused template parameter. | Jim Grosbach | 2011-08-11 | 2 | -11/+11 |
| | | | | | llvm-svn: 137345 | ||||
| * | Improve operand validation for Thumb2 addressing modes. | Owen Anderson | 2011-08-11 | 4 | -57/+56 |
| | | | | | llvm-svn: 137344 | ||||
| * | ARM STRD assembly parsing and encoding. | Jim Grosbach | 2011-08-11 | 4 | -62/+93 |
| | | | | | llvm-svn: 137342 | ||||
| * | Fix for LoopInfo::updateUnloop. Remove subloop blocks from former | Andrew Trick | 2011-08-11 | 1 | -16/+29 |
| | | | | | | | | | | ancestor loops. I have a unit test that depends on scev-unroll, which unfortunately isn't checked in. But I will check it in when I can. llvm-svn: 137341 | ||||
| * | Continue to tighten decoding by performing more operand validation. | Owen Anderson | 2011-08-11 | 6 | -10/+80 |
| | | | | | llvm-svn: 137340 | ||||
| * | Tidy up. | Jim Grosbach | 2011-08-11 | 1 | -1/+0 |
| | | | | | llvm-svn: 137339 | ||||
| * | ARM STRBT assembly parsing and encoding. | Jim Grosbach | 2011-08-11 | 3 | -25/+51 |
| | | | | | llvm-svn: 137337 | ||||
| * | Add FIXME. | Jim Grosbach | 2011-08-11 | 1 | -0/+3 |
| | | | | | llvm-svn: 137336 | ||||
| * | ARM STRB assembly parsing and encoding tests. | Jim Grosbach | 2011-08-11 | 1 | -0/+38 |
| | | | | | llvm-svn: 137335 | ||||
| * | Fix a copy/paste error so that LDRB(register) actually gets tested. | Jim Grosbach | 2011-08-11 | 1 | -17/+17 |
| | | | | | llvm-svn: 137333 | ||||
| * | ARM STR(register) assembly parsing and encoding tests. | Jim Grosbach | 2011-08-11 | 1 | -0/+27 |
| | | | | | llvm-svn: 137332 | ||||
| * | ARM STR(immediate) assembly parsing and encoding. | Jim Grosbach | 2011-08-11 | 4 | -6/+36 |
| | | | | | llvm-svn: 137331 | ||||
| * | Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases. | Owen Anderson | 2011-08-11 | 2 | -3/+4 |
| | | | | | llvm-svn: 137325 | ||||
| * | Fix PR10492 by teaching MOVHLPS and MOVLPS mask matching to be more strict. | Bruno Cardoso Lopes | 2011-08-11 | 2 | -2/+17 |
| | | | | | llvm-svn: 137324 | ||||
| * | Tighten operand decoding of addrmode2 instruction. The offset register ↵ | Owen Anderson | 2011-08-11 | 3 | -5/+4 |
| | | | | | | | cannot be PC. llvm-svn: 137323 | ||||
| * | Correct immediate range for shifter operands. Patch by James Molloy, with ↵ | Owen Anderson | 2011-08-11 | 3 | -4/+20 |
| | | | | | | | additional encoding fixes added by me. llvm-svn: 137322 | ||||
| * | Plug a memory leak. | Benjamin Kramer | 2011-08-11 | 1 | -3/+3 |
| | | | | | llvm-svn: 137321 | ||||
| * | Improve error checking in the new ARM disassembler. Patch by James Molloy. | Owen Anderson | 2011-08-11 | 2 | -117/+159 |
| | | | | | llvm-svn: 137320 | ||||
| * | ARM push of a single register encodes as pre-indexed STR. | Jim Grosbach | 2011-08-11 | 4 | -3/+25 |
| | | | | | | | | Per the ARM ARM, a 'push' of a single register encodes as an STR, not an STM. llvm-svn: 137318 | ||||
| * | Cleanup. Another thorough review by Nick! | Andrew Trick | 2011-08-11 | 1 | -6/+6 |
| | | | | | llvm-svn: 137317 | ||||
| * | ARM pop of a single register encodes as post-indexed LDR. | Jim Grosbach | 2011-08-11 | 4 | -6/+40 |
| | | | | | | | | Per the ARM ARM, a 'pop' of a single register encodes as an LDR, not an LDM. llvm-svn: 137316 | ||||
| * | PTX: Add basic documentation to CodeGenerator.html | Justin Holewinski | 2011-08-11 | 1 | -0/+65 |
| | | | | | llvm-svn: 137315 | ||||
| * | Add a comment, per Bruno's CR. | Nadav Rotem | 2011-08-11 | 1 | -0/+3 |
| | | | | | llvm-svn: 137313 | ||||
| * | [AVX] When joining two XMM registers into a YMM register, make sure that the | Nadav Rotem | 2011-08-11 | 1 | -0/+32 |
| | | | | | | | | lower XMM register gets in first. This will allow the SUBREG pattern to elliminate the first vector insertion. llvm-svn: 137310 | ||||
| * | [AVX] If the data which is going to be saved is already in two XMM registers | Nadav Rotem | 2011-08-11 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | | (for example, after integer operation), do not pack the registers into a YMM before saving. Its better to save as two XMM registers. Before: vinsertf128 $1, %xmm3, %ymm0, %ymm3 vinsertf128 $0, %xmm1, %ymm3, %ymm1 vmovaps %ymm1, 416(%rsp) After: vmovaps %xmm3, 416+16(%rsp) vmovaps %xmm1, 416(%rsp) llvm-svn: 137308 | ||||

