summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-301-3/+2
* Reapply 79977.Devang Patel2009-08-281-4/+4
* Add extload expansion for f128Anton Korobeynikov2009-08-261-3/+6
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-4/+4
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-4/+4
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+4
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-1/+0
* Be tidy and use a break to exit from a switch block rather thanDan Gohman2009-08-181-0/+1
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-181-0/+7
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-151-4/+4
* 80 col violations.Evan Cheng2009-08-151-12/+12
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-141-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-2/+3
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-28/+29
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-86/+86
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-186/+186
* Major calling convention code refactoring.Dan Gohman2009-08-051-39/+5
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-2/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-21/+15
* Remove now unused Context variables.Benjamin Kramer2009-07-291-1/+0
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Add support for promoting SETCC operations.Jakob Stoklund Olesen2009-07-241-5/+7
* Make promotion in operation legalization for SETCC work correctly.Eli Friedman2009-07-171-23/+5
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-151-3/+5
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-16/+16
* Implement support for promotion of AND/OR/XOR on integer types.Jakob Stoklund Olesen2009-07-121-8/+19
* Fix types in PromoteNode handling of CTPOP and friends.Jakob Stoklund Olesen2009-07-121-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-13/+13
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-4/+4
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-091-1/+5
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-091-11/+17
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-2/+2
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-241-1/+1
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-161-0/+47
* Slightly generalize the code that handles shuffles of consecutive loads Eli Friedman2009-06-071-78/+37
* Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal Eli Friedman2009-06-061-17/+1
* Factor out a couple of helpers.Eli Friedman2009-06-061-78/+101
* Re-commit r72514 and r72516 with a fixed version of BR_CC lowering. Eli Friedman2009-05-281-87/+38
* Temporarily revert r72514 (and dependent patch r72516). It was causing thisBill Wendling2009-05-281-36/+87
* Remove a couple of useless functions.Eli Friedman2009-05-281-34/+6
* Remove special cases for more opcodes.Eli Friedman2009-05-281-65/+42
* Remove special case for SETCC opcode; add some comments explaining why Eli Friedman2009-05-281-73/+63
* Some minor cleanups.Eli Friedman2009-05-281-54/+30
* Minor cleanups; add a better explanation for the issue with Eli Friedman2009-05-271-23/+10
* Remove more special cases for opcodes.Eli Friedman2009-05-271-310/+201
* Remove special cases for more opcodes.Eli Friedman2009-05-271-205/+120
* Removing more special cases from LegalizeDAG.Eli Friedman2009-05-271-191/+78
OpenPOWER on IntegriCloud