summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* Add a testcase to loop-idiom to cover PR14241 when we start handlingChandler Carruth2012-11-02
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* BBVectorize: Commit the rest of the test-case change.Hal Finkel2012-11-01
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-01
* llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi2012-11-01
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-01
* Add a test case for PR14233.Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* [CMake] Add llvm-mcmarkup to check-llvm.NAKAMURA Takumi2012-11-01
* test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi2012-11-01
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-01
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-31
* (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
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-31
* Test case for r167039. Check that tail-call optimization is disabled forAkira Hatanaka2012-10-31
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-31
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-31
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-31
* Do simple constant propagation in lookup table formation for switchesHans Wennborg2012-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
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-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
* 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
* X86 MMX: optimize transfer from mmx to i32Manman Ren2012-10-30
* Fix PR14212: For some strange reason I treated vectors differently fromChandler Carruth2012-10-30
* [mips] Allow tail-call optimization for vararg functions and functions whichAkira Hatanaka2012-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
* LoopVectorize: Add support for write-only loops when the write destination is...Nadav Rotem2012-10-30
* PowerPC: Expand FSRQT for vector typesAdhemerval Zanella2012-10-30
* LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...Nadav Rotem2012-10-30
* Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand2012-10-30
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* switch_to_lookup_table.ll: Remove some unnecessary lines, comments,Hans Wennborg2012-10-30
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-30
* Enable some additional constant folding for PPCDoubleDouble.Ulrich Weigand2012-10-30
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Remove an invalid assert in TargetTransformImplHal Finkel2012-10-30