aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-02Fix whitespacesAlexey Samsonov
2012-11-02Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands
2012-11-02Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth
2012-11-02Fix an obvious typo that causes an assertion failure when runningDuncan Sands
2012-11-02Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth
2012-11-01OutputArg: added an index of the original argument to match the change toManman Ren
2012-11-01BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel
2012-11-01Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor
2012-11-01Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar
2012-11-01Add support for generating dwarf debugging info with assembly filesKevin Enderby
2012-11-01[asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany
2012-11-01Remove a weird static helper from the GEP instruction and just directlyChandler Carruth
2012-11-01Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-11-01BBVectorize: Account for internal shuffle costsHal Finkel
2012-11-01Cleanup another place redundant SP maintainedMichael Liao
2012-11-01Add a few more simple fast-math constant propagations and cancellations.Owen Anderson
2012-11-01Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen
2012-11-01Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-11-01[Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer
2012-10-31(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang
2012-10-31LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem
2012-10-31Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem
2012-10-31Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola
2012-10-31[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka
2012-10-31LCSSA: Try to recover compile time regressions due to SCEV updates.Benjamin Kramer
2012-10-31Put the threshold magic number in a variable.Nadav Rotem
2012-10-31Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg
2012-10-31Remove enum values since they are not used anymore.Nadav Rotem
2012-10-31Address Duncan's comments on r167121.Hans Wennborg
2012-10-31BBVectorize: Choose pair ordering to minimize shufflesHal Finkel
2012-10-31Address Duncan's comments on r167115Hans Wennborg
2012-10-31instcombine: Migrate strto* optimizationsMeador Inge
2012-10-31Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.Hans Wennborg
2012-10-31Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer
2012-10-31Do simple constant propagation in lookup table formation for switchesHans Wennborg
2012-10-31Fix a couple of comment typos.Benjamin Kramer
2012-10-31LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer
2012-10-31DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer
2012-10-31Add support for Cortex-A15 host recognition.James Molloy
2012-10-31Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler
2012-10-31Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...Craig Topper
2012-10-31instcombine: Migrate strpbrk optimizationsMeador Inge
2012-10-31Clean up redundant SP register maintained in X86 TLIMichael Liao
2012-10-31instcombine: Migrate strlen optimizationsMeador Inge
2012-10-31instcombine: Migrate strncpy optimizationsMeador Inge
2012-10-31LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem
2012-10-31This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt