- 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
- 693173f Implement (and document!) support for MnemonicAlias's to have Requires by Chris Lattner · 15 years ago
- 8cc0a6b fix build problem by Chris Lattner · 15 years ago
- 4fd32c6 diagnose targets that define two alises with the same 'from' mnemonic by Chris Lattner · 15 years ago
- 7fd4489 emit the mnemonic aliases in their own helper function instead of by Chris Lattner · 15 years ago
- a47b265 really zap alias. by Chris Lattner · 15 years ago
- b3c4178 move fcompi alias to .td file and zap some useless code. by Chris Lattner · 15 years ago
- 6f96b08 move rep aliases to td file by Chris Lattner · 15 years ago
- a17a9a0 move sal aliases to .td file. by Chris Lattner · 15 years ago
- 1a1ecc9 fix an encoding mismatch where "sal %eax, 1" was not using the short encoding by Chris Lattner · 15 years ago
- 8b260a7 move a bunch more aliases from .cpp -> .td file. by Chris Lattner · 15 years ago
- 8cb441c move cmov aliases to .td file. by Chris Lattner · 15 years ago
- b69fc28 move setcc and jcc aliases from .cpp to .td by Chris Lattner · 15 years ago
- 537ca84 move some code. by Chris Lattner · 15 years ago
- 674c1dc implement (and document!) the first kind of MC assembler alias, which by Chris Lattner · 15 years ago
- 905b8f7 add a test for the ud2a alias. by Chris Lattner · 15 years ago
- aa66099 Now that the MallocInst no longer exists, this workaround for by Duncan Sands · 15 years ago
- d2f1425 Allow specifying a CPU to llvm-mc, so that we can properly set up subtarget by Jim Grosbach · 15 years ago
- 7644971 Add FIXME. by Jim Grosbach · 15 years ago
- 604cdf6 Clean up comments. by Jim Grosbach · 15 years ago
- cf000c1 80 columns. by Jim Grosbach · 15 years ago
- ad6f541 If a function does a volatile load from a global constant, do not by Duncan Sands · 15 years ago
- 4aaf59d Tidy up. by Jim Grosbach · 15 years ago
- 16c3b64 Rename alignof -> alignOf to avoid irritating C++'0x compilers, by Chris Lattner · 15 years ago
- 9a82e70 stay out of the reserved namespace by Chris Lattner · 15 years ago
- dba34d8 simplify this code. by Chris Lattner · 15 years ago
- e5658fa split MaybeParseRegister into its two logical uses, eliminating malloc+free traffic. by Chris Lattner · 15 years ago
- 4b5236c Avoid re-evaluating MI.getNumOperands() every iteration of the loop. by Jim Grosbach · 15 years ago
- e5f4e9f Include MachineBasicBlock numbers in viewCFG() output. by Jakob Stoklund Olesen · 15 years ago
- 5b4bb21 Make sure copies are inserted after any exception handling labels at the top of by Jakob Stoklund Olesen · 15 years ago
- 92095e7 Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed by Jakob Stoklund Olesen · 15 years ago
- ab56647 Disable more of physical register live intervals verification. by Jakob Stoklund Olesen · 15 years ago
- 7d57753 Print out register class of spilled register. by Jakob Stoklund Olesen · 15 years ago
- f74a429 Overhaul memory barriers in the ARM backend. Radar 8601999. by Bob Wilson · 15 years ago
- baaadb2 Add polly support to the build system. by Tobias Grosser · 15 years ago
- 6b5252d Encode the register list operands for ARM mode LDM/STM instructions. by Jim Grosbach · 15 years ago
- 52925b6 Some instructions end with an "ls" prefix, but it doesn't indicate that they are by Bill Wendling · 15 years ago
- 4724542 Mult-alt constraint incremental development step 3. by John Thompson · 15 years ago
- 189c1ec Teach machine cse to eliminate instructions with multiple physreg uses and defs. rdar://8610857. by Evan Cheng · 15 years ago
- f38bfd1 Remove hard tab characters. by Jim Grosbach · 15 years ago
- c4bc211 80 column fix. by Jim Grosbach · 15 years ago
- d8a11c2 trailing whitespace by Jim Grosbach · 15 years ago
- 0d2d2e9 s/getNEONVcvtImm32/getNEONVcvtImm32OpValue/ to be consistent with other operand by Jim Grosbach · 15 years ago
- e09206d Fix fpscr <-> GPR latency info. by Evan Cheng · 15 years ago
- d179886 Be more strict on when we produce an undefined reference. In gas a file with by Rafael Espindola · 15 years ago
- e836e5f Apply a patch from Frits van Bommel to fix the CMake build. by Dan Gohman · 15 years ago
- db1da8e Clean up indentation and other whitespace. by Bob Wilson · 15 years ago
- 09fd646 Remove trailing whitespace. by Bob Wilson · 15 years ago
- a7c7822 trailing whitespace by Jim Grosbach · 15 years ago
- f0b48f8 Fix 80-column violation. by Bob Wilson · 15 years ago
- 822cb58 Change instcombine's getShuffleMask to represent undef with negative values. by Bob Wilson · 15 years ago
- 4645509 Remove DAG combiner patch to fold vector splats. Instcombiner does it now. by Bob Wilson · 15 years ago
- 4cac5fa Make instcombine a little more aggressive in combining vector shuffles. by Bob Wilson · 15 years ago
- 3df518e add FIXME by Jim Grosbach · 15 years ago
- 8e0a3eb Convert ARM::MOVi2pieces to a true pseudo-instruction and expand it in by Jim Grosbach · 15 years ago
- b20955f Update testcase since we're no longer doing the constant forwarding inline with correlated value propagation. by Owen Anderson · 15 years ago
- 0e6233b Handle comparison values we already have - this fixes the consumer-typeset by Eric Christopher · 15 years ago
- 0995f20 Give up on doing in-line instruction simplification during correlated value propagation. Instruction simplification by Owen Anderson · 15 years ago
- 05cee0c Convert this test to .s form. by Owen Anderson · 15 years ago
- a3c1629 ARM::MOVi32imm is expanded in ARMExpandPseudoInsts, so there's no need to by Jim Grosbach · 15 years ago
- 9ae33fe Convert this test to .s form. by Owen Anderson · 15 years ago
- e317b13 Fix typo. by Jim Grosbach · 15 years ago
- f32ecc6 ARM encoding information for CLREX, SWP and SWPB. Add comment for sjlj pseudos and a FIXME for TLS. by Jim Grosbach · 15 years ago
- 9dbb79a not is testing for a normal exit with a non-zero value. It shouldn't by Dan Gohman · 15 years ago
- 82c85b7 Convert this test to .s form. by Owen Anderson · 15 years ago
- e60dcb5 Make ScalarEvolution::forgetLoop forget all contained loops too, because by Dan Gohman · 15 years ago
- fea34d3 Convert this test to .s form. by Owen Anderson · 15 years ago
- 86875a2 ARM mode LDREX*/STREX* binary encodings. by Jim Grosbach · 15 years ago
- 5c4966e Covert this test to .s form. by Owen Anderson · 15 years ago
- ffe2a4a Convert this test to .s form. by Owen Anderson · 15 years ago
- 9fcafb0 Convert this test to .s form. by Owen Anderson · 15 years ago
- 2457b55 Convert this test to .s form. by Owen Anderson · 15 years ago
- 27e9008 Encoding information for ARM conditional move instructions. by Jim Grosbach · 15 years ago
- cd410ac Convert this test to .s form. by Owen Anderson · 15 years ago
- 95d3711 Convert this test to .s form. by Owen Anderson · 15 years ago
- b0cb6b8 Covert this test to .s form. by Owen Anderson · 15 years ago
- afe18c7 Convert this test to .s form. by Owen Anderson · 15 years ago
- 7af3f38 Convert this test to .s form. by Owen Anderson · 15 years ago
- a007781 Convert this file to less fragile .s form. by Owen Anderson · 15 years ago
- 48469e1 Replace this test with the less fragile .s version. Still XFAIL'd, since the ASM parser doesn't parse vabal yet. by Owen Anderson · 15 years ago
- db4eec3 Fix sign error. by Jakob Stoklund Olesen · 15 years ago
- 14a5962 Covert this test to a .s file to reduce fragility. by Owen Anderson · 15 years ago
- 0897515 Avoiding overly aggressive latency scheduling. If the two nodes share an by Evan Cheng · 15 years ago
- d7e473c - Don't schedule nodes with only MVT::Flag and MVT::Other values for latency. by Evan Cheng · 15 years ago
- 3ccfce0 Don't transfer unused values to the new intervals formed by splitting. by Jakob Stoklund Olesen · 15 years ago
- 80eb233 Handle ARM addrmode5 instructions with an offset. by Jim Grosbach · 15 years ago
- 8a8e26f Silence Release build warnings. by Benjamin Kramer · 15 years ago
- 6d30905 Teach ConnectedVNInfoEqClasses::Classify to deal with unused values. by Jakob Stoklund Olesen · 15 years ago
- c94fcb1 Never propagate the idom value out of a block that defines its own value. by Jakob Stoklund Olesen · 15 years ago