summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner2010-01-261-3/+2
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-261-4/+4
* add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner2010-01-261-2/+4
* stub out a new target hook, need some refactoring before I canChris Lattner2010-01-261-0/+11
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-251-0/+17
* It seems better to scalarize vectors of size 1 instead of widening them.Mon P Wang2010-01-241-1/+1
* Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman2010-01-091-10/+14
* APInt'fy TargetLowering::SimplifySetCC to fix PR5963.Evan Cheng2010-01-071-15/+15
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-061-9/+13
* Allow targets to specify the return type of libcalls that are generated for f...Sanjiv Gupta2009-12-281-0/+4
* Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman2009-12-111-2/+2
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-091-42/+0
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-5/+0
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-3/+2
* Add 8 bit libcalls and make use of them for msp430Anton Korobeynikov2009-11-071-0/+5
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-271-1/+1
* Convert comparisons like (x == infinity) to (x >= infinity) on targetsDan Gohman2009-09-261-0/+37
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-231-3/+3
* kill off the last use of TRI::AsmName.Chris Lattner2009-09-131-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-151-1/+0
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-141-0/+9
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-3/+2
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-121-13/+59
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-159/+160
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-200/+200
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-3/+3
* Major calling convention code refactoring.Dan Gohman2009-08-051-42/+0
* Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe...Sanjiv Gupta2009-07-301-0/+3
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-5/+9
* Reorganize code a bit to reduce indentation. No visible functionality Eli Friedman2009-07-261-287/+287
* Add support for promoting SETCC operations.Jakob Stoklund Olesen2009-07-241-5/+10
* Remove shift amount flavor. It isn't actually complete enough to Eli Friedman2009-07-211-1/+0
* Move stripping of bitcasts in inline asm argumentsDale Johannesen2009-07-201-12/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+4
* Operand of asm("call") (the callee function) is representedDale Johannesen2009-07-071-3/+16
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-241-1/+1
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-161-8/+4
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-161-0/+16
* CheckTailCallReturnConstraints is missing a check on theArnold Schwaighofer2009-06-151-1/+5
* Adapt the x86 build_vector dagcombine to the current state of the legalizer.Nate Begeman2009-06-051-6/+11
* Add a new codegen pass that normalizes dwarf exception handlingDuncan Sands2009-05-221-0/+1
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-131-0/+1
* TypoAnton Korobeynikov2009-05-081-1/+1
* Fix typoAnton Korobeynikov2009-05-031-1/+1
* Properly handle sdiv / udiv / srem / urem libcallsAnton Korobeynikov2009-05-031-0/+4
* Proper name 16 bit libcallsAnton Korobeynikov2009-05-031-4/+4
* Allow CONCAT_VECTORS nodes to be legal or have custom lowering for some targets.Bob Wilson2009-05-011-0/+1