- d19ec05 refactor/cleanup MatchableInfo by eliminating the Tokens array, by Chris Lattner · 15 years ago
- 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
- 8bc9ef7 If value map does not have register for an argument then try to find frame index before giving up. by Devang Patel · 15 years ago
- a90b305 Use frameindex, if available, as a last resort to emit debug info for a parameter. by Devang Patel · 15 years ago
- 4c8a715 Fix comment typo. by Duncan Sands · 15 years ago
- 9da4243 Add some comments explaining what MVT and EVT are, and how they differ. by Duncan Sands · 15 years ago
- 3127c7c Remove trailing whitespace. by Duncan Sands · 15 years ago
- cf667be Add correct NEON encodings for vld2, vld3, and vld4 basic variants. by Owen Anderson · 15 years ago
- 4053e63 Remove an assert - it's possible to be hit, and we just want to avoid by Eric Christopher · 15 years ago
- 61d69da Whitespeace by Eric Christopher · 15 years ago
- aaa8df4 No really, no thumb1 for arm fast isel. Also add an informative comment as by Eric Christopher · 15 years ago
- 3116fef rename operands -> asmoperands to be more descriptive. by Chris Lattner · 15 years ago
- 371e82b Don't try to split weird critical edges that really aren't: by Jakob Stoklund Olesen · 15 years ago
- e85bd77 Attempt to provide correct encodings for a number of other vld1 variants, which we can't test by Owen Anderson · 15 years ago
- cd53919 Tidy up. by Jim Grosbach · 15 years ago
- b552174 Add aesthetic break. by Owen Anderson · 15 years ago
- 9a376a8 Tweak to fix spelling and grammar in comment. by Jim Grosbach · 15 years ago
- d9aa7d3 Add correct NEON encodings for the "multiple single elements" form of vld. by Owen Anderson · 15 years ago
- 8bcf760 MachineLICM should not claim to be preserving the CFG when it can split critical by Jakob Stoklund Olesen · 15 years ago
- 962c710 Be more precise about verifying missing kill flags. by Jakob Stoklund Olesen · 15 years ago
- 3d4114c When inserting copies during splitting, always use the parent register as the by Jakob Stoklund Olesen · 15 years ago
- e66b7eb fix computation of ambiguous instructions to not ignore the mnemonic. by Chris Lattner · 15 years ago
- 9af3d1c Explicitly check for non-consant reference in an LDRi12 instruction. Add FIXME by Jim Grosbach · 15 years ago
- a502423 Remove unused function. by Jim Grosbach · 15 years ago
- 665814b Add support for alignment operands on VLD1-lane instructions. by Bob Wilson · 15 years ago
- baf0615 Add VLD1-lane testcases for quad-register types. by Bob Wilson · 15 years ago
- cd944a4 Missed reverting this bit. by Bill Wendling · 15 years ago
- 160acca Minor cleanup. by Bill Wendling · 15 years ago
- 4c9f4e4 give MatchableInfo::Operand a constructor by Chris Lattner · 15 years ago
- efd8dad rearrange a bit. by Chris Lattner · 15 years ago
- b796bbb Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. by Bob Wilson · 15 years ago
- 1c163d2 Add kill flag verification. by Jakob Stoklund Olesen · 15 years ago
- 79cb53c Update kill flags while rewriting instructions after splitting. by Jakob Stoklund Olesen · 15 years ago
- c2bf502 Move the machine operand MC encoding patterns to the parent classes. by Bill Wendling · 15 years ago
- 933b314 Use ARM-style comments. by Bill Wendling · 15 years ago
- 648b20d When folding away a (shl (shr)) pair, we need to check that the bits that will BECOME the low by Owen Anderson · 15 years ago
- 99f5352 use our fancy new MnemonicAlias mechanism to remove a bunch of hacks by Chris Lattner · 15 years ago
- 40a5eb1 When we look at instructions to convert to setting the 's' flag, we need to look by Bill Wendling · 15 years ago
- a37d5cf Don't assign new registers created during a split to the same stack slot, but by Jakob Stoklund Olesen · 15 years ago
- e8f0823 Add basic LiveStacks verification. by Jakob Stoklund Olesen · 15 years ago
- 95b9766 Use ARM-style comment syntax. by Owen Anderson · 15 years ago
- 24645a1 NEON does not support truncating vector stores. Radar 8598391. by Bob Wilson · 15 years ago
- 4845f99 Covert this test to .s form. by Owen Anderson · 15 years ago
- 60b75fa Convert this test to .s form. by Owen Anderson · 15 years ago
- 3b5dfcd Covert this test to .s form. by Owen Anderson · 15 years ago
- 469ebbe Add FIXME. by Jim Grosbach · 15 years ago
- 2bcb989 Covert this test to .s form. by Owen Anderson · 15 years ago
- d1d73b0 Fix test. by Rafael Espindola · 15 years ago
- 6797f89 Add 'IsThumb' predicate to patterns marked as 'IsThumb1Only'. The latter gates by Jim Grosbach · 15 years ago
- c70a1d9 Write the line info to .debug_line. by Rafael Espindola · 15 years ago
- 833c93c Mark ARM subtarget features that are available for the assembler. by Jim Grosbach · 15 years ago
- d4462a5 trailing whitespace by Jim Grosbach · 15 years ago
- f89671d Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. by Rafael Espindola · 15 years ago
- 9729d2e The T2 extract/pack instructions are only valid in Thumb2 mode. Mark the by Jim Grosbach · 15 years ago
- cc3acee Add support for .value. by Rafael Espindola · 15 years ago
- 484291c Implement .weakref. by Rafael Espindola · 15 years ago
- 6966119 Move instruction encoding bits into the parent class and remove the temporary by Bill Wendling · 15 years ago
- 504fb4f More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the by Bill Wendling · 15 years ago
- 9e7cb3d The testcase is now XFAILed. Sorry about the breakage. by Bill Wendling · 15 years ago
- 59707e8 Disable because peephole is disabled. by Bill Wendling · 15 years ago
- acc473f "mov[zs]x (mem), GR16" are not ambiguous: the mem by Chris Lattner · 15 years ago
- b501d4f Implement enough of the missing instalias support to get by Chris Lattner · 15 years ago
- b8d14a6 Convert this test to .s form. by Owen Anderson · 15 years ago
- 22bc5c4 rename InstructionInfo -> MatchableInfo since it now by Chris Lattner · 15 years ago
- c2d67bb refactor initialization of InstructionInfo to be sharable between by Chris Lattner · 15 years ago
- 4164f6b make the asm matcher emitter reject instructions that have comments by Chris Lattner · 15 years ago
- 5bc9387 refactor InstructionInfo to not have a pointer to CodeGenInstruction by Chris Lattner · 15 years ago
- c76e80d define a new CodeGenInstAlias. It has an asmstring and operand list for now, by Chris Lattner · 15 years ago
- c240bb0 factor the operand list (and related fields/operations) out of by Chris Lattner · 15 years ago
- 79b3cdd avoid needless throw/catch/rethrow, stringref'ize some simple stuff. by Chris Lattner · 15 years ago
- f780811 eliminate the old InstFormatName which is always "AsmString", by Chris Lattner · 15 years ago
- 4a74ee7 all predicates on an MnemonicAlias must be AssemblerPredicates. by Chris Lattner · 15 years ago
- 1de8823 change the singleton register handling code to be based on Record*'s by Chris Lattner · 15 years ago
- 02bcbc9 Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of by Chris Lattner · 15 years ago
- 4d43d0f move FlattenVariants out of AsmMatcherEmitter into a shared by Chris Lattner · 15 years ago
- 52de0ef add a FIXME, $lane in ARM is an issue that needs to be resolved before by Chris Lattner · 15 years ago
- 4d1189f reject instructions that contain a \n in their asmstring. Mark by Chris Lattner · 15 years ago
- 25592eb Add a specialization for 'long', a hole in the set of fundamental by Chandler Carruth · 15 years ago
- b698a56 Revert r117876 for now, it's causing more testsuite failures. by Eric Christopher · 15 years ago
- b374770 Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what by Bill Wendling · 15 years ago
- 7a5a3f7 Attach a GCModuleInfo to a MachineFunction. by Nicolas Geoffray · 15 years ago
- d6d9dd9 fix a crash on: by Chris Lattner · 15 years ago
- 150d20e fix the !eq operator in tblgen to return a bit instead of an int. by Chris Lattner · 15 years ago
- a4a3a5e two changes: make the asmmatcher generator ignore ARM pseudos properly, by Chris Lattner · 15 years ago
- 39ee036 reapply r117858 with apparent editor malfunction fixed (somehow I by Chris Lattner · 15 years ago
- 8b2f082 revert r117858 while I check out a failure I missed. by Chris Lattner · 15 years ago
- efa5376 the asm matcher can't handle operands with modifiers (like ${foo:bar}). by Chris Lattner · 15 years ago
- a33b93f sketch out the planned instruction alias mechanism, add some comments about by Chris Lattner · 15 years ago
- 4590766 Factorize the duplicated logic for choosing the right argument by Duncan Sands · 15 years ago
- e26032d Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86, by Duncan Sands · 15 years ago
- 0acfa8d Explain the return value of CCAssignFn. by Duncan Sands · 15 years ago
- 7be2c33 Add support for files with more than 65280 sections. No testcase since by Rafael Espindola · 15 years ago
- 76d6147 Make sure we have a legal type (and simple) before continuing. by Eric Christopher · 15 years ago
- 943beeb Validate HTML. by Benjamin Kramer · 15 years ago
- 50e5972 add missing tag by Chris Lattner · 15 years ago
- 6fa152c have GetAliasRequiredFeatures get its features from by Chris Lattner · 15 years ago
- 0aed1e7 simplify code that creates SubtargetFeatureInfo, ensuring that features by Chris Lattner · 15 years ago
- d7e409d fix a fixme in stringmatcher, having it generate nice looking code if the by Chris Lattner · 15 years ago
- 8cf8bcc fix typos and some serious bugs in feature handling (but not for by Chris Lattner · 15 years ago
- 0f899c7 Resolve a terrible hack in tblgen: instead of hardcoding by Chris Lattner · 15 years ago