summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-16
* Fix handling of aliases to functions.Richard Osborne2012-11-16
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-16
* Preserve address space of forward-referenced global variables in the LL parserJustin Holewinski2012-11-16
* Added program header emissionHemant Kulkarni2012-11-16
* InstructionSimplify should be able to simplify A+B==B+A to 'true'Duncan Sands2012-11-16
* Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logicDuncan Sands2012-11-16
* Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).Andrew Kaylor2012-11-16
* llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t...NAKAMURA Takumi2012-11-16
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Add MCJIT test case for running global constructors.Amara Emerson2012-11-16
* Constant::IsThreadDependent(): Use dyn_cast<Constant> instead of castHans Wennborg2012-11-16
* Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper2012-11-16
* [mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka2012-11-16
* Add some tests for the FileCheck utility.Eli Bendersky2012-11-15
* Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman2012-11-15
* PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella2012-11-15
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-15
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-14
* Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak2012-11-14
* test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi2012-11-14
* Remove the CellSPU port.Eric Christopher2012-11-14
* llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi2012-11-14
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-14
* Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer2012-11-14
* Remove DOS line endings.Jakub Staszak2012-11-14
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-14
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-14
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-14
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-14
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-14
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-14
* Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola2012-11-14
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-13
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-13
* Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi2012-11-13
* Add test case to verify correct relocs being generated forUlrich Weigand2012-11-13
* numerically sort the symbols, so that the testcase result is uniformShankar Easwaran2012-11-13
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-13
* X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren2012-11-13
* Do not consider a machine instruction that uses and defines the sameUlrich Weigand2012-11-13
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-13
* llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi2012-11-13
* Codegen support for arbitrary vector getelementptrs.Duncan Sands2012-11-13
* Fix the instcombine GEP index widening transform to work correctly for vectorDuncan Sands2012-11-13
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-13