summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-31
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-31
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-31
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-31
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-31
* LCSSA: Try to recover compile time regressions due to SCEV updates.Benjamin Kramer2012-10-31
* Put the threshold magic number in a variable.Nadav Rotem2012-10-31
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-31
* Remove enum values since they are not used anymore.Nadav Rotem2012-10-31
* Address Duncan's comments on r167121.Hans Wennborg2012-10-31
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* Address Duncan's comments on r167115Hans Wennborg2012-10-31
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-31
* Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.Hans Wennborg2012-10-31
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-31
* Do simple constant propagation in lookup table formation for switchesHans Wennborg2012-10-31
* Fix a couple of comment typos.Benjamin Kramer2012-10-31
* LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer2012-10-31
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-31
* Add support for Cortex-A15 host recognition.James Molloy2012-10-31
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...Craig Topper2012-10-31
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-31
* Clean up redundant SP register maintained in X86 TLIMichael Liao2012-10-31
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-31
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-31
* LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem2012-10-31
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-31
* Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka2012-10-31
* Check that iterator I is not the end iterator.Akira Hatanaka2012-10-31
* Add support for loops that don't start with Zero.Nadav Rotem2012-10-31
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-31
* instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOptMeador Inge2012-10-31
* X86 SSE: update rsqrtss and rcpss to use two source operands andManman Ren2012-10-30
* Fix regression in old-style JIT.Eli Friedman2012-10-30
* X86 MMX: optimize transfer from mmx to i32Manman Ren2012-10-30
* Add documentation.Nadav Rotem2012-10-30
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-30
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-30
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-30
* BBVectorize: Cache fixed-order pairs instead of recomputing pointer info.Hal Finkel2012-10-30
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-10-30
* Add a comment for r167040.Chad Rosier2012-10-30
* LoopIdiom: Fix a serious missed optimization: we only turned top-level loops ...Benjamin Kramer2012-10-30
* BBVectorize: Fix a small bug introduced in r167042.Hal Finkel2012-10-30
* Add code for saving formal argument information to MipsFunctionInfo. ThisAkira Hatanaka2012-10-30
* BBVectorize: Simplify how input swapping is handled.Hal Finkel2012-10-30
* Add definition of function MipsTargetLowering::passArgOnStack which emits nodesAkira Hatanaka2012-10-30
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-30
* Do not do tail-call optimization if target is mips16.Akira Hatanaka2012-10-30