summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* remove useless cast and fix typos in commentGabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator* (found by inspection)Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache result of operator*Gabor Greif2010-07-09
* cache operator*'s result (in multiple functions)Gabor Greif2010-07-09
* do not repeatedly dereference use_iteratorGabor Greif2010-07-09
* do not repeatedly dereference use_iteratorGabor Greif2010-07-09
* Avoid creating %physreg:subidx operands in SimpleRegisterCoalescing::RemoveCo...Jakob Stoklund Olesen2010-07-09
* Deal with a few remaining spots that assume physical registers have live inte...Jakob Stoklund Olesen2010-07-09
* Merge VEX enums with other x86 enum forms. Also fix all checks of which VEXBruno Cardoso Lopes2010-07-09
* Fix broken isCopy handling in TrimLiveIntervalToLastUse.Jakob Stoklund Olesen2010-07-09
* Handle COPY in VirtRegRewriter.Jakob Stoklund Olesen2010-07-09
* Fix the memoperand offsets in code generated for va_start.Dan Gohman2010-07-09
* have the mc lowering process handle a few tail call forms, lowering them toChris Lattner2010-07-09
* Print "dregpair" NEON operands with a space between them, for readability andBob Wilson2010-07-09
* Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emittingDan Gohman2010-07-09
* Factor out x86 segment override prefix encoding, and also use it for VEXBruno Cardoso Lopes2010-07-09
* Reenable DAG combining for vector shuffles. It looks like it was temporarilyBob Wilson2010-07-09
* reject pseudo instructions early in the encoder.Chris Lattner2010-07-09
* Remove trailing whitespaces from fileBruno Cardoso Lopes2010-07-09
* Change LEA to have 5 operands for its memory operand, justChris Lattner2010-07-08
* Reverting r107918 and r107919. Radar 8063111.Stuart Hastings2010-07-08
* Revert "Fix broken isCopy handling in TrimLiveIntervalToLastUse"Jakob Stoklund Olesen2010-07-08
* add some long-overdue enums to refer to the parts of the 5-operandChris Lattner2010-07-08
* Relax assertion. In optimized code, it is possible that first instruction is ...Devang Patel2010-07-08
* Extension of r107506. Make sure that we don't mark a function as having a callBill Wendling2010-07-08
* Fix broken isCopy handling in TrimLiveIntervalToLastUseJakob Stoklund Olesen2010-07-08
* Remember the VR64 register classJakob Stoklund Olesen2010-07-08
* Fix decl/def debug info for template functions. Radar 8063111.Stuart Hastings2010-07-08
* Rework segment prefix emission code to handle segmentsChris Lattner2010-07-08
* introduce a new X86II::getMemoryOperandNo method, whichChris Lattner2010-07-08
* Switch SPU calling convention (function arguments) Kalle Raiskila2010-07-08
* Revert some unneeded parts of the change in r107886 for theKevin Enderby2010-07-08
* Check for FiniteOnlyFPMath as well.Evan Cheng2010-07-08