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