summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Improve the return slot optimization to be both more aggressive (not limited ...Owen Anderson2008-03-12
* Clean up my own mess.Evan Cheng2008-03-12
* We also need to collect the VN IDs for the PHI instructions for later updating.Owen Anderson2008-03-12
* When we're determining what registers to coallesce, track the VNInfo IDs for ...Owen Anderson2008-03-12
* when the bitcode reader is referencing a paramattr, make sure to bump its ref...Chris Lattner2008-03-12
* Total brain cramp.Evan Cheng2008-03-12
* This is a simple fix for getting error messages from dlerror inChris Lattner2008-03-12
* One more bit of Altivec parameter passing.Dale Johannesen2008-03-12
* Be backward compatibleAnton Korobeynikov2008-03-12
* Check multiple return values.Devang Patel2008-03-12
* Implement Altivec passing to varargs functions on ppc.Dale Johannesen2008-03-12
* Set NextMII after issuing a physical register spill.Evan Cheng2008-03-12
* Fix attribute handling.Devang Patel2008-03-12
* Minor debug output bug.Evan Cheng2008-03-12
* Ultimately resolve aliases during linking, if possibleAnton Korobeynikov2008-03-11
* Correctly propagate thread-local flag from aliasee to alias. This fixes PR2137Anton Korobeynikov2008-03-11
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-11
* Add helper for ultimate aliasee resoltionAnton Korobeynikov2008-03-11
* Handle multiple ret values.Devang Patel2008-03-11
* Initialize.Devang Patel2008-03-11
* Check to see if a two-entry PHI block can be simplifiedDan Gohman2008-03-11
* Honour aliases visibility during asm emissionAnton Korobeynikov2008-03-11
* Honour aliases visibility when reading from/writing to bitcodeAnton Korobeynikov2008-03-11
* Transfer physical register spill info when load / store folding happens.Evan Cheng2008-03-11
* Use the correct value for InSignBit.Dan Gohman2008-03-11
* Initial codegen support for functions and calls with multiple return values.Dan Gohman2008-03-11
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-11
* coalesce away 80-bit floating point copies.Chris Lattner2008-03-11
* convert a massive if statement to a switch.Chris Lattner2008-03-11
* start handling the 'f' x87 constraint.Chris Lattner2008-03-11
* Skip functions that return multiple values.Devang Patel2008-03-11
* Become multiple return value aware.Devang Patel2008-03-11
* Add TODO reminder.Devang Patel2008-03-11
* Give PassManager and FunctionPassManager a common base class, withDan Gohman2008-03-11
* Fix typos in comments.Dan Gohman2008-03-11
* Missed part of recommit.Christopher Lamb2008-03-11
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-11
* Use TargetRegisterInfo::getPhysicalRegisterRegClass. Remove duplicated code.Evan Cheng2008-03-11
* If there are multiple register classes that a register belongs to, return the...Evan Cheng2008-03-11
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-11
* In 32-bit mode, mark 64-bit GPR's as unallocatable.Evan Cheng2008-03-11
* Some LegalizeTypes code factorization and minorDuncan Sands2008-03-11
* compile: double test() {}Chris Lattner2008-03-11
* Fix the build on gcc 4.2.Nick Lewycky2008-03-11
* Initial multiple return values support.Devang Patel2008-03-11
* Change the model for FP Stack return to use fp operands on the Chris Lattner2008-03-11
* variadic instructions don't have operand info for variadic arguments.Chris Lattner2008-03-11
* Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman2008-03-11
* If a register operand comes from the variadic part of a node, don'tChris Lattner2008-03-11