Handle instructions which need to be #defines for the purpose of capturing constant...
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2010-06-09 Jakob Stoklund OlesenAdd argument name comments.
2010-06-04 Mon P WangFixed a bug during widening where we would avoid legali...
2010-06-03 Dan GohmanFix SimplifyDemandedBits' AssertZext logic to demand...
2010-06-03 Eli FriedmanImplement expansion in type legalization for add/sub...
2010-06-01 Devang PatelKeep track of incoming debug value of unused argument.
2010-06-01 Dan GohmanFill in missing support for ISD::FEXP, ISD::FPOWI,...
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerthe 'limit' argument to FindOptimalMemOpLowering is...
2010-05-30 Oscar FuentesUse `llvm::next' instead of `next' to make VC++ 2010...
2010-05-29 Dan GohmanReorder some code in SelectionDAGBuilder.
2010-05-29 Dan GohmanSelectionDAG shouldn't have a FunctionLoweringInfo...
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-27 Jim GrosbachUpdate the saved stack pointer in the sjlj function...
2010-05-27 Jim Grosbachback out 104862/104869. Can reuse stacksave after all...
2010-05-27 Jim Grosbachhook ISD::STACKADDR to an intrinsic
2010-05-26 Bill WendlingAdd FIXME comment to remove this.
2010-05-26 Bill WendlingAdd "setjmp_syscall", "savectx", "qsetjmp", "vfork...
2010-05-26 Jim GrosbachAdjust eh.sjlj.setjmp to properly have a chain and...
2010-05-26 Devang PatelUpdate debug info when live-in reg is copied into a...
2010-05-26 Bill WendlingMove the check for "calls setjmp" to SelectionDAGISel...
2010-05-26 Dan GohmanEliminate the use of PriorityQueue and just use a std...
2010-05-26 Dan GohmanDelete an unused function.
2010-05-26 Eric ChristopherTemporarily revert r104655 as it's breaking the bots.
2010-05-26 Dan GohmanChange push_all to a non-virtual function and implement...
2010-05-26 Dan GohmanTrim #include.
2010-05-26 Bill WendlingDale and Evan suggested putting the "check for setjmp...
2010-05-25 Dan GohmanDo one map lookup instead of two.
2010-05-25 Dale JohannesenFix another variant of PR 7191. Also add a testcase
2010-05-25 Dale JohannesenFix PR 7191. I have been unable to create a .ll file...
2010-05-22 Jim GrosbachImplement eh.sjlj.longjmp for ARM. Clean up the intrins...
2010-05-21 Bob WilsonClean up extra whitespace.
2010-05-21 Bob WilsonChange CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
2010-05-21 Evan ChengRename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid.
2010-05-20 Evan ChengAllow targets more controls on what nodes are scheduled...
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-05-19 Bob WilsonOptimize away insertelement of an undef value. This...
2010-05-19 Evan ChengCode clean up.
2010-05-19 Evan ChengCode refactoring: pull SchedPreference enum from Target...
2010-05-19 Bob WilsonWhen expanding a vector_shuffle, the element type may...
2010-05-19 Evan ChengIntrinsics which do a vector compare (results are all...
2010-05-18 Evan ChengSink dag combine's post index load / store code that...
2010-05-18 Evan ChengContinuously refine the register class of REG_SEQUENCE...
2010-05-18 Evan ChengFix PR7162: Use source register classes and sub-indices...
2010-05-18 Evan ChengFIX PR7158. SimplifyVBinOp was asserting when it fails...
2010-05-17 Bill Wendling- Set the "HasCalls" flag after instruction selection...
2010-05-15 Dale JohannesenFix uint64->{float, double} conversion to do rounding...
2010-05-15 Dale JohannesenImprove assertion messages.
2010-05-14 Dan GohmanFast ISel trivially coalesces away no-op casts, so...
2010-05-14 Dan GohmanDon't set kill flags for instructions which the schedul...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-13 Dale JohannesenImplement a correct ui64->f32 conversion. The old
2010-05-13 Dan GohmanAn Instruction has a trivial kill only if its use is...
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-11 Dan GohmanDon't set kill flags on uses of CopyFromReg nodes....
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-11 Dan GohmanTrim #includes and forward declarations.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-10 Evan ChengIndentation.
2010-05-10 Evan ChengBe careful with operand promotion. For a binary operati...
2010-05-10 Duncan SandsAdd an assertion to catch attempts to access off the...
2010-05-07 Dan GohmanSDDbgValues are apparently not being legalized. Fix...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Dan GohmanTransfer debug location information from PHI nodes...
2010-05-07 Dan GohmanPrint debug information for SDNodes.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Dan GohmanIn bottom-up mode, defer the materialization of local...
2010-05-05 Dan GohmanAdd an "IsBottomUp" member function to FastISel, which...
2010-05-05 Devang PatelUse getValue() for PHINodes when direct NodeMap access...
2010-05-04 Evan ChengInstruction selection optimizations may have moved...
2010-05-04 Evan ChengTeach scheduler about REG_SEQUENCE.
2010-05-04 Dan GohmanRe-enable isel kill flags, now that the local allocator...
2010-05-03 Dan GohmanFactor out FastISel's code for materializing constants...
2010-05-01 Anton KorobeynikovInsert ANY_EXTEND node instead of invalid truncate...
2010-05-01 Dan GohmanRemove the code for special-casing byval for fast-isel...
2010-05-01 Dan GohmanRe-disable kill flags, as there is more trouble.
2010-05-01 Dan GohmanRe-enable kill flags from SelectionDAGISel, with a...
2010-05-01 Dan GohmanFix whitespace.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Dan GohmanReorgnaize more switch code lowering to clean up some...
2010-05-01 Dan GohmanDelete the EdgeMapping variable itself.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Dan GohmanRemove this debug output. The MachineFunction will...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-30 Dan GohmanApply a patch from Jan Sjodin to fix a compiler abort...
2010-04-30 Dan GohmanTemporarily disable SelectionDAG kill flags, which...
2010-04-30 Dan GohmanSet register kill flags on the SelectionDAG path, at...
2010-04-29 Devang PatelRefactor.
2010-04-29 Devang PatelDO not push DBG_VALUE machine instructions for inlined...
2010-04-29 Evan ChengAdd comment.
2010-04-29 Evan ChengRe-enable 102565 with fixes.
2010-04-29 Evan ChengTemporarily disable my changes to unbreak the build.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-29 Dan GohmanFix missing #include.
2010-04-29 Evan ChengAvoid emitting a dbg_value machineinstr that's not...
2010-04-29 Evan ChengCheck Reg against zero.
2010-04-28 Devang Pateltidy up.
next