summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-06
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-06
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-05
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-05
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-05
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-05
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-05
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-05
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-05
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-03
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-03
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-03
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-02
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* [mips] Fix disassembler test cases.Akira Hatanaka2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* [mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka2012-11-02
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* [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