summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR14314Michael Liao2012-11-12
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-12
* Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge2012-11-11
* instcombine: Migrate memset optimizationsMeador Inge2012-11-11
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-11
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-11
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-10
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-10
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-10
* xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng2012-11-10
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-09
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-09
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-09
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-09
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-09
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-08
* Recommit modified r167540.Amara Emerson2012-11-08
* Add support of RTM from TSX extensionMichael Liao2012-11-08
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-08
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg2012-11-07
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-07
* Fix bad test IR in switch_to_lookup_table.llHans Wennborg2012-11-07
* misched: Heuristics based on the machine model.Andrew Trick2012-11-07
* 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