aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-312-26/+89
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-311-2/+2
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-312-37/+0
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-313-2/+33
* MCJIT unit test: add calls to ensure that instruction caches are properly inv...Amara Emerson2012-10-311-0/+5
* Port lli bug fix from r166920 to MCJIT unit test.Amara Emerson2012-10-311-3/+11
* Commit access test.Amara Emerson2012-10-311-0/+1
* Remove stale documentation about tail duplicaton IR passArnold Schwaighofer2012-10-311-17/+0
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-311-0/+23
* Fix typo in CodeGenerator docEli Bendersky2012-10-311-4/+4
* 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
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-312-21/+22
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-312-2/+32
* 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-3110-96/+255
* Address Duncan's comments on r167115Hans Wennborg2012-10-311-48/+42
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-314-45/+111
* 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-312-15/+139
* Fix a couple of comment typos.Benjamin Kramer2012-10-312-11/+11
* LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.Benjamin Kramer2012-10-312-0/+79
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-312-0/+17
* DependenceAnalysis: Don't crash if there is no constant operand.Benjamin Kramer2012-10-312-3/+29
* Add support for ARM segment types PT_ARM_ARCHEXT, PT_ARM_EXIDX and PT_ARM_UNW...James Molloy2012-10-311-3/+8
* Add support for Cortex-A15 host recognition.James Molloy2012-10-311-0/+1
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-317-35/+125
* 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-315-65/+128
* Clean up redundant SP register maintained in X86 TLIMichael Liao2012-10-312-12/+7
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-315-106/+160
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-316-90/+175
* LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem2012-10-312-0/+41
* This patch addresses an ABI compatibility issue with empty aggregateBill Schmidt2012-10-312-0/+70
* Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka2012-10-311-2/+2
* xlc supports __attribute__((aligned(x))), use it.Rafael Espindola2012-10-311-1/+1
* Check that iterator I is not the end iterator.Akira Hatanaka2012-10-311-2/+3
* Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola2012-10-313-0/+10
* Add support for loops that don't start with Zero.Nadav Rotem2012-10-313-12/+103
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-316-99/+111
* instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOptMeador Inge2012-10-313-3/+171
* X86 SSE: update rsqrtss and rcpss to use two source operands andManman Ren2012-10-302-4/+75
* Fix regression in old-style JIT.Eli Friedman2012-10-301-7/+5
* X86 MMX: optimize transfer from mmx to i32Manman Ren2012-10-304-2/+34
* Add documentation.Nadav Rotem2012-10-301-0/+5
* Reformat and 80-column this. It's not strictly conformingEric Christopher2012-10-301-21/+29
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-302-4/+18
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-302-13/+15