aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-20Remove tabsEli Bendersky
2012-11-20Add tests for auto-updating version of vld[1-4]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
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-20Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky
2012-11-20Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan
2012-11-20Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-19Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen
2012-11-19Enable MCJIT tests on PowerPC.Ulrich Weigand
2012-11-18Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands
2012-11-18Use a full triple for a PPC test case for asm syntax.Andrew Trick
2012-11-18MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi
2012-11-18test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi
2012-11-18Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky
2012-11-17Silence the buildbots for this test while I figure out the tripleAndrew Trick
2012-11-17Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick
2012-11-17Phi speculation improvement for BasicAAHal Finkel
2012-11-17Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman
2012-11-17[fast-isel] Add the -verify-machineinstrs to these test cases. The remainingChad Rosier
2012-11-17LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem
2012-11-17Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka
2012-11-17Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng
2012-11-17Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor
2012-11-16Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor
2012-11-16Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor
2012-11-16Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao
2012-11-16Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov
2012-11-16Fix handling of aliases to functions.Richard Osborne