aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a pseudo instruction and replace it with subreg based operation on...Christopher Lamb2008-03-139-67/+50
* Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.Chris Lattner2008-03-131-1/+10
* remove extraneous namespace qualifier, PR2142Chris Lattner2008-03-131-2/+1
* move a bunch of trivial methods to be inline.Chris Lattner2008-03-132-110/+2
* Various improvements suggested by DuncanChris Lattner2008-03-131-1/+1
* Update -mem2reg to use succ_iterator instead of iterating across TerminatorInstNick Lewycky2008-03-131-13/+10
* Remove unused options.Evan Cheng2008-03-131-13/+0
* Eliminate a few unnecessary uses of dynamic_cast.Dan Gohman2008-03-131-7/+4
* Fix a typo.Dan Gohman2008-03-131-1/+1
* Don't redundantly clear std::vector members in destructors.Dan Gohman2008-03-131-3/+0
* Change PMTopLevelManager's PassManagers vector element type fromDan Gohman2008-03-131-12/+13
* Change PMStack::push to accept a PMDataManager* instead ofDan Gohman2008-03-131-2/+1
* Refactor some code out of MachineSink into a MachineInstr query.Evan Cheng2008-03-132-29/+38
* Do not promote float params to double in varargsDale Johannesen2008-03-121-6/+0
* Experimental scheduler change to schedule / coalesce the copies added for fun...Evan Cheng2008-03-121-23/+181
* Initial soft-float support for LegalizeTypes. I rewroteDuncan Sands2008-03-126-34/+248
* Change VirtRegMap's dump to dump to cerr, not DOUT, so that itDan Gohman2008-03-121-1/+1
* Fix typos in comments.Dan Gohman2008-03-121-2/+2
* Fix typo.Duncan Sands2008-03-121-1/+1
* Don't try to extract an i32 from an f64. ThisDuncan Sands2008-03-122-12/+22
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-1223-1005/+857
* Improve the return slot optimization to be both more aggressive (not limited ...Owen Anderson2008-03-121-93/+109
* Clean up my own mess.Evan Cheng2008-03-123-7/+15
* We also need to collect the VN IDs for the PHI instructions for later updating.Owen Anderson2008-03-121-1/+10
* When we're determining what registers to coallesce, track the VNInfo IDs for ...Owen Anderson2008-03-121-16/+32
* when the bitcode reader is referencing a paramattr, make sure to bump its ref...Chris Lattner2008-03-121-1/+12
* Total brain cramp.Evan Cheng2008-03-121-1/+1
* This is a simple fix for getting error messages from dlerror inChris Lattner2008-03-121-1/+2
* One more bit of Altivec parameter passing.Dale Johannesen2008-03-121-3/+5
* Be backward compatibleAnton Korobeynikov2008-03-121-1/+4
* Check multiple return values.Devang Patel2008-03-121-1/+2
* Implement Altivec passing to varargs functions on ppc.Dale Johannesen2008-03-121-7/+72
* Set NextMII after issuing a physical register spill.Evan Cheng2008-03-121-0/+1
* Fix attribute handling.Devang Patel2008-03-121-14/+14
* Minor debug output bug.Evan Cheng2008-03-121-1/+1
* Ultimately resolve aliases during linking, if possibleAnton Korobeynikov2008-03-111-5/+4
* Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137Anton Korobeynikov2008-03-112-3/+18
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-1122-72/+69
* Add helper for ultimate aliasee resoltionAnton Korobeynikov2008-03-111-0/+16
* Handle multiple ret values.Devang Patel2008-03-111-21/+59
* Initialize.Devang Patel2008-03-111-2/+2
* Check to see if a two-entry PHI block can be simplifiedDan Gohman2008-03-111-6/+6
* Honour aliases visibility during asm emissionAnton Korobeynikov2008-03-111-1/+9
* Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov2008-03-112-1/+3
* Transfer physical register spill info when load / store folding happens.Evan Cheng2008-03-113-1/+20
* Use the correct value for InSignBit.Dan Gohman2008-03-111-1/+1
* Initial codegen support for functions and calls with multiple return values.Dan Gohman2008-03-111-18/+51
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-111-2/+45
* coalesce away 80-bit floating point copies.Chris Lattner2008-03-111-4/+6
* convert a massive if statement to a switch.Chris Lattner2008-03-111-19/+32