aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded constant in Transforms/InstCombine/memcmp-1.llMeador Inge2012-11-111-1/+10
* instcombine: Migrate memset optimizationsMeador Inge2012-11-114-24/+34
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-113-12/+34
* instcombine: Migrate memcpy optimizationsMeador Inge2012-11-112-0/+34
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-114-39/+86
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-113-60/+83
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-104-25/+87
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-102-25/+9
* instcombine: Query target library information to gate libcall simplificationsMeador Inge2012-11-101-0/+227
* xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng2012-11-101-0/+2
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-102-15/+0
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-101-5/+47
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-091-0/+25
* Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen2012-11-091-0/+45
* tsan: switch to new memory_order constants (ABI compatible)Dmitry Vyukov2012-11-091-223/+223
* tsan: instrument all atomics (including fetch_add, exchange, cas, etc)Dmitry Vyukov2012-11-091-0/+1464
* Add support for memory runtime check. When we can, we calculate array bounds.Nadav Rotem2012-11-091-0/+36
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...NAKAMURA Takumi2012-11-084-43/+112
* Recommit modified r167540.Amara Emerson2012-11-081-2/+2
* Add support of RTM from TSX extensionMichael Liao2012-11-082-0/+43
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-082-16/+56
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-0/+109
* Only do switch-to-lookup table transformation when TargetTransformInfoHans Wennborg2012-11-073-4/+9
* [mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka2012-11-071-0/+63
* Fix bad test IR in switch_to_lookup_table.llHans Wennborg2012-11-071-1/+1
* misched: Heuristics based on the machine model.Andrew Trick2012-11-071-0/+230
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-061-0/+3
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-062-1/+33
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-051-0/+42
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-052-2/+36
* Fix for PR14264 cause by commit r167237 which did not take into account aKevin Enderby2012-11-051-0/+17
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-051-0/+7
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-051-0/+9
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-052-1/+99
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-052-1/+3
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-051-0/+14
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-051-0/+155
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-051-0/+21
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-031-0/+11
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-031-0/+16
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-032-0/+42
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-031-0/+25
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-032-6/+20
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-021-0/+33
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-021-0/+43
* [mips] Fix disassembler test cases.Akira Hatanaka2012-11-024-24/+24
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-025-0/+109
* [mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka2012-11-021-2/+3
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-021-0/+33
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-023-13/+13