aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-044-21/+45
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-032-19/+0
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-032-26/+21
* Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifyin...Craig Topper2013-07-031-4/+4
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-032-3/+3
* DAGCombiner: fix use-counting issue when forming zextloadTim Northover2013-07-021-1/+1
* Added c++ mode selector to head of SelectionDAGBuilder.h so editors open it i...Michael Gottesman2013-07-011-1/+1
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-281-1/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-284-5/+19
* Fixed a comment.Elena Demikhovsky2013-06-261-2/+2
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-261-20/+59
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-221-1/+1
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-211-6/+4
* Fix PR16360Michael Liao2013-06-211-3/+5
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-194-236/+289
* Don't cache the TLI object since we have access to it through TargetMachine a...Bill Wendling2013-06-191-6/+8
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-181-0/+8
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-164-37/+43
* SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...Stephen Lin2013-06-151-12/+14
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-146-87/+90
* SelectionDAG: minor fix to order of operands in comments to match the code Stephen Lin2013-06-141-3/+3
* SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...Stephen Lin2013-06-141-16/+16
* TargetLowering: Clean up method description commentsDavid Majnemer2013-06-081-3/+3
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-064-40/+39
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-062-18/+19
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+4
* Simplify code. No functionality change.Benjamin Kramer2013-05-281-3/+2
* Remove double semicolons.Benjamin Kramer2013-05-283-62/+62
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+3
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-261-1/+1
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-258-159/+14
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-2515-1209/+1213
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-252-7/+15
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-242-3/+3
* Unify formatting of debug output.Adrian Prantl2013-05-222-3/+3
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-211-0/+5
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-211-1/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-189-60/+80
* Replace redundant codeMatt Arsenault2013-05-171-7/+2
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-1/+1
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-161-1/+7
* DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer2013-05-161-1/+1
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-151-2/+13
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-131-1/+0
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-131-10/+25
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-101-2/+1
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-0/+9
* Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault2013-05-071-3/+8
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-061-0/+6