Age | Commit message (Expand) | Author |
2010-11-01 | reject instructions that contain a \n in their asmstring. Mark | Chris Lattner |
2010-10-31 | Revert r117876 for now, it's causing more testsuite failures. | Eric Christopher |
2010-10-31 | Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what | Bill Wendling |
2010-10-31 | Attach a GCModuleInfo to a MachineFunction. | Nicolas Geoffray |
2010-10-31 | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner |
2010-10-31 | two changes: make the asmmatcher generator ignore ARM pseudos properly, | Chris Lattner |
2010-10-31 | reapply r117858 with apparent editor malfunction fixed (somehow I | Chris Lattner |
2010-10-31 | revert r117858 while I check out a failure I missed. | Chris Lattner |
2010-10-31 | the asm matcher can't handle operands with modifiers (like ${foo:bar}). | Chris Lattner |
2010-10-31 | sketch out the planned instruction alias mechanism, add some comments about | Chris Lattner |
2010-10-31 | Factorize the duplicated logic for choosing the right argument | Duncan Sands |
2010-10-31 | Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86, | Duncan Sands |
2010-10-31 | Add support for files with more than 65280 sections. No testcase since | Rafael Espindola |
2010-10-30 | Make sure we have a legal type (and simple) before continuing. | Eric Christopher |
2010-10-30 | Resolve a terrible hack in tblgen: instead of hardcoding | Chris Lattner |
2010-10-30 | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner |
2010-10-30 | really zap alias. | Chris Lattner |
2010-10-30 | move fcompi alias to .td file and zap some useless code. | Chris Lattner |
2010-10-30 | move rep aliases to td file | Chris Lattner |
2010-10-30 | move sal aliases to .td file. | Chris Lattner |
2010-10-30 | fix an encoding mismatch where "sal %eax, 1" was not using the short encoding | Chris Lattner |
2010-10-30 | move a bunch more aliases from .cpp -> .td file. | Chris Lattner |
2010-10-30 | move cmov aliases to .td file. | Chris Lattner |
2010-10-30 | move setcc and jcc aliases from .cpp to .td | Chris Lattner |
2010-10-30 | move some code. | Chris Lattner |
2010-10-30 | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner |
2010-10-30 | Now that the MallocInst no longer exists, this workaround for | Duncan Sands |
2010-10-30 | Add FIXME. | Jim Grosbach |
2010-10-30 | Clean up comments. | Jim Grosbach |
2010-10-30 | If a function does a volatile load from a global constant, do not | Duncan Sands |
2010-10-30 | Tidy up. | Jim Grosbach |
2010-10-30 | stay out of the reserved namespace | Chris Lattner |
2010-10-30 | simplify this code. | Chris Lattner |
2010-10-30 | split MaybeParseRegister into its two logical uses, eliminating malloc+free t... | Chris Lattner |
2010-10-30 | Avoid re-evaluating MI.getNumOperands() every iteration of the loop. | Jim Grosbach |
2010-10-30 | Include MachineBasicBlock numbers in viewCFG() output. | Jakob Stoklund Olesen |
2010-10-30 | Make sure copies are inserted after any exception handling labels at the top of | Jakob Stoklund Olesen |
2010-10-30 | Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed | Jakob Stoklund Olesen |
2010-10-30 | Disable more of physical register live intervals verification. | Jakob Stoklund Olesen |
2010-10-30 | Print out register class of spilled register. | Jakob Stoklund Olesen |
2010-10-30 | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson |
2010-10-30 | Encode the register list operands for ARM mode LDM/STM instructions. | Jim Grosbach |
2010-10-29 | Some instructions end with an "ls" prefix, but it doesn't indicate that they are | Bill Wendling |
2010-10-29 | Teach machine cse to eliminate instructions with multiple physreg uses and de... | Evan Cheng |
2010-10-29 | Remove hard tab characters. | Jim Grosbach |
2010-10-29 | 80 column fix. | Jim Grosbach |
2010-10-29 | trailing whitespace | Jim Grosbach |
2010-10-29 | s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operand | Jim Grosbach |
2010-10-29 | Fix fpscr <-> GPR latency info. | Evan Cheng |
2010-10-29 | Be more strict on when we produce an undefined reference. In gas a file with | Rafael Espindola |