summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAG.h
Commit message (Expand)AuthorAge
* Merging r195397:Bill Wendling2013-11-22
* Merging r195156:Bill Wendling2013-11-22
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Keep TBAA info when rewriting SelectionDAG loads and storesRichard Sandiford2013-10-28
* Using FoldingSet in SelectionDAG::getVTList.Wan Xiaofei2013-10-22
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Add getSelect helper functionMatt Arsenault2013-06-14
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Funnel the actual TargetTransformInfo pass from the SelectionDAGISelChandler Carruth2013-01-05
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-27
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Fix PR11985Michael Liao2012-09-12
* Add SelectionDAG::getTargetIndex.Jakob Stoklund Olesen2012-08-07
* Register DAGUpdateListeners with SelectionDAG.Jakob Stoklund Olesen2012-04-20
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-31
* Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...NAKAMURA Takumi2012-03-16
* Inline the d'tor and add an anchor instead.Bill Wendling2012-03-13
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add a RegisterMaskSDNode class.Jakob Stoklund Olesen2012-01-18
* 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