Age | Commit message (Expand) | Author |
2009-05-18 | Revert last commit. It was wrong. | Bill Wendling |
2009-05-18 | Don't call RegionInlinedFnEnd if our optimization level isn't -O0. | Bill Wendling |
2009-05-18 | Silence Release-Asserts warnings. | Daniel Dunbar |
2009-05-16 | Put back a bit of expensive checking logic that | Duncan Sands |
2009-05-14 | Add an assert to turn a segfault on an unsupported inline | Dan Gohman |
2009-05-13 | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach |
2009-05-13 | Run code placement optimization for targets that want it (arm and x86 for now). | Evan Cheng |
2009-05-12 | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach |
2009-05-11 | When scalarizing a vector BITCAST, check whether the operand has vector | Dan Gohman |
2009-05-10 | --- Reverse-merging r71370 into '.': | Bill Wendling |
2009-05-09 | A debug function start was not being recorded when the optimization level wasn't | Bill Wendling |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-05-08 | Mirror how Fast ISel determines if a region.end intrinsic is the end of an | Bill Wendling |
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 |