aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* If a register operand comes from the variadic part of a node, don'tChris Lattner2008-03-111-4/+6
* Temporarily revert 48175.Evan Cheng2008-03-111-7/+1
* Fix thinko: alias always defines new symbol. Even is aliasee itself is undefi...Anton Korobeynikov2008-03-112-11/+4
* More APInt-ification.Dan Gohman2008-03-111-7/+7
* abort with an assert instead of a cerr to get line#Chris Lattner2008-03-101-1/+1
* Use utostr instead of a stringstream.Dan Gohman2008-03-101-4/+2
* - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel2008-03-102-10/+10
* Correctly clone FlaggedNodes.Dan Gohman2008-03-101-2/+1
* Initialize ArgTypes directly instead of manually copying in the elements.Dan Gohman2008-03-101-4/+1
* APInt-ify this.Dan Gohman2008-03-101-3/+4
* Remove an unnecessary #includeDan Gohman2008-03-101-1/+0
* Don't emit FP_REG_KILL into a block that just returns. NothingChris Lattner2008-03-101-6/+19
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-102-80/+133
* Disable prolog code that aligns the stack when aDale Johannesen2008-03-101-7/+17
* Change the "enable/disable" mechanism so that we can enable PPC registerBill Wendling2008-03-103-58/+77
* Add sanity checksAnton Korobeynikov2008-03-101-0/+10
* Typo: 'function' => 'alias'Anton Korobeynikov2008-03-101-3/+2
* Syntactic sugar'ify stuff :)Anton Korobeynikov2008-03-101-15/+15
* Always run 'make check' :) Fix fallout from prev. commit: query for possibleAnton Korobeynikov2008-03-101-1/+1
* Make error messages to have common styleAnton Korobeynikov2008-03-101-18/+12
* Properly link globals with aliasesAnton Korobeynikov2008-03-101-20/+41
* Remove the LinkGlobal weirderness in common linking phase.Anton Korobeynikov2008-03-101-33/+44
* TypoAnton Korobeynikov2008-03-101-1/+1
* If the register allocator ran out of registers, just abort for now.Evan Cheng2008-03-101-1/+7
* Eliminate the FP_GET_ST0/FP_SET_ST0 target-specific dag nodes, just lower to Chris Lattner2008-03-104-84/+42
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-101-4/+3
* Somewhat better solution.Evan Cheng2008-03-101-3/+4
* Default ISD::PREFETCH to expand.Evan Cheng2008-03-109-9/+5
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-1010-82/+56
* fix 80 col violations.Chris Lattner2008-03-101-8/+8
* Restore optimization that merges blocks when inline function Devang Patel2008-03-101-6/+24
* SimplifyDevang Patel2008-03-101-18/+15
* simplifyDevang Patel2008-03-101-2/+4
* Stylistic modifications. No functionality changes.Nicolas Geoffray2008-03-101-44/+39
* Integer comparison tests for CellSPU.Scott Michel2008-03-104-75/+182
* Fix formatting.Duncan Sands2008-03-101-2/+2
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-1017-55/+111
* Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray2008-03-105-38/+152
* Minor cleanup. No functionality change.Bill Wendling2008-03-101-6/+8
* - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng2008-03-102-7/+56
* DohEvan Cheng2008-03-101-1/+2
* Move StrongPHIElimination after live interval analysis. This will make thing...Owen Anderson2008-03-101-36/+27
* Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng2008-03-101-0/+4
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-1010-56/+82
* Update the .cvs files to match today's asm syntax change.Nick Lewycky2008-03-103-872/+868
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-107-11/+11
* Increase ISD::ParamFlags to 64 bits. Increase the ByValSizeDale Johannesen2008-03-105-33/+52
* Darwin PPC64 indirect call target goes in X12, not R12. This fixes theseChris Lattner2008-03-091-2/+3
* cell really does support cross-regclass moves, because R3 is in lots of diffe...Chris Lattner2008-03-091-4/+9
* make sure ar.pfs is in a register class, this fixes test/CodeGen/IA64/ret-0.llChris Lattner2008-03-091-3/+5