summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly expand libcalls for urem / srem. Also make code more straightforward.Anton Korobeynikov2009-05-081-29/+40
* Add generic expansion of SUB when ADD and XORDuncan Sands2009-05-061-8/+12
* Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov2009-05-031-7/+11
* Add libcall expansion for 16 and 128 bit mulsAnton Korobeynikov2009-05-031-0/+4
* Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets.Bob Wilson2009-05-011-14/+37
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-5/+2
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-5/+6
* Fix infinite recursion in the C++ code which handles movddup by making it unn...Nate Begeman2009-04-291-2/+2
* Implement review feedback for vector shuffle work.Nate Begeman2009-04-291-17/+22
* Second attempt:Bill Wendling2009-04-291-8/+8
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-8/+8
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-8/+8
* Now that PR2957 is resolved, remove a bunch ofDuncan Sands2009-04-271-3/+1
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-143/+80
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-75/+138
* PR2957Nate Begeman2009-04-241-138/+75
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-181-41/+9
* Generalize one of the SelectionDAG::ReplaceAllUsesWith overloadsDan Gohman2009-04-151-4/+2
* Change SelectionDAG type legalization to allow BUILD_VECTOR operands to beBob Wilson2009-04-131-0/+35
* Refactor some code in SelectionDAGLegalize::ExpandBUILD_VECTOR.Bob Wilson2009-04-131-24/+19
* Clean up a bunch of whitespace issues and fix a comment typo.Bob Wilson2009-04-101-72/+74
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-1/+1
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-031-17/+0
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-021-0/+4
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-201-1/+2
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-4/+4
* Oops...I committed too much.Bill Wendling2009-03-131-2/+3
* Temporarily XFAIL this test.Bill Wendling2009-03-131-3/+2
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-2/+3
* random cleanups.Chris Lattner2009-03-081-4/+3
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-21/+24
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-2/+2
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-7/+9
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-25/+21
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-171-355/+355
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-171-8/+15
* Revert this. It was breaking stuff.Bill Wendling2009-02-131-2/+31
* Turn off the old way of handling debug information in the code generator. UseBill Wendling2009-02-131-31/+2
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-071-3/+3
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-3/+3
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-24/+23
* And one more file.Dale Johannesen2009-02-061-3/+4
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-2/+3
* Avoids generating a legalization assert for the case where a vector type is l...Mon P Wang2009-02-041-2/+10
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-041-1/+2
* Fill in more omissions in DebugLog propagation.Dale Johannesen2009-02-041-16/+16
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-031-3/+3
* Last DebugLoc propagation for this file.Dale Johannesen2009-02-021-180/+204
* More DebugLoc propagation. This should be everythingDale Johannesen2009-02-021-100/+112
* DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen2009-02-021-307/+330
OpenPOWER on IntegriCloud