| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix disassembling of VCVTSD2SI | Craig Topper | 2011-08-26 | 1 | -10/+4 | |
| | | | | | llvm-svn: 138623 | |||||
| * | Atomic load/store on ARM/Thumb. | Eli Friedman | 2011-08-26 | 3 | -0/+63 | |
| | | | | | | | | | | | | | I don't really like the patterns, but I'm having trouble coming up with a better way to handle them. I plan on making other targets use the same legalization ARM-without-memory-barriers is using... it's not especially efficient, but if anyone cares, it's not that hard to fix for a given target if there's some better lowering. llvm-svn: 138621 | |||||
| * | Do the same as r138461. Mark VZEROALL as clobbering all YMM registers | Bruno Cardoso Lopes | 2011-08-25 | 1 | -4/+3 | |
| | | | | | llvm-svn: 138592 | |||||
| * | Remove stray fullstop. | Nick Lewycky | 2011-08-25 | 1 | -1/+1 | |
| | | | | | llvm-svn: 138589 | |||||
| * | Add support for AVX 256-bit version of MOVDDUP! | Bruno Cardoso Lopes | 2011-08-25 | 2 | -0/+47 | |
| | | | | | llvm-svn: 138588 | |||||
| * | Make isMOVDDUP mask check more strict and update comments! | Bruno Cardoso Lopes | 2011-08-25 | 1 | -2/+7 | |
| | | | | | llvm-svn: 138587 | |||||
| * | Port over additional encoding tests to decoding tests, and fix an operand ↵ | Owen Anderson | 2011-08-25 | 1 | -1/+1 | |
| | | | | | | | ordering bug this exposed. llvm-svn: 138575 | |||||
| * | ARM fix for missing implicit operands on ldmia_ret. | Andrew Trick | 2011-08-25 | 1 | -1/+3 | |
| | | | | | | | rdar://10005094: miscompile of 176.gcc llvm-svn: 138568 | |||||
| * | whitespace | Andrew Trick | 2011-08-25 | 1 | -1/+1 | |
| | | | | | llvm-svn: 138566 | |||||
| * | Explicitly disallow predication in Thumb1 assembly. | Jim Grosbach | 2011-08-25 | 1 | -0/+6 | |
| | | | | | llvm-svn: 138562 | |||||
| * | Add more missing TB encodings to VEX instructions to allow them to be ↵ | Craig Topper | 2011-08-25 | 1 | -36/+36 | |
| | | | | | | | disassembled. Fixes remainder of PR10678. llvm-svn: 138553 | |||||
| * | Add TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD to allow them to be ↵ | Craig Topper | 2011-08-25 | 1 | -8/+8 | |
| | | | | | | | disassembled. Fixes PR10723. llvm-svn: 138551 | |||||
| * | Add support for 256-bit versions of VSHUFPD and VSHUFPS. | Bruno Cardoso Lopes | 2011-08-25 | 2 | -18/+204 | |
| | | | | | llvm-svn: 138546 | |||||
| * | Add memory version of SHUFPD to mask decoding! | Bruno Cardoso Lopes | 2011-08-25 | 1 | -1/+3 | |
| | | | | | llvm-svn: 138545 | |||||
| * | Hide -global-merge option. | Evan Cheng | 2011-08-25 | 1 | -1/+1 | |
| | | | | | llvm-svn: 138540 | |||||
| * | Add a command line option to disable global merge pass. | Evan Cheng | 2011-08-25 | 1 | -1/+6 | |
| | | | | | llvm-svn: 138536 | |||||
| * | Remove a out-of-place comment. | Evan Cheng | 2011-08-25 | 1 | -1/+0 | |
| | | | | | llvm-svn: 138534 | |||||
| * | Create a section for non-instructions patterns in the beginning of the | Bruno Cardoso Lopes | 2011-08-24 | 1 | -88/+82 | |
| | | | | | | | file, and move more code around! llvm-svn: 138521 | |||||
| * | Move code around! | Bruno Cardoso Lopes | 2011-08-24 | 1 | -58/+66 | |
| | | | | | llvm-svn: 138520 | |||||
| * | Organize UNPCK* patterns, also add remaining for AVX. | Bruno Cardoso Lopes | 2011-08-24 | 1 | -97/+97 | |
| | | | | | llvm-svn: 138519 | |||||
| * | Move remaining MOVDDUP patterns close to MOVDDUP defintion and duplicate | Bruno Cardoso Lopes | 2011-08-24 | 1 | -27/+36 | |
| | | | | | | | the missing ones for AVX. llvm-svn: 138518 | |||||
| * | Organize and tidy up MOVDDUP section. Also update comments! | Bruno Cardoso Lopes | 2011-08-24 | 1 | -35/+33 | |
| | | | | | llvm-svn: 138517 | |||||
| * | Move MOVHLPS patterns close to MOVHLPS definition, and duplicate the | Bruno Cardoso Lopes | 2011-08-24 | 1 | -6/+10 | |
| | | | | | | | pattern for 128-bit AVX mode. llvm-svn: 138516 | |||||
| * | Move all PSHUF* patterns close to the PSHUF* definitions. Also be | Bruno Cardoso Lopes | 2011-08-24 | 1 | -47/+56 | |
| | | | | | | | | explicit about which subtarget they refer to, and add AVX versions of the ones we currently don't. Remove old and now wrong comments! llvm-svn: 138515 | |||||
| * | Move all SHUFP* patterns close to the SHUFP* definitions. Also be | Bruno Cardoso Lopes | 2011-08-24 | 2 | -79/+107 | |
| | | | | | | | | | explicit about which subtarget they refer to, and add AVX versions of the ones we currently don't. Make the mask check more strict, to be clear it won't be used to match to 256-bit versions! llvm-svn: 138514 | |||||
| * | Perform more thorough checking of t2IT mask parameters, which fixes all ↵ | Owen Anderson | 2011-08-24 | 2 | -0/+14 | |
| | | | | | | | remaining crashers when disassembling the entire 16-bit instruction space. llvm-svn: 138507 | |||||
| * | Hook up 64-bit atomic load/store on x86-32. I plan to write more efficient ↵ | Eli Friedman | 2011-08-24 | 1 | -3/+33 | |
| | | | | | | | implementations eventually. llvm-svn: 138505 | |||||
| * | ARM asm backend initialize isThumbMode based on target triple. | Jim Grosbach | 2011-08-24 | 1 | -1/+1 | |
| | | | | | llvm-svn: 138501 | |||||
| * | Thumb .n mnemonic qualifiers can be ignored for now. | Jim Grosbach | 2011-08-24 | 1 | -1/+5 | |
| | | | | | | | | We'll need to pay attention to them when we start getting more serious about the details of parsing thumb2 assembly. llvm-svn: 138500 | |||||
| * | Thumb parsing and encoding for SUB (SP minu immediate). | Jim Grosbach | 2011-08-24 | 2 | -7/+13 | |
| | | | | | | | | Fix FiXME in test file. Remove FIXME for SUB (SP minus register) since that form is Thumb2 only. llvm-svn: 138494 | |||||
| * | Be careful not to walk off the end of the operand info list while updating ↵ | Owen Anderson | 2011-08-24 | 1 | -1/+2 | |
| | | | | | | | VFP predicates. llvm-svn: 138492 | |||||
| * | Thumb parsing and encoding support for ADD SP instructions. | Jim Grosbach | 2011-08-24 | 2 | -17/+77 | |
| | | | | | | | | Fix the test FIXME and add parsing support for the ADD (SP plus immediate) and ADD (SP plus register) instruction forms. llvm-svn: 138488 | |||||
| * | Fix whitespace. | Eli Friedman | 2011-08-24 | 1 | -8/+8 | |
| | | | | | llvm-svn: 138487 | |||||
| * | Basic x86 code generation for atomic load and store instructions. | Eli Friedman | 2011-08-24 | 2 | -0/+36 | |
| | | | | | llvm-svn: 138478 | |||||
| * | When printing Thumb1 NOP ('mov r8, r8'), make sure to print the predicate. | Jim Grosbach | 2011-08-24 | 1 | -0/+1 | |
| | | | | | | | rdar://10015134 llvm-svn: 138467 | |||||
| * | Mark VZEROALL as clobbering all YMM registers | Bruno Cardoso Lopes | 2011-08-24 | 1 | -3/+7 | |
| | | | | | llvm-svn: 138461 | |||||
| * | Add missing explicit writeback operand to tSTMIA_UPD. | Jim Grosbach | 2011-08-24 | 2 | -4/+5 | |
| | | | | | | | rdar://10014745 llvm-svn: 138457 | |||||
| * | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 92 | -219/+90 | |
| | | | | | | | These are strictly utilities for registering targets and components. llvm-svn: 138450 | |||||
| * | Thumb add SP assembly syntax fix. | Jim Grosbach | 2011-08-24 | 1 | -2/+2 | |
| | | | | | llvm-svn: 138448 | |||||
| * | Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode. | Jim Grosbach | 2011-08-24 | 8 | -39/+39 | |
| | | | | | | | | | | Add the predicate operand to the instructions. Update the back end accordingly where the instructions are used. Restrict the SP operands to actually only be SP, as otherwise these break assembly parsing for the normal instruction variants. llvm-svn: 138445 | |||||
| * | Be stricter in enforcing IT instruction predicate values, so that we don't ↵ | Owen Anderson | 2011-08-24 | 2 | -0/+15 | |
| | | | | | | | end up trying to print out an illegal predicate. llvm-svn: 138443 | |||||
| * | Add Uses=[SP] to call instructions. This fixes a miscompilation with a | Richard Osborne | 2011-08-24 | 1 | -2/+2 | |
| | | | | | | | variable sized alloca. llvm-svn: 138433 | |||||
| * | Break 256-bit vector int add/sub/mul into two 128-bit operations to avoid ↵ | Craig Topper | 2011-08-24 | 2 | -3/+72 | |
| | | | | | | | costly scalarization. Fixes PR10711. llvm-svn: 138427 | |||||
| * | Fix a nasty bug where a v4i64 was being wrong emitted with 32-bit | Bruno Cardoso Lopes | 2011-08-23 | 2 | -55/+106 | |
| | | | | | | | | permutations. Also tidy up some patterns and make them close to their instruction definition! llvm-svn: 138392 | |||||
| * | Move ARM frame-unwinding EHABI handling a touch earlier. | Jim Grosbach | 2011-08-23 | 1 | -4/+4 | |
| | | | | | | | | | It should go before AsmPrinter MC pseudo expansion since it's based on MachineInstr, not MCInst. Otherwise any frame related pseudo instructions may be missed. llvm-svn: 138386 | |||||
| * | [SU]XT[BH] are only available on ARMv6 and up. | Jim Grosbach | 2011-08-23 | 1 | -0/+2 | |
| | | | | | llvm-svn: 138373 | |||||
| * | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 14 | -5/+32 | |
| | | | | | | | from MC. llvm-svn: 138367 | |||||
| * | Thumb parsing and encoding for SVC. | Jim Grosbach | 2011-08-23 | 1 | -1/+1 | |
| | | | | | llvm-svn: 138360 | |||||
| * | PerformSubCombine to work on integers larger than i128. Fixes a crasher. | Nick Lewycky | 2011-08-23 | 1 | -4/+2 | |
| | | | | | llvm-svn: 138354 | |||||
| * | Thumb parsing and encoding for tSTRspi. | Jim Grosbach | 2011-08-23 | 1 | -0/+2 | |
| | | | | | llvm-svn: 138348 | |||||

