summaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAGISel.h
Commit message (Expand)AuthorAgeFilesLines
* Let each target specific isel provide routine to check if a chain producing n...Evan Cheng2006-07-271-1/+5
* Remove unncessary includeNate Begeman2006-05-081-1/+0
* Somehow, I missed this part of the checkin a couple days agoNate Begeman2006-05-051-3/+0
* Remove the temporary option: -no-isel-fold-inflightEvan Cheng2006-04-281-1/+0
* Added a temporary option -no-isel-fold-inflight to control whether a "inflight"Evan Cheng2006-04-281-0/+1
* Fix the updating of the machine CFG when a PHI node was in a successor ofNate Begeman2006-04-231-3/+6
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-1/+19
* SelectionDAGISel can now natively handle Switch instructions, in the sameNate Begeman2006-03-271-1/+28
* Change the interface for getting a target HazardRecognizer to be more clean.Chris Lattner2006-03-081-3/+3
* Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to whereChris Lattner2006-03-061-0/+5
* Add some hooks for selecting memory addresses.Chris Lattner2006-02-241-0/+17
* Do some code refactoring on Jim's scheduler in preparation of the new listEvan Cheng2006-01-211-1/+1
* add a methodChris Lattner2005-08-181-0/+5
* This was moved to the .cpp fileChris Lattner2005-08-171-3/+1
* add a new methodChris Lattner2005-05-131-0/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Make methods private, add a method.Chris Lattner2005-01-171-0/+3
* Add a new node type, add comments.Chris Lattner2005-01-131-2/+3
* Common base class for SelectionDAG-based instruction selectors.Chris Lattner2005-01-071-0/+64