Age | Commit message (Expand) | Author |
2010-02-09 | Only dump output in debug mode. | David Greene |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-02-08 | Apply the 95471 fix to SelectionDAGBuilder as well; | Dale Johannesen |
2010-02-08 | In guaranteed tailcall mode, don't decline the tailcall optimization | Dan Gohman |
2010-02-06 | After Victor's latest commits I am seeing null | Dale Johannesen |
2010-02-05 | When the scheduler unfold a load folding instruction it move some of the pred... | Evan Cheng |
2010-02-04 | Fix typo Duncan noticed. | Evan Cheng |
2010-02-04 | It's too risky to eliminate sext / zext of call results for tail call optimiz... | Evan Cheng |
2010-02-03 | Revert 94937 and move the noreturn check to codegen. | Evan Cheng |
2010-02-03 | Allow all types of callee's to be tail called. But avoid automatic tailcall i... | Evan Cheng |
2010-02-02 | Revert 95130. | Evan Cheng |
2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
2010-02-01 | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang |
2010-02-01 | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner |
2010-02-01 | fix PR 6157. Testcase pending. | Dale Johannesen |
2010-02-01 | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang |
2010-01-29 | Change the SREM case to match the logic in the IR version ComputeMaskedBits. | Duncan Sands |
2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
2010-01-28 | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach |
2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
2010-01-26 | Allow some automatic tailcall optimization without changing ABI. | Evan Cheng |
2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |
2010-01-26 | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner |
2010-01-26 | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner |
2010-01-26 | stub out a new target hook, need some refactoring before I can | Chris Lattner |
2010-01-26 | Implement cond ? -1 : 0 with sbb. | Evan Cheng |
2010-01-26 | Generate DEBUG_VALUE comments on x86. The (limited) | Dale Johannesen |
2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-24 | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang |
2010-01-24 | Improved widening loads by adding support for wider loads if | Mon P Wang |
2010-01-23 | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling |
2010-01-22 | Enable pre-regalloc scheduling load clustering by default. | Evan Cheng |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-22 | Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ... | Evan Cheng |
2010-01-21 | Trim unneeded includes. | Evan Cheng |
2010-01-21 | back this out for now. Growing Function is not good. | Jim Grosbach |
2010-01-21 | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach |
2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
2010-01-20 | Add some asserts to check SelectionDAG problems earlier. | David Greene |
2010-01-19 | Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code | Dan Gohman |
2010-01-19 | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene |
2010-01-19 | Revert 93811 per request. | Dale Johannesen |
2010-01-18 | Enable code to emit dbg.declare as DEBUG_VALUE | Dale Johannesen |
2010-01-18 | Canonicalize -1 - x to ~x. | Evan Cheng |
2010-01-16 | When checking for sret-demotion, it needs to use legal types. When using the... | Kenneth Uildriks |
2010-01-15 | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-15 | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |