- a502423 Remove unused function. by Jim Grosbach · 14 years ago
- 665814b Add support for alignment operands on VLD1-lane instructions. by Bob Wilson · 14 years ago
- baf0615 Add VLD1-lane testcases for quad-register types. by Bob Wilson · 14 years ago
- cd944a4 Missed reverting this bit. by Bill Wendling · 14 years ago
- 160acca Minor cleanup. by Bill Wendling · 14 years ago
- 4c9f4e4 give MatchableInfo::Operand a constructor by Chris Lattner · 14 years ago
- efd8dad rearrange a bit. by Chris Lattner · 14 years ago
- b796bbb Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. by Bob Wilson · 14 years ago
- 1c163d2 Add kill flag verification. by Jakob Stoklund Olesen · 14 years ago
- 79cb53c Update kill flags while rewriting instructions after splitting. by Jakob Stoklund Olesen · 14 years ago
- c2bf502 Move the machine operand MC encoding patterns to the parent classes. by Bill Wendling · 14 years ago
- 933b314 Use ARM-style comments. by Bill Wendling · 14 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 · 14 years ago
- 99f5352 use our fancy new MnemonicAlias mechanism to remove a bunch of hacks by Chris Lattner · 14 years ago
- 40a5eb1 When we look at instructions to convert to setting the 's' flag, we need to look by Bill Wendling · 14 years ago
- a37d5cf Don't assign new registers created during a split to the same stack slot, but by Jakob Stoklund Olesen · 14 years ago
- e8f0823 Add basic LiveStacks verification. by Jakob Stoklund Olesen · 14 years ago
- 95b9766 Use ARM-style comment syntax. by Owen Anderson · 14 years ago
- 24645a1 NEON does not support truncating vector stores. Radar 8598391. by Bob Wilson · 14 years ago
- 4845f99 Covert this test to .s form. by Owen Anderson · 14 years ago
- 60b75fa Convert this test to .s form. by Owen Anderson · 14 years ago
- 3b5dfcd Covert this test to .s form. by Owen Anderson · 14 years ago
- 469ebbe Add FIXME. by Jim Grosbach · 14 years ago
- 2bcb989 Covert this test to .s form. by Owen Anderson · 14 years ago
- d1d73b0 Fix test. by Rafael Espindola · 14 years ago
- 6797f89 Add 'IsThumb' predicate to patterns marked as 'IsThumb1Only'. The latter gates by Jim Grosbach · 14 years ago
- c70a1d9 Write the line info to .debug_line. by Rafael Espindola · 14 years ago
- 833c93c Mark ARM subtarget features that are available for the assembler. by Jim Grosbach · 14 years ago
- d4462a5 trailing whitespace by Jim Grosbach · 14 years ago
- f89671d Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. by Rafael Espindola · 14 years ago
- 9729d2e The T2 extract/pack instructions are only valid in Thumb2 mode. Mark the by Jim Grosbach · 14 years ago
- cc3acee Add support for .value. by Rafael Espindola · 14 years ago
- 484291c Implement .weakref. by Rafael Espindola · 14 years ago
- 6966119 Move instruction encoding bits into the parent class and remove the temporary by Bill Wendling · 14 years ago
- 504fb4f More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the by Bill Wendling · 14 years ago
- 9e7cb3d The testcase is now XFAILed. Sorry about the breakage. by Bill Wendling · 14 years ago
- 59707e8 Disable because peephole is disabled. by Bill Wendling · 14 years ago
- acc473f "mov[zs]x (mem), GR16" are not ambiguous: the mem by Chris Lattner · 14 years ago
- b501d4f Implement enough of the missing instalias support to get by Chris Lattner · 14 years ago
- b8d14a6 Convert this test to .s form. by Owen Anderson · 14 years ago
- 22bc5c4 rename InstructionInfo -> MatchableInfo since it now by Chris Lattner · 14 years ago
- c2d67bb refactor initialization of InstructionInfo to be sharable between by Chris Lattner · 14 years ago
- 4164f6b make the asm matcher emitter reject instructions that have comments by Chris Lattner · 14 years ago
- 5bc9387 refactor InstructionInfo to not have a pointer to CodeGenInstruction by Chris Lattner · 14 years ago
- c76e80d define a new CodeGenInstAlias. It has an asmstring and operand list for now, by Chris Lattner · 14 years ago
- c240bb0 factor the operand list (and related fields/operations) out of by Chris Lattner · 14 years ago
- 79b3cdd avoid needless throw/catch/rethrow, stringref'ize some simple stuff. by Chris Lattner · 14 years ago
- f780811 eliminate the old InstFormatName which is always "AsmString", by Chris Lattner · 14 years ago
- 4a74ee7 all predicates on an MnemonicAlias must be AssemblerPredicates. by Chris Lattner · 14 years ago
- 1de8823 change the singleton register handling code to be based on Record*'s by Chris Lattner · 14 years ago
- 02bcbc9 Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of by Chris Lattner · 14 years ago
- 4d43d0f move FlattenVariants out of AsmMatcherEmitter into a shared by Chris Lattner · 14 years ago
- 52de0ef add a FIXME, $lane in ARM is an issue that needs to be resolved before by Chris Lattner · 14 years ago
- 4d1189f reject instructions that contain a \n in their asmstring. Mark by Chris Lattner · 14 years ago
- 25592eb Add a specialization for 'long', a hole in the set of fundamental by Chandler Carruth · 14 years ago
- b698a56 Revert r117876 for now, it's causing more testsuite failures. by Eric Christopher · 14 years ago
- b374770 Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what by Bill Wendling · 14 years ago
- 7a5a3f7 Attach a GCModuleInfo to a MachineFunction. by Nicolas Geoffray · 14 years ago
- d6d9dd9 fix a crash on: by Chris Lattner · 14 years ago
- 150d20e fix the !eq operator in tblgen to return a bit instead of an int. by Chris Lattner · 14 years ago
- a4a3a5e two changes: make the asmmatcher generator ignore ARM pseudos properly, by Chris Lattner · 14 years ago
- 39ee036 reapply r117858 with apparent editor malfunction fixed (somehow I by Chris Lattner · 14 years ago
- 8b2f082 revert r117858 while I check out a failure I missed. by Chris Lattner · 14 years ago
- efa5376 the asm matcher can't handle operands with modifiers (like ${foo:bar}). by Chris Lattner · 14 years ago
- a33b93f sketch out the planned instruction alias mechanism, add some comments about by Chris Lattner · 14 years ago
- 4590766 Factorize the duplicated logic for choosing the right argument by Duncan Sands · 14 years ago
- e26032d Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86, by Duncan Sands · 14 years ago
- 0acfa8d Explain the return value of CCAssignFn. by Duncan Sands · 14 years ago
- 7be2c33 Add support for files with more than 65280 sections. No testcase since by Rafael Espindola · 14 years ago
- 76d6147 Make sure we have a legal type (and simple) before continuing. by Eric Christopher · 14 years ago
- 943beeb Validate HTML. by Benjamin Kramer · 14 years ago
- 50e5972 add missing tag by Chris Lattner · 14 years ago
- 6fa152c have GetAliasRequiredFeatures get its features from by Chris Lattner · 14 years ago
- 0aed1e7 simplify code that creates SubtargetFeatureInfo, ensuring that features by Chris Lattner · 14 years ago
- d7e409d fix a fixme in stringmatcher, having it generate nice looking code if the by Chris Lattner · 14 years ago
- 8cf8bcc fix typos and some serious bugs in feature handling (but not for by Chris Lattner · 14 years ago
- 0f899c7 Resolve a terrible hack in tblgen: instead of hardcoding by Chris Lattner · 14 years ago
- 693173f Implement (and document!) support for MnemonicAlias's to have Requires by Chris Lattner · 14 years ago
- 8cc0a6b fix build problem by Chris Lattner · 14 years ago
- 4fd32c6 diagnose targets that define two alises with the same 'from' mnemonic by Chris Lattner · 14 years ago
- 7fd4489 emit the mnemonic aliases in their own helper function instead of by Chris Lattner · 14 years ago
- a47b265 really zap alias. by Chris Lattner · 14 years ago
- b3c4178 move fcompi alias to .td file and zap some useless code. by Chris Lattner · 14 years ago
- 6f96b08 move rep aliases to td file by Chris Lattner · 14 years ago
- a17a9a0 move sal aliases to .td file. by Chris Lattner · 14 years ago
- 1a1ecc9 fix an encoding mismatch where "sal %eax, 1" was not using the short encoding by Chris Lattner · 14 years ago
- 8b260a7 move a bunch more aliases from .cpp -> .td file. by Chris Lattner · 14 years ago
- 8cb441c move cmov aliases to .td file. by Chris Lattner · 14 years ago
- b69fc28 move setcc and jcc aliases from .cpp to .td by Chris Lattner · 14 years ago
- 537ca84 move some code. by Chris Lattner · 14 years ago
- 674c1dc implement (and document!) the first kind of MC assembler alias, which by Chris Lattner · 14 years ago
- 905b8f7 add a test for the ud2a alias. by Chris Lattner · 14 years ago
- aa66099 Now that the MallocInst no longer exists, this workaround for by Duncan Sands · 14 years ago
- d2f1425 Allow specifying a CPU to llvm-mc, so that we can properly set up subtarget by Jim Grosbach · 14 years ago
- 7644971 Add FIXME. by Jim Grosbach · 14 years ago
- 604cdf6 Clean up comments. by Jim Grosbach · 14 years ago
- cf000c1 80 columns. by Jim Grosbach · 14 years ago
- ad6f541 If a function does a volatile load from a global constant, do not by Duncan Sands · 14 years ago
- 4aaf59d Tidy up. by Jim Grosbach · 14 years ago
- 16c3b64 Rename alignof -> alignOf to avoid irritating C++'0x compilers, by Chris Lattner · 14 years ago