summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the OrigVT member from AtomicSDNode, as it is redundant withDan Gohman2008-06-251-4/+2
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-8/+10
* Teach ReturnInst lowering about aggregate return values.Dan Gohman2008-06-201-22/+28
* Fix the index calculations for the extractvalue lowering code.Dan Gohman2008-06-201-2/+2
* Simplify the ComputeLinearIndex logic and fix a few bugs.Dan Gohman2008-06-201-16/+10
* add a new -enable-value-prop flag for llcbeta, that enables propagationChris Lattner2008-06-171-12/+132
* Fix spelling.Duncan Sands2008-06-171-1/+1
* add missing atomic intrinsic from gccAndrew Lenharth2008-06-141-0/+2
* CodeGen support for aggregate-value function arguments.Dan Gohman2008-06-091-112/+139
* Handle empty aggregate values.Dan Gohman2008-06-091-21/+22
* Remove comparison methods for MVT. The main causeDuncan Sands2008-06-081-19/+17
* CodeGen support for insertvalue and extractvalue, and for loads andDan Gohman2008-06-071-26/+233
* Connect successors before creating the DAG node for the branch. This hasOwen Anderson2008-06-071-22/+24
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-145/+145
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-231-2/+2
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-0/+13
* Really silence compiler warnings.Evan Cheng2008-05-141-2/+2
* Silence some compiler warnings.Evan Cheng2008-05-141-4/+4
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-12/+10
* Add support for vicmp/vfcmp codegen, more legalize support coming.Nate Begeman2008-05-121-0/+71
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-071-2/+2
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-061-3/+2
* Make several variable declarations static.Dan Gohman2008-05-061-2/+2
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-051-23/+40
* Use push_back(...) instead of resize(1, ...), per review feedback.Dan Gohman2008-05-021-2/+2
* Fix uninitialized uses of the FPC variable.Dan Gohman2008-05-011-2/+2
* don't randomly miscompile seto/setuo just because we are in Chris Lattner2008-05-011-4/+4
* Tail call optimization improvements:Arnold Schwaighofer2008-04-301-6/+72
* make the vector conversion magic handle multiple results.Chris Lattner2008-04-291-7/+16
* add support for multiple return values in inline asm. This is a step Chris Lattner2008-04-291-12/+19
* Fix a bug in RegsForValue::getCopyToRegs() that causes cyclical scheduling un...Evan Cheng2008-04-281-2/+12
* Delete an unused constructor.Dan Gohman2008-04-281-3/+0
* Add a comment to CreateRegForValue that clarifies the handling ofDan Gohman2008-04-281-0/+4
* Rewrite the comments for RegsForValue and its members, andDan Gohman2008-04-281-20/+30
* Don't call size() on each iteration of the loop.Dan Gohman2008-04-281-2/+2
* Another collection of random cleanups. No functionality change.Chris Lattner2008-04-281-64/+61
* Remove the SmallVector ctor that converts from a SmallVectorImpl. ThisChris Lattner2008-04-281-48/+53
* switch RegsForValue::Regs to be a SmallVector to avoidChris Lattner2008-04-281-4/+4
* move static function out of anon namespace, no functionality change.Chris Lattner2008-04-271-25/+23
* Another step to getting multiple result inline asm to work.Chris Lattner2008-04-271-6/+14
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-271-1/+1
* isa+cast -> dyn_castChris Lattner2008-04-271-4/+2
* Move a bunch of inline asm code out of line.Chris Lattner2008-04-271-1/+1
* Remove the code from CodeGenPrepare that moved getresult instructionsDan Gohman2008-04-251-83/+156
* Use isa instead of dyn_cast.Dan Gohman2008-04-231-1/+1
* Add support to codegen for getresult instructions with undef operands.Dan Gohman2008-04-231-2/+7
* Change Divided flag to Split, as suggested by EvanNicolas Geoffray2008-04-151-2/+2
* Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll for linux/ppc32Nicolas Geoffray2008-04-141-4/+4
* Add a divided flag for the first piece of an argument divided into mulitple p...Nicolas Geoffray2008-04-131-2/+7
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-245/+37
OpenPOWER on IntegriCloud