summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-20
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-20
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi2012-11-20
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-20
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-20
* Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan2012-11-20
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-20
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-19
* Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen2012-11-19
* Enable MCJIT tests on PowerPC.Ulrich Weigand2012-11-19
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-18
* Use a full triple for a PPC test case for asm syntax.Andrew Trick2012-11-18
* MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi2012-11-18
* test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi2012-11-18
* Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky2012-11-18
* Silence the buildbots for this test while I figure out the tripleAndrew Trick2012-11-17
* Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick2012-11-17
* Phi speculation improvement for BasicAAHal Finkel2012-11-17
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-17
* [fast-isel] Add the -verify-machineinstrs to these test cases. The remainingChad Rosier2012-11-17
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-17
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-17
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-17
* Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor2012-11-17
* Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor2012-11-16
* Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor2012-11-16
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* 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