Age | Commit message (Expand) | Author |
2010-11-01 | Update kill flags while rewriting instructions after splitting. | Jakob Stoklund Olesen |
2010-11-01 | Move the machine operand MC encoding patterns to the parent classes. | Bill Wendling |
2010-11-01 | Use ARM-style comments. | Bill Wendling |
2010-11-01 | When folding away a (shl (shr)) pair, we need to check that the bits that wil... | Owen Anderson |
2010-11-01 | use our fancy new MnemonicAlias mechanism to remove a bunch of hacks | Chris Lattner |
2010-11-01 | When we look at instructions to convert to setting the 's' flag, we need to look | Bill Wendling |
2010-11-01 | Don't assign new registers created during a split to the same stack slot, but | Jakob Stoklund Olesen |
2010-11-01 | Add basic LiveStacks verification. | Jakob Stoklund Olesen |
2010-11-01 | Use ARM-style comment syntax. | Owen Anderson |
2010-11-01 | NEON does not support truncating vector stores. Radar 8598391. | Bob Wilson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Convert this test to .s form. | Owen Anderson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Add FIXME. | Jim Grosbach |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Fix test. | Rafael Espindola |
2010-11-01 | Add 'IsThumb' predicate to patterns marked as 'IsThumb1Only'. The latter gates | Jim Grosbach |
2010-11-01 | Write the line info to .debug_line. | Rafael Espindola |
2010-11-01 | Mark ARM subtarget features that are available for the assembler. | Jim Grosbach |
2010-11-01 | trailing whitespace | Jim Grosbach |
2010-11-01 | Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. | Rafael Espindola |
2010-11-01 | The T2 extract/pack instructions are only valid in Thumb2 mode. Mark the | Jim Grosbach |
2010-11-01 | Add support for .value. | Rafael Espindola |
2010-11-01 | Implement .weakref. | Rafael Espindola |
2010-11-01 | Move instruction encoding bits into the parent class and remove the temporary | Bill Wendling |
2010-11-01 | More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the | Bill Wendling |
2010-11-01 | The testcase is now XFAILed. Sorry about the breakage. | Bill Wendling |
2010-11-01 | Disable because peephole is disabled. | Bill Wendling |
2010-11-01 | "mov[zs]x (mem), GR16" are not ambiguous: the mem | Chris Lattner |
2010-11-01 | Implement enough of the missing instalias support to get | Chris Lattner |
2010-11-01 | Convert this test to .s form. | Owen Anderson |
2010-11-01 | rename InstructionInfo -> MatchableInfo since it now | Chris Lattner |
2010-11-01 | refactor initialization of InstructionInfo to be sharable between | Chris Lattner |
2010-11-01 | make the asm matcher emitter reject instructions that have comments | Chris Lattner |
2010-11-01 | refactor InstructionInfo to not have a pointer to CodeGenInstruction | Chris Lattner |
2010-11-01 | define a new CodeGenInstAlias. It has an asmstring and operand list for now, | Chris Lattner |
2010-11-01 | factor the operand list (and related fields/operations) out of | Chris Lattner |
2010-11-01 | avoid needless throw/catch/rethrow, stringref'ize some simple stuff. | Chris Lattner |
2010-11-01 | eliminate the old InstFormatName which is always "AsmString", | Chris Lattner |
2010-11-01 | all predicates on an MnemonicAlias must be AssemblerPredicates. | Chris Lattner |
2010-11-01 | change the singleton register handling code to be based on Record*'s | Chris Lattner |
2010-11-01 | Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of | Chris Lattner |
2010-11-01 | move FlattenVariants out of AsmMatcherEmitter into a shared | Chris Lattner |
2010-11-01 | add a FIXME, $lane in ARM is an issue that needs to be resolved before | Chris Lattner |
2010-11-01 | reject instructions that contain a \n in their asmstring. Mark | Chris Lattner |
2010-10-31 | Add a specialization for 'long', a hole in the set of fundamental | Chandler Carruth |
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 a crash on: | Chris Lattner |