aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus comment; no functional change.Meador Inge2012-11-261-1/+2
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-262-11/+41
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-252-45/+133
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+42
* Add support for pointer induction variables even when there is no integer ind...Nadav Rotem2012-11-251-0/+33
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-242-11/+49
* Implement .cfi_undefined. Based on a patch from PaX team, updated byRafael Espindola2012-11-231-0/+41
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-233-3/+3
* Add more functions to the target library information.Meador Inge2012-11-221-0/+99
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-2115-142/+187
* Mips direct object xgot supportJack Carter2012-11-211-0/+42
* [mips] Generate big GOT code.Akira Hatanaka2012-11-211-0/+50
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-217-7/+564
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-211-0/+50
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-211-0/+26
* llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.NAKAMURA Takumi2012-11-211-1/+3
* Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola2012-11-211-2/+6
* PR14055: Implement support for sub-vector operations in SROA.Chandler Carruth2012-11-211-2/+75
* Add a tests for the new -no-show-raw-insn option of llvm-objdump.Eli Bendersky2012-11-202-0/+21
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-201-1/+23
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-201-1/+20
* llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi2012-11-201-0/+3
* Fix PR14132 and handle OOB loads speculated throuh PHI nodes.Chandler Carruth2012-11-201-0/+35
* Fix physical register liveness calculations:Tim Northover2012-11-201-0/+20
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-201-36/+58
* Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan2012-11-207-7/+7
* Rework the rewriting of loads and stores for vector and integer allocasChandler Carruth2012-11-203-26/+46
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-191-0/+77
* Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen2012-11-191-0/+7
* Enable MCJIT tests on PowerPC.Ulrich Weigand2012-11-192-2/+14
* Fix PR14060, an infinite loop in reassociate. The problem was that one of theDuncan Sands2012-11-181-0/+19
* Use a full triple for a PPC test case for asm syntax.Andrew Trick2012-11-181-3/+3
* MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi2012-11-187-7/+7
* test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi2012-11-181-36/+36
* Don't try to calculate the alignment of an unsigned type. Fixes PR14371!Nick Lewycky2012-11-181-0/+16
* Silence the buildbots for this test while I figure out the tripleAndrew Trick2012-11-171-2/+2
* Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick2012-11-171-0/+33
* Phi speculation improvement for BasicAAHal Finkel2012-11-171-0/+71
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-171-0/+8
* [fast-isel] Add the -verify-machineinstrs to these test cases. The remainingChad Rosier2012-11-178-15/+15
* LoopVectorizer: Add initial support for pointer induction variables (for exam...Nadav Rotem2012-11-171-2/+1
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-171-0/+41
* Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...Evan Cheng2012-11-171-0/+25
* Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor2012-11-172-2/+2
* Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor2012-11-167-7/+7
* Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor2012-11-167-0/+7
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-161-41/+41
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-161-0/+17
* Fix handling of aliases to functions.Richard Osborne2012-11-161-0/+32
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-161-0/+20