| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug in ReduceLoadWidth that wasn't handling extending | Chris Lattner | 2010-12-22 | 1 | -1/+4 |
* | more cleanups, move a check for "roundedness" earlier to reject | Chris Lattner | 2010-12-22 | 1 | -14/+20 |
* | reduce indentation and improve comments, no functionality change. | Chris Lattner | 2010-12-22 | 1 | -51/+53 |
* | Don't generate carry bit when loading immediate values on the Microblaze. | Wesley Peck | 2010-12-22 | 2 | -2/+2 |
* | Add support for some of the LLVM atomic operations to the MBlaze backend. | Wesley Peck | 2010-12-22 | 3 | -156/+386 |
* | Modeling the carry bit in the MSR register of the MicroBlaze. | Wesley Peck | 2010-12-22 | 3 | -83/+140 |
* | Fix a regression introduced into the MBlaze delay slot filler. | Wesley Peck | 2010-12-22 | 1 | -6/+25 |
* | Give GVN back the ability to perform simple conditional propagation on condit... | Owen Anderson | 2010-12-21 | 1 | -52/+82 |
* | GCC objects to the two sides of a conditional expression having different enum | Matt Beaumont-Gay | 2010-12-21 | 1 | -2/+2 |
* | Remove dead code. | Owen Anderson | 2010-12-21 | 1 | -9/+0 |
* | In DelayForLiveRegsBottomUp, handle instructions that read and write | Andrew Trick | 2010-12-21 | 1 | -15/+4 |
* | whitespace | Andrew Trick | 2010-12-21 | 1 | -42/+42 |
* | Reapply 122353-122355 with fixes. 122354 was wrong; | Dale Johannesen | 2010-12-21 | 1 | -4/+31 |
* | Add some x86 specific dagcombines for conditional increments. | Benjamin Kramer | 2010-12-21 | 1 | -0/+42 |
* | GVN's Expression is not POD-like (it contains a SmallVector). Simplify code w... | Benjamin Kramer | 2010-12-21 | 1 | -13/+3 |
* | Revert 122353-122355 for the moment, they broke stuff. | Dale Johannesen | 2010-12-21 | 1 | -29/+3 |
* | Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does all | Rafael Espindola | 2010-12-21 | 1 | -19/+5 |
* | Don't relax org or align. They change size as the relaxation happens, but they | Rafael Espindola | 2010-12-21 | 1 | -42/+27 |
* | Add a new transform to DAGCombiner. | Dale Johannesen | 2010-12-21 | 1 | -0/+26 |
* | Get the type of a shift from the shift, not from its shift | Dale Johannesen | 2010-12-21 | 1 | -1/+1 |
* | Shift by the word size is invalid IR; don't create it. | Dale Johannesen | 2010-12-21 | 1 | -2/+2 |
* | fix some typos | Chris Lattner | 2010-12-21 | 1 | -2/+1 |
* | Fix indentation, add comment. | Stuart Hastings | 2010-12-21 | 1 | -4/+6 |
* | Visit instructions deterministically. Use a FIFO so as to approximately | Duncan Sands | 2010-12-21 | 1 | -11/+21 |
* | Missing logic for nested CALLSEQ_START/END. | Stuart Hastings | 2010-12-21 | 1 | -2/+5 |
* | If an instruction simplifies, try again to simplify any uses of it. This is | Duncan Sands | 2010-12-21 | 1 | -4/+32 |
* | MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrong | Daniel Dunbar | 2010-12-21 | 1 | -7/+8 |
* | While I don't think any later transforms can fire, it seems cleaner to | Duncan Sands | 2010-12-21 | 1 | -3/+6 |
* | Fix inverted condition noticed by Frits van Bommel. | Duncan Sands | 2010-12-21 | 1 | -3/+3 |
* | Pull a few more simplifications out of instcombine (there are still | Duncan Sands | 2010-12-21 | 2 | -11/+89 |
* | Teach InstructionSimplify about distributive laws. These transforms fire | Duncan Sands | 2010-12-21 | 1 | -11/+159 |
* | Move checking of the recursion limit into the various Thread methods. | Duncan Sands | 2010-12-21 | 1 | -20/+36 |
* | Add generic simplification of associative operations, generalizing | Duncan Sands | 2010-12-21 | 1 | -28/+118 |
* | Incremental progress towards a new implementation of StrongPHIElimination. Most | Cameron Zwarich | 2010-12-21 | 1 | -3/+186 |
* | Add ARM-specific DAG combining to cast i64 vector element load/stores to f64. | Bob Wilson | 2010-12-21 | 1 | -5/+103 |
* | Layout one section until no relaxations are done and then move to the next | Rafael Espindola | 2010-12-21 | 1 | -34/+41 |
* | Arm and thumb call instructions are also in different orders. | Eric Christopher | 2010-12-21 | 1 | -13/+24 |
* | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 33 | -143/+143 |
* | If we're not using reg+reg offset we're using reg+imm, set the opcode | Eric Christopher | 2010-12-21 | 1 | -2/+2 |
* | improve "cannot yet select" errors a trivial amount: now | Chris Lattner | 2010-12-21 | 1 | -1/+1 |
* | Fix a copy-pasto. When the tBR_JTr instruction was converted to using the | Bill Wendling | 2010-12-21 | 1 | -1/+1 |
* | Comment cleanups. | Bill Wendling | 2010-12-21 | 1 | -2/+2 |
* | Add EdgeBundles to SplitKit. | Jakob Stoklund Olesen | 2010-12-21 | 2 | -1/+85 |
* | Use IntEqClasses to compute connected components of live intervals. | Jakob Stoklund Olesen | 2010-12-21 | 2 | -49/+10 |
* | Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. | Jakob Stoklund Olesen | 2010-12-21 | 2 | -0/+70 |
* | Speculatively revert the use of DenseMap in LazyValueInfo, which may be causi... | Owen Anderson | 2010-12-20 | 1 | -42/+16 |
* | Attempt to appease the DragonEgg buildbots. | Owen Anderson | 2010-12-20 | 1 | -22/+24 |
* | Revert r122114 (CallbackVH observing use-list changes) because it caused seve... | Owen Anderson | 2010-12-20 | 1 | -38/+0 |
* | Implement feedback from Bruno on making pblendvb an x86-specific ISD node in ... | Nate Begeman | 2010-12-20 | 4 | -11/+14 |
* | Convert one of LVI's primary maps to a DenseMap, now that we know are more as... | Owen Anderson | 2010-12-20 | 1 | -16/+40 |