Age | Commit message (Expand) | Author |
2009-07-22 | Remove empty test. | Devang Patel |
2009-07-22 | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel |
2009-07-22 | Revert commit 76707, it was breaking the llvm-gcc build | Duncan Sands |
2009-07-22 | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner |
2009-07-21 | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman |
2009-07-21 | Remove a big test case. | Evan Cheng |
2009-07-21 | Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built | Bob Wilson |
2009-07-21 | Do not select tSXTB / tSXTH in thumb2 mode. | Evan Cheng |
2009-07-21 | convert this test to filecheck format, which is faster and avoids false match... | Chris Lattner |
2009-07-21 | add a testcase for the pic16 section handling stuff. | Chris Lattner |
2009-07-21 | Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo... | Evan Cheng |
2009-07-21 | remove a very large testcase for now. | Chris Lattner |
2009-07-21 | Fix a dagga combiner bug: avoid creating illegal constant. | Evan Cheng |
2009-07-21 | Add a testcase for PR2831. | Dan Gohman |
2009-07-21 | Add a testcase for PR4569, which is now fixed. | Dan Gohman |
2009-07-21 | Fix ARM isle code that optimize multiply by constants which are power-of-2 +/... | Evan Cheng |
2009-07-21 | Cross RC coalescing is now on by default. | Evan Cheng |
2009-07-20 | The upper argument of ConstantRange is exclusive, not inclusive. | Dan Gohman |
2009-07-20 | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene |
2009-07-20 | Forgot this test earlier. | Evan Cheng |
2009-07-20 | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman |
2009-07-20 | Use TII->findCommutedOpIndices to find the commute operands (rather than gues... | Evan Cheng |
2009-07-20 | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby |
2009-07-20 | Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu... | Evan Cheng |
2009-07-20 | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman |
2009-07-20 | xfail for now. | Evan Cheng |
2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
2009-07-20 | Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. | Evan Cheng |
2009-07-19 | This test should be run with -m32. | Daniel Dunbar |
2009-07-19 | Fix http://llvm.org/bugs/show_bug.cgi?id=4583 | Jakob Stoklund Olesen |
2009-07-18 | Canonicalize bitcasts between types like <1 x i64> and i64 to | Eli Friedman |
2009-07-18 | Back out 76300; apparently the preference is to canonicalize the other | Eli Friedman |
2009-07-18 | Add combine: X sdiv (1 << Y) -> X udiv (1 << Y) when X doesn't have the | Eli Friedman |
2009-07-18 | Canonicalize insert/extractelement from single-element vectors into | Eli Friedman |
2009-07-18 | Fix simplifylibcalls memset recognition to work on 64-bit platforms | Eli Friedman |
2009-07-18 | Catch more coalescing opportunities. | Evan Cheng |
2009-07-18 | Enable cross register class coalescing. | Evan Cheng |
2009-07-17 | Fix pr4552. Stack slot coloring with register must take care not to generate ... | Evan Cheng |
2009-07-17 | llvm-mc: Add -triple, and start fetching the target asm printer. | Daniel Dunbar |
2009-07-17 | Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'... | Evan Cheng |
2009-07-17 | rename test. | Chris Lattner |
2009-07-17 | Testcase for PR4214. | Duncan Sands |
2009-07-17 | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman |
2009-07-16 | Emit cross regclass register moves for thumb2. | Anton Korobeynikov |
2009-07-16 | Assume an inline asm might be a call, so we get | Dale Johannesen |
2009-07-16 | Emit line numbers in asm comments when available. | David Greene |
2009-07-16 | Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope... | Jakob Stoklund Olesen |
2009-07-16 | Changed my mind. We now allow remat of instructions whose defs have subreg in... | Evan Cheng |
2009-07-16 | this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll... | Chris Lattner |
2009-07-16 | With recent MC changes, RIP base register is explicitly modeled. Make sure we... | Evan Cheng |