| Commit message (Expand) | Author | Age | Files | Lines |
* | trailing whitespace | Jim Grosbach | 2010-11-01 | 1 | -5/+5 |
* | Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. | Rafael Espindola | 2010-11-01 | 4 | -69/+46 |
* | The T2 extract/pack instructions are only valid in Thumb2 mode. Mark the | Jim Grosbach | 2010-11-01 | 1 | -12/+14 |
* | Add support for .value. | Rafael Espindola | 2010-11-01 | 1 | -0/+2 |
* | Implement .weakref. | Rafael Espindola | 2010-11-01 | 8 | -2/+121 |
* | Move instruction encoding bits into the parent class and remove the temporary | Bill Wendling | 2010-11-01 | 2 | -273/+224 |
* | The testcase is now XFAILed. Sorry about the breakage. | Bill Wendling | 2010-11-01 | 1 | -0/+2 |
* | "mov[zs]x (mem), GR16" are not ambiguous: the mem | Chris Lattner | 2010-11-01 | 1 | -0/+6 |
* | Implement enough of the missing instalias support to get | Chris Lattner | 2010-11-01 | 2 | -3/+33 |
* | make the asm matcher emitter reject instructions that have comments | Chris Lattner | 2010-11-01 | 1 | -2/+2 |
* | reject instructions that contain a \n in their asmstring. Mark | Chris Lattner | 2010-11-01 | 2 | -8/+13 |
* | Revert r117876 for now, it's causing more testsuite failures. | Eric Christopher | 2010-10-31 | 1 | -2/+0 |
* | Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what | Bill Wendling | 2010-10-31 | 1 | -0/+2 |
* | Attach a GCModuleInfo to a MachineFunction. | Nicolas Geoffray | 2010-10-31 | 2 | -3/+6 |
* | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner | 2010-10-31 | 2 | -0/+6 |
* | two changes: make the asmmatcher generator ignore ARM pseudos properly, | Chris Lattner | 2010-10-31 | 4 | -9/+19 |
* | reapply r117858 with apparent editor malfunction fixed (somehow I | Chris Lattner | 2010-10-31 | 5 | -11/+21 |
* | revert r117858 while I check out a failure I missed. | Chris Lattner | 2010-10-31 | 5 | -21/+11 |
* | the asm matcher can't handle operands with modifiers (like ${foo:bar}). | Chris Lattner | 2010-10-31 | 5 | -11/+21 |
* | sketch out the planned instruction alias mechanism, add some comments about | Chris Lattner | 2010-10-31 | 1 | -0/+14 |
* | Factorize the duplicated logic for choosing the right argument | Duncan Sands | 2010-10-31 | 4 | -56/+36 |
* | Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86, | Duncan Sands | 2010-10-31 | 1 | -16/+1 |
* | Add support for files with more than 65280 sections. No testcase since | Rafael Espindola | 2010-10-31 | 1 | -42/+109 |
* | Make sure we have a legal type (and simple) before continuing. | Eric Christopher | 2010-10-30 | 1 | -1/+4 |
* | Resolve a terrible hack in tblgen: instead of hardcoding | Chris Lattner | 2010-10-30 | 1 | -2/+2 |
* | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner | 2010-10-30 | 2 | -14/+20 |
* | really zap alias. | Chris Lattner | 2010-10-30 | 1 | -1/+0 |
* | move fcompi alias to .td file and zap some useless code. | Chris Lattner | 2010-10-30 | 2 | -11/+1 |
* | move rep aliases to td file | Chris Lattner | 2010-10-30 | 2 | -5/+7 |
* | move sal aliases to .td file. | Chris Lattner | 2010-10-30 | 2 | -5/+5 |
* | fix an encoding mismatch where "sal %eax, 1" was not using the short encoding | Chris Lattner | 2010-10-30 | 1 | -1/+1 |
* | move a bunch more aliases from .cpp -> .td file. | Chris Lattner | 2010-10-30 | 2 | -22/+27 |
* | move cmov aliases to .td file. | Chris Lattner | 2010-10-30 | 2 | -49/+25 |
* | move setcc and jcc aliases from .cpp to .td | Chris Lattner | 2010-10-30 | 2 | -14/+28 |
* | move some code. | Chris Lattner | 2010-10-30 | 1 | -33/+35 |
* | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner | 2010-10-30 | 2 | -15/+23 |
* | Now that the MallocInst no longer exists, this workaround for | Duncan Sands | 2010-10-30 | 1 | -5/+0 |
* | Add FIXME. | Jim Grosbach | 2010-10-30 | 1 | -0/+2 |
* | Clean up comments. | Jim Grosbach | 2010-10-30 | 1 | -1/+5 |
* | If a function does a volatile load from a global constant, do not | Duncan Sands | 2010-10-30 | 1 | -4/+4 |
* | Tidy up. | Jim Grosbach | 2010-10-30 | 1 | -1/+1 |
* | stay out of the reserved namespace | Chris Lattner | 2010-10-30 | 1 | -6/+6 |
* | simplify this code. | Chris Lattner | 2010-10-30 | 1 | -8/+4 |
* | split MaybeParseRegister into its two logical uses, eliminating malloc+free t... | Chris Lattner | 2010-10-30 | 1 | -35/+38 |
* | Avoid re-evaluating MI.getNumOperands() every iteration of the loop. | Jim Grosbach | 2010-10-30 | 1 | -1/+1 |
* | Include MachineBasicBlock numbers in viewCFG() output. | Jakob Stoklund Olesen | 2010-10-30 | 1 | -8/+6 |
* | Make sure copies are inserted after any exception handling labels at the top of | Jakob Stoklund Olesen | 2010-10-30 | 1 | -1/+1 |
* | Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed | Jakob Stoklund Olesen | 2010-10-30 | 1 | -0/+7 |
* | Disable more of physical register live intervals verification. | Jakob Stoklund Olesen | 2010-10-30 | 1 | -2/+3 |
* | Print out register class of spilled register. | Jakob Stoklund Olesen | 2010-10-30 | 1 | -2/+4 |