aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel2008-03-103-10/+20
* 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-102-7/+22
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-105-80/+172
* Disable prolog code that aligns the stack when aDale Johannesen2008-03-101-7/+17
* Update llc flags for PPC register scavenger.Bill Wendling2008-03-103-4/+4
* 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
* This passes nowAnton Korobeynikov2008-03-101-1/+0
* 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
* Document multiple return values.Devang Patel2008-03-101-13/+70
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-102-4/+30
* 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-1013-95/+60
* fix 80 col violations.Chris Lattner2008-03-101-8/+8
* The __sync primitives only work on x86 and alpha;Dale Johannesen2008-03-101-0/+2
* SimplifyDevang Patel2008-03-102-33/+51
* 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
* Add -m32 to compilation line; test is only valid inDale Johannesen2008-03-101-2/+2
* Stylistic modifications. No functionality changes.Nicolas Geoffray2008-03-101-44/+39
* These tests don't work unless SSE2 is active.Dale Johannesen2008-03-102-3/+3
* There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen2008-03-101-4/+4
* Use uint64_t not unsigned long long.Dale Johannesen2008-03-101-1/+1
* Integer comparison tests for CellSPU.Scott Michel2008-03-107-75/+1139
* Fix formatting.Duncan Sands2008-03-101-2/+2
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-101-0/+8
* Refresh Makefile.ocaml in objdir if it is modified in srcdir.Gordon Henriksen2008-03-102-2/+3
* Regenerate.Gordon Henriksen2008-03-101-25/+72
* Adding ocamldoc generation.Gordon Henriksen2008-03-105-6/+49
* Formatting improvements.Gordon Henriksen2008-03-101-2/+2
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-1018-66/+113
* 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-103-7/+77
* DohEvan Cheng2008-03-101-1/+2
* Add nosubmit option to control what is sent back to the results server.Tanya Lattner2008-03-101-6/+7