Age | Commit message (Expand) | Author |
2009-05-08 | Factor out cycle-finder code and make it generic. | Anton Korobeynikov |
2009-05-08 | Do not emit bit tests if target does not support natively left shift | Anton Korobeynikov |
2009-05-08 | Properly expand libcalls for urem / srem. Also make code more straightforward. | Anton Korobeynikov |
2009-05-08 | Typo | Anton Korobeynikov |
2009-05-07 | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman |
2009-05-07 | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling |
2009-05-07 | Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth... | Argyrios Kyrtzidis |
2009-05-06 | Do not use register as base ptr of pre- and post- inc/dec load / store nodes. | Evan Cheng |
2009-05-06 | Add generic expansion of SUB when ADD and XOR | Duncan Sands |
2009-05-05 | Move getInstrOperandRegClass from the scheduler to TargetInstrInfo. | Evan Cheng |
2009-05-04 | Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ... | Chris Lattner |
2009-05-04 | Restore minor deletion. | Mike Stump |
2009-05-03 | Fix typo | Anton Korobeynikov |
2009-05-03 | Properly handle sdiv / udiv / srem / urem libcalls | Anton Korobeynikov |
2009-05-03 | Proper name 16 bit libcalls | Anton Korobeynikov |
2009-05-03 | Add libcall expansion for 16 and 128 bit muls | Anton Korobeynikov |
2009-05-03 | -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe... | Argyrios Kyrtzidis |
2009-05-01 | Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets. | Bob Wilson |
2009-04-30 | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis |
2009-04-30 | Move helper functions for optimizing division by constant into the APInt | Jay Foad |
2009-04-30 | fix a regression handling indirect results: these need to be considered | Chris Lattner |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | Fix infinite recursion in the C++ code which handles movddup by making it unn... | Nate Begeman |
2009-04-29 | Update comment, replace theoretically impossible check with an assert. | Nate Begeman |
2009-04-29 | Implement review feedback for vector shuffle work. | Nate Begeman |
2009-04-29 | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta |
2009-04-29 | Disable the load-shrinking optimization from looking at | Chris Lattner |
2009-04-29 | Second attempt: | Bill Wendling |
2009-04-28 | Move getSubRegisterRegClass from ScheduleDagSDNodesEmit.cpp to a TargetRegist... | Jakob Stoklund Olesen |
2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
2009-04-27 | Now that PR2957 is resolved, remove a bunch of | Duncan Sands |
2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
2009-04-27 | When transforming sext(trunc(load(x))) into sext(smaller load(x)), | Dan Gohman |
2009-04-25 | Refactor the code to grab the low and high parts of a value | Dan Gohman |
2009-04-25 | Add a top-level comment about DAGCombiner's role in the compiler. | Dan Gohman |
2009-04-24 | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2009-04-24 | Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR, | Dan Gohman |
2009-04-23 | Factor out a bit of code that appears in several places into a | Dan Gohman |
2009-04-23 | Handle Void types in ComputeValueVTs. This doesn't currently occur, | Dan Gohman |
2009-04-20 | Make X86's copyRegToReg able to handle copies to and from subclasses. | Dan Gohman |
2009-04-20 | Simplify this code. getConstant knows how to make | Dan Gohman |
2009-04-20 | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson |
2009-04-19 | Now that BUILD_VECTOR operands are allowed to be | Duncan Sands |
2009-04-18 | Fix PR3898, which manifests as failures on are an Xcore, | Chris Lattner |
2009-04-18 | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands |
2009-04-18 | Inline asm's were still introducing bogus dependencies; | Dale Johannesen |
2009-04-16 | In the list-burr's pseudo two-addr dependency heuristics, don't | Dan Gohman |