aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-021-5/+0
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-021-69/+88
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-021-1/+1
* Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth2012-11-021-2/+2
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-012-3/+4
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-011-9/+191
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-2/+2
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-013-211/+139
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-011-2/+19
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-011-3/+6
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-011-12/+0
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-011-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-0131-118/+79
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-0139-504/+456
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-011-2/+60
* Cleanup another place redundant SP maintainedMichael Liao2012-11-011-4/+4
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-011-0/+18
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-011-12/+8
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-011-2/+2
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-014-67/+1
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-011-1/+3
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-311-4/+29
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-311-1/+12
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-311-26/+41
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-311-32/+0
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-312-2/+7
* LCSSA: Try to recover compile time regressions due to SCEV updates.Benjamin Kramer2012-10-311-15/+9
* Put the threshold magic number in a variable.Nadav Rotem2012-10-311-1/+4
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-311-2/+0
* Remove enum values since they are not used anymore.Nadav Rotem2012-10-311-6/+6
* Address Duncan's comments on r167121.Hans Wennborg2012-10-311-3/+4
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-311-75/+209
* Address Duncan's comments on r167115Hans Wennborg2012-10-311-48/+42
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-312-31/+29
* Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.Hans Wennborg2012-10-311-1/+1
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-313-8/+8
* Do simple constant propagation in lookup table formation for switchesHans Wennborg2012-10-311-15/+98
* Fix a couple of comment typos.Benjamin Kramer2012-10-311-2/+2
* LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer2012-10-311-0/+5
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-311-3/+4
* Add support for Cortex-A15 host recognition.James Molloy2012-10-311-0/+1
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-316-9/+67
* Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...Craig Topper2012-10-311-0/+8
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-312-40/+37
* Clean up redundant SP register maintained in X86 TLIMichael Liao2012-10-312-12/+7
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-312-44/+45
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-312-52/+49
* LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem2012-10-311-0/+8
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-311-0/+19
* Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka2012-10-311-2/+2