aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-141-1/+1
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-141-2/+42
* Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola2012-11-141-0/+12
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-141-0/+44
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-131-2/+2
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-131-0/+23
* Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi2012-11-131-3/+0
* Add test case to verify correct relocs being generated forUlrich Weigand2012-11-131-0/+28
* numerically sort the symbols, so that the testcase result is uniformShankar Easwaran2012-11-131-23/+23
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-131-1/+1
* X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren2012-11-131-0/+51
* Do not consider a machine instruction that uses and defines the sameUlrich Weigand2012-11-131-0/+18
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-136-0/+277
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-131-1/+1
* llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi2012-11-131-0/+3
* Codegen support for arbitrary vector getelementptrs.Duncan Sands2012-11-131-0/+5
* Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands2012-11-131-0/+5
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-136-4/+59
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-1315-1346/+2559
* Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov2012-11-132-11/+56
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-1313-338/+525
* BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel2012-11-131-0/+170
* Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling2012-11-131-2/+2
* Cleanup the main RegisterCoalescer loop.Andrew Trick2012-11-131-1/+1
* revert r167740Shuxin Yang2012-11-132-16/+3
* BBVectorize: Only some insert element operand pairs are free.Hal Finkel2012-11-121-0/+85
* Fix test case added in patch fixing PR14314Michael Liao2012-11-121-4/+4
* Update test case for r167754/r167755.Chad Rosier2012-11-121-1/+1
* BBVectorize: Use a more sophisticated check for input costHal Finkel2012-11-121-0/+54
* BBVectorize: Check the types of compare instructionsHal Finkel2012-11-121-0/+16
* This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang2012-11-122-3/+16
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-121-0/+2
* BBVectorize: Check the input types of shuffles for legalityHal Finkel2012-11-121-0/+25
* Normalize memcmp constant folding results.Meador Inge2012-11-121-2/+2
* Fix PR14314Michael Liao2012-11-122-4/+17
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-1210-0/+60
* 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