| Commit message (Expand) | Author | Age | Files | Lines |
* | Make test platform agnostic. | Bill Wendling | 2009-01-28 | 1 | -3/+1 |
* | The memory alignment requirement on some of the mov{h|l}p{d|s} patterns are 1... | Evan Cheng | 2009-01-28 | 1 | -0/+19 |
* | Added sse test patterns for r62979 and r63193. | Mon P Wang | 2009-01-28 | 4 | -0/+254 |
* | Add testcase for r63142. | Bill Wendling | 2009-01-27 | 1 | -0/+40 |
* | Implement multiple with overflow by 2 with an add instruction. | Evan Cheng | 2009-01-27 | 1 | -0/+20 |
* | Add a regression test for x86-64 red zone usage. | Dan Gohman | 2009-01-27 | 1 | -0/+13 |
* | Fix PR3393, which amounts to a bug in the expensive | Duncan Sands | 2009-01-26 | 1 | -0/+16 |
* | At Nick Lewycky's request, rename this test with a more informative name. | Dan Gohman | 2009-01-26 | 1 | -0/+0 |
* | Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal... | Evan Cheng | 2009-01-26 | 1 | -0/+45 |
* | CellSPU: | Scott Michel | 2009-01-26 | 5 | -69/+84 |
* | Map address space 256 to gs; similar mappings could be supported for the | Nate Begeman | 2009-01-26 | 1 | -0/+8 |
* | revert this patch for now, because Codegen does still want to generate SSE code, | Torok Edwin | 2009-01-25 | 1 | -0/+2 |
* | If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ... | Torok Edwin | 2009-01-25 | 1 | -0/+20 |
* | Private linkage support for PPC / Darwin. | Evan Cheng | 2009-01-25 | 1 | -0/+5 |
* | Teach 2addr pass to be do more commuting. If both uses of a two-address instr... | Evan Cheng | 2009-01-25 | 4 | -3/+28 |
* | Add a PR comment to this test. | Dan Gohman | 2009-01-24 | 1 | -0/+1 |
* | Update test to reflect command line option name change. | Evan Cheng | 2009-01-23 | 1 | -1/+1 |
* | Don't create ISD::FNEG nodes after legalize if they aren't legal. | Dan Gohman | 2009-01-22 | 1 | -0/+1145 |
* | Do not use buggy llvm-gcc to generate testcases. | Devang Patel | 2009-01-22 | 1 | -1/+1 |
* | Now with RUN line. | Bill Wendling | 2009-01-21 | 1 | -2/+6 |
* | Run this through -simplifycfg and -mem2reg to test only what we need to test. | Bill Wendling | 2009-01-21 | 1 | -90/+13 |
* | Simplify ReduceLoadWidth's logic: it doesn't need several different | Dan Gohman | 2009-01-21 | 1 | -0/+46 |
* | Fix a recent regression. ClrOpcode is not set for i8; for i8, if | Dan Gohman | 2009-01-21 | 1 | -0/+21 |
* | Let's try to have our cake and eat it to: move | Duncan Sands | 2009-01-21 | 1 | -282/+0 |
* | Don't rely on grep -w working. | Duncan Sands | 2009-01-21 | 1 | -16/+16 |
* | CellSPU: | Scott Michel | 2009-01-21 | 1 | -3/+3 |
* | Favors generating "not" over "xor -1". For example. | Evan Cheng | 2009-01-21 | 1 | -1/+1 |
* | Be more aggressive about renumbering vregs after splitting them. | Owen Anderson | 2009-01-21 | 1 | -1/+1 |
* | Don't bother running the assembler, we don't know that it will be configured | Chris Lattner | 2009-01-20 | 1 | -1/+1 |
* | Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t... | Evan Cheng | 2009-01-20 | 1 | -0/+15 |
* | Add test case for PR3154. | Evan Cheng | 2009-01-20 | 1 | -0/+104 |
* | Testcase for limited precision stuff. | Bill Wendling | 2009-01-20 | 1 | -0/+133 |
* | Fix a dagcombine to not generate loads of non-round integer types, | Dan Gohman | 2009-01-20 | 1 | -0/+14 |
* | Make linear scan's trivial coalescer slightly more aggressive. | Evan Cheng | 2009-01-20 | 1 | -0/+8 |
* | Move & restructure test per review. | Dale Johannesen | 2009-01-19 | 1 | -77/+0 |
* | Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when | Dan Gohman | 2009-01-19 | 1 | -0/+8 |
* | compile-time fmod was done incorrectly. PR 3316. | Dale Johannesen | 2009-01-19 | 1 | -0/+77 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 1 | -9/+0 |
* | DIVREM isel deficiency: If sign bit is known zero, zero out DX/EDX/RDX instea... | Evan Cheng | 2009-01-19 | 1 | -0/+7 |
* | Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't | Evan Cheng | 2009-01-19 | 1 | -0/+1 |
* | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner | 2009-01-18 | 1 | -0/+36 |
* | Testcase for last commit. | Bill Wendling | 2009-01-17 | 1 | -0/+31 |
* | Fix MatchAddress bug that's preventing negative displacement from being folde... | Evan Cheng | 2009-01-17 | 2 | -1/+19 |
* | Simplify extract element of a scalar to vector. | Mon P Wang | 2009-01-17 | 1 | -0/+13 |
* | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng | 2009-01-16 | 1 | -0/+19 |
* | Disable the post-RA scheduler on this test, since it uses a | Dan Gohman | 2009-01-16 | 1 | -1/+2 |
* | CreateVirtualRegisters does trivial copy coalescing. If a node def is used by... | Evan Cheng | 2009-01-16 | 1 | -0/+50 |
* | Add support for non-zero __builtin_return_address values on X86. | Bill Wendling | 2009-01-16 | 1 | -0/+22 |
* | Added missing support to widen an operand from a bit convert. | Mon P Wang | 2009-01-15 | 1 | -0/+10 |
* | Fix Alpha test and support for private linkage. | Rafael Espindola | 2009-01-15 | 1 | -5/+5 |