summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Codegen independent ops as being independent.Chris Lattner2005-01-131-7/+21
* Add an option to view the selection dags as they are generated.Chris Lattner2005-01-121-0/+11
* add an assertion, avoid creating copyfromreg/copytoreg pairs that are theChris Lattner2005-01-111-2/+5
* Turn memset/memcpy/memmove into the corresponding operations.Chris Lattner2005-01-111-52/+15
* Handle static alloca arguments to PHI nodes.Chris Lattner2005-01-091-3/+8
* Use new interfaces to correctly lower varargs and return/frame address intrin...Chris Lattner2005-01-091-25/+61
* Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail ...Chris Lattner2005-01-081-1/+8
* Silence VS warnings.Chris Lattner2005-01-081-3/+4
* Adjust to changes in LowerCAllTo interfacesChris Lattner2005-01-081-14/+27
* Add support for FP->INT conversions and back.Chris Lattner2005-01-081-17/+26
* Implement support for long GEP indices on 32-bit archs and support forChris Lattner2005-01-071-3/+14
* Fix handling of dead PHI nodes.Chris Lattner2005-01-071-26/+30
* Initial implementation of the SelectionDAGISel class. This contains mostChris Lattner2005-01-071-0/+853
OpenPOWER on IntegriCloud