summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAG.h
Commit message (Expand)AuthorAge
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-12
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-08
* Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem2011-09-27
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Basic x86 code generation for atomic load and store instructions.Eli Friedman2011-08-24
* Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman2011-07-29
* Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.Benjamin Kramer2011-06-18
* Remove dead code.Devang Patel2011-05-24
* Delete unused variables.Dan Gohman2011-05-16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Use the correct LHS type when determining the legalization of a shift's RHS t...Owen Anderson2011-03-07
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-18
* Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.Cameron Zwarich2011-02-18
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-17
* Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings2011-02-16
* fix two comment thinkosChris Lattner2011-02-14
* missed a headerChris Lattner2011-02-13
* Provide an interface to transfer SDDbgValue from one SDNode to another.Devang Patel2011-01-25
* flags -> glue for selectiondagChris Lattner2010-12-23
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics,Duncan Sands2010-11-20
* Make CodeGen TBAA-aware.Dan Gohman2010-10-20
* finish pushing MachinePointerInfo through selectiondags. At this point,Chris Lattner2010-09-21
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-21
* eliminate last SelectionDAG::getLoad old entrypoint, on to stores.Chris Lattner2010-09-21
* fix the code that infers SV info to be correct when dealingChris Lattner2010-09-21
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-21
* continue MachinePointerInfo'izing, eliminating use of one of the oldChris Lattner2010-09-21
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner2010-09-21
* simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner2010-09-21
* chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner2010-09-21
* zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes2010-08-31
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-11
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-07
* Propagate debug loc.Devang Patel2010-07-06
* When splitting a VAARG, remember its alignment.Rafael Espindola2010-06-26
* Change UpdateNodeOperands' operand and return value from SDValue toDan Gohman2010-06-18
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-29
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-07
* Add DBG_VALUE handling for byval parameters; thisDale Johannesen2010-04-26
* Give SelectionDAG a TargetMachine too, rather than having itDan Gohman2010-04-19
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Three changes:Chris Lattner2010-04-07
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-05
* remove some redundant MMI arguments.Chris Lattner2010-04-05
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-05