aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-11-27llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi
2012-11-27Trailing linefeeds.NAKAMURA Takumi
2012-11-27Revert accidental commit.Craig Topper
2012-11-27Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper
2012-11-27tsan: instrument atomic nand operationDmitry Vyukov
2012-11-27Add test cases for r168417.Craig Topper
2012-11-27test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...NAKAMURA Takumi
2012-11-27Modify depends(Src, Dst, PossiblyLoopIndependent).Preston Briggs
2012-11-27instcombine: Migrate sprintf optimizationsMeador Inge
2012-11-27The section is .debug_line.Eric Christopher
2012-11-27Extend test case for r168657.Chad Rosier
2012-11-27Fast-math test for SimplifyInstruction: fold multiply by 0Michael Ilseman
2012-11-27llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...NAKAMURA Takumi
2012-11-27Fast-math test case for bitcode and textual reading/writingMichael Ilseman
2012-11-26Make this test less sensitive.Eli Bendersky
2012-11-26Get rid of the getPointeeAlignment helper function fromEli Friedman
2012-11-26Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier
2012-11-26rdar://12329730 (defect 2)Shuxin Yang
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2012-11-26Normalize splat 256bit vectors with 8 elements.Jakub Staszak
2012-11-26Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky
2012-11-26[tsan] add fail order to compare_exchangeDmitry Vyukov
2012-11-26instcombine: Migrate toascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isascii optimizationsMeador Inge
2012-11-26instcombine: Migrate isdigit optimizationsMeador Inge
2012-11-26Fix bogus comment; no functional change.Meador Inge
2012-11-26instcombine: Migrate *abs optimizationsMeador Inge
2012-11-25instcombine: Migrate ffs* optimizationsMeador Inge
2012-11-25Add support for .cfi_register now that it is easy to extent the representationRafael Espindola
2012-11-25Add support for pointer induction variables even when there is no integer ind...Nadav Rotem
2012-11-24PPC: MCize most of the darwin PIC emission.Benjamin Kramer
2012-11-23Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola
2012-11-23Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund
2012-11-22Add more functions to the target library information.Meador Inge
2012-11-21Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs
2012-11-21Mips direct object xgot supportJack Carter
2012-11-21[mips] Generate big GOT code.Akira Hatanaka
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor
2012-11-21Add support for varargs functions for msp430.Anton Korobeynikov
2012-11-21Add support for byval args. Patch by Job Noorman!Anton Korobeynikov
2012-11-21llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi
2012-11-21Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola
2012-11-21PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth
2012-11-20Add a tests for the new -no-show-raw-insn option of llvm-objdump.Eli Bendersky
2012-11-20[asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany
2012-11-20[asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany
2012-11-20llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi
2012-11-20Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth