aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Process instructions after match to select alternative encoding which may be ...Devang Patel2012-01-181-0/+24
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-181-0/+13
* Use llvm.global_ctors to locate global constructors insteadDan Gohman2012-01-181-0/+2
* Fix a bug in the type-legalization of vector integers. When we bitcast one ve...Nadav Rotem2012-01-181-0/+14
* Test case renameAndrew Trick2012-01-171-0/+0
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-173-5/+7
* Tidy up.Jim Grosbach2012-01-171-2/+2
* Intel syntax: Fix parser match class to check memory operand size.Devang Patel2012-01-171-0/+2
* Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem2012-01-173-5/+31
* Intel syntax: Parse "BYTE PTR [RDX + RCX]"Devang Patel2012-01-171-0/+2
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-171-0/+51
* Intel syntax: Do not unncessarily create plus expression for memory operand d...Devang Patel2012-01-171-0/+2
* Intel syntax: Ignore mnemonic aliases.Devang Patel2012-01-171-0/+8
* Remove "XFAIL: arm" from test/ExecutionEngine/test-return.llEli Bendersky2012-01-171-1/+0
* Intel syntax: Robustify memory operand parsing.Devang Patel2012-01-171-0/+8
* Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky2012-01-177-0/+244
* Fix 11769.Nadav Rotem2012-01-171-1/+12
* LSR fix: broaden the check for loop preheaders.Andrew Trick2012-01-171-0/+113
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-161-0/+40
* Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.Eli Friedman2012-01-161-0/+34
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-1641-47/+76
* [AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.Nadav Rotem2012-01-151-0/+37
* Relax the FileCheck assertion a bit -- all we really care about is thatChandler Carruth2012-01-151-1/+1
* FileCheck-ize a test, make it more specific to directly test the shiftChandler Carruth2012-01-151-10/+14
* Fix a corner case hit by redundant phi elimination running after LSR.Andrew Trick2012-01-141-0/+50
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-141-0/+103
* Cleanup test case by adding checks for test names.Chad Rosier2012-01-141-1/+2
* Add a test showing how the Leh_func_endN symbol is used.Rafael Espindola2012-01-141-0/+27
* Add new test.Devang Patel2012-01-131-0/+10
* test/CodeGen/ARM/test-sharedidx.ll: Fix for -Asserts.NAKAMURA Takumi2012-01-131-0/+1
* Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...Craig Topper2012-01-131-1/+1
* DAGCombine's logic for forming pre- and post- indexed loads / stores were beingEvan Cheng2012-01-132-4/+99
* Implement proper ObjC ARC objc_retainBlock "escape" analysis, so thatDan Gohman2012-01-132-2/+155
* Fixed a bug in LowerVECTOR_SHUFFLE caused assertion failureElena Demikhovsky2012-01-121-1/+9
* Add error-reporting tests for platforms that don't support segmented stacks.Rafael Espindola2012-01-121-0/+11
* Support segmented stacks on 64-bit FreeBSD.Rafael Espindola2012-01-121-0/+52
* Support segmented stacks on win32.Rafael Espindola2012-01-121-0/+50
* Remove test case, as Chris suggested.Devang Patel2012-01-121-23/+0
* Add test case to check intel syntax parsing.Devang Patel2012-01-121-0/+23
* Fix a bug in the AVX 256-bit shuffle code in cases where the splat element is...Nadav Rotem2012-01-121-0/+12
* X86: Generalize the x << (y & const) optimization to also catch masks with mo...Benjamin Kramer2012-01-121-3/+15
* On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...Nadav Rotem2012-01-111-0/+12
* Check to make sure that the CFString's back store ends up in the correct sect...Bill Wendling2012-01-111-0/+36
* Support segmented stacks on mac.Rafael Espindola2012-01-111-74/+205
* Split segmented stacks tests into tests for static- and dynamic-size frames.Rafael Espindola2012-01-112-37/+71
* Generate the segmented stack prologue for fastcc too.Rafael Espindola2012-01-111-0/+55
* Revert r147945 which disabled an addressing mode transformation. I hadChandler Carruth2012-01-111-10/+10
* Use unsigned comparison in segmented stack prologue.Rafael Espindola2012-01-111-0/+6
* Explicitly set the scale to 1 on some segstack prologue instrs.Rafael Espindola2012-01-111-0/+4
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-111-0/+9