| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to | Daniel Dunbar | 2010-09-09 | 9 | -0/+11 |
* | Add an elf-dumper utility. | Benjamin Kramer | 2010-09-09 | 3 | -0/+342 |
* | Get rid of the last use of -m64 in FrontendC. This solution | Duncan Sands | 2010-09-09 | 1 | -2/+2 |
* | Another test that uses -m64. Here too it looks like it can be | Duncan Sands | 2010-09-09 | 1 | -10/+4 |
* | On i386, llvm-gcc cannot be assumed to support -m64. Since these | Duncan Sands | 2010-09-09 | 2 | -3/+3 |
* | Fix NEON VLD pseudo instruction itineraries that were incorrectly copied from | Bob Wilson | 2010-09-09 | 1 | -1/+1 |
* | Relax the "don't unroll loops containing calls" rule. Instead, when a loop c... | Owen Anderson | 2010-09-08 | 1 | -0/+51 |
* | fix rdar://8407548, I missed the commuted form of xchg/test without a suffix. | Chris Lattner | 2010-09-08 | 1 | -0/+6 |
* | Generalize instcombine's support for combining multiple bit checks into a sin... | Owen Anderson | 2010-09-08 | 1 | -1/+347 |
* | fix bugs in push/pop segment support, rdar://8407242 | Chris Lattner | 2010-09-08 | 2 | -0/+82 |
* | Re-enable usage of the ARM base pointer. r113394 fixed the known failures. | Jim Grosbach | 2010-09-08 | 1 | -1/+1 |
* | Remove ssp from this test. | Eric Christopher | 2010-09-08 | 1 | -1/+1 |
* | Fix CellSPU vector shuffles, again. | Kalle Raiskila | 2010-09-08 | 1 | -0/+26 |
* | add support for the commuted form of the test instruction, rdar://8018260. | Chris Lattner | 2010-09-08 | 1 | -0/+7 |
* | implement proper support for sysret{,l,q}, rdar://8403907 | Chris Lattner | 2010-09-08 | 2 | -1/+18 |
* | implement the iret suite of instructions properly, | Chris Lattner | 2010-09-08 | 2 | -0/+27 |
* | add support for instruction prefixes on the same line as the instruction, | Chris Lattner | 2010-09-08 | 1 | -0/+12 |
* | gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>. | Chris Lattner | 2010-09-08 | 1 | -0/+5 |
* | fix the encoding of the "jump on *cx" family of instructions, | Chris Lattner | 2010-09-08 | 3 | -1/+23 |
* | disable for the moment while tracking down a few Thumb2-O0 failure that look | Jim Grosbach | 2010-09-08 | 1 | -1/+1 |
* | remove these tests for now. | Devang Patel | 2010-09-07 | 3 | -750/+0 |
* | There is no need to force target if the test is going to run on other x86 pla... | Devang Patel | 2010-09-07 | 3 | -9/+3 |
* | Typo. Thanks to BillW for pointing it out! | Stuart Hastings | 2010-09-07 | 1 | -1/+1 |
* | Fix a serious performance regression introduced by r108687 on linux: | Chris Lattner | 2010-09-07 | 1 | -3/+19 |
* | rename test. | Chris Lattner | 2010-09-07 | 1 | -0/+0 |
* | Test case for r113248. Raar 8361341. | Stuart Hastings | 2010-09-07 | 1 | -3/+15 |
* | Fix command line used to link these test cases. | Devang Patel | 2010-09-07 | 3 | -3/+3 |
* | Reintroduce dbg-declare tests. | Devang Patel | 2010-09-07 | 3 | -0/+756 |
* | Remove last three tests. I need to make them independent of my setup. | Devang Patel | 2010-09-07 | 3 | -753/+0 |
* | Add a test case to check handling of dbg-declare during hybrid mode where we... | Devang Patel | 2010-09-07 | 1 | -0/+266 |
* | Add a test case to check handling of dbg-declare by selection DAG builder. | Devang Patel | 2010-09-07 | 1 | -0/+244 |
* | Add a test case to check handling of dbg-declare by fast-isel. | Devang Patel | 2010-09-07 | 1 | -0/+243 |
* | add missing cmov aliases, this resolves rdar://8208499 | Chris Lattner | 2010-09-07 | 1 | -0/+7 |
* | "sldt <mem>" is ambiguous in 64-bit mode, but should | Chris Lattner | 2010-09-06 | 1 | -0/+3 |
* | fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)" | Chris Lattner | 2010-09-06 | 1 | -0/+5 |
* | fix the operand constraints of the immediate form of in/out, | Chris Lattner | 2010-09-06 | 1 | -0/+9 |
* | fix PR8067, an over-aggressive assertion in LICM. | Chris Lattner | 2010-09-06 | 1 | -0/+14 |
* | Teach loop rotate to hoist trivially invariant instructions | Chris Lattner | 2010-09-06 | 1 | -0/+35 |
* | fix PR8063, a crash in globalopt in the malloc analysis code. | Chris Lattner | 2010-09-05 | 1 | -0/+15 |
* | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 1 | -4/+14 |
* | Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge | Dan Gohman | 2010-09-04 | 1 | -0/+50 |
* | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner | 2010-09-04 | 1 | -0/+27 |
* | Propagate non-local comparisons. Fixes PR1757. | Owen Anderson | 2010-09-03 | 1 | -0/+24 |
* | Remove the rest of the nonexistent 64-bit AVX instructions. | Dale Johannesen | 2010-09-03 | 1 | -96/+0 |
* | Generalize getFieldType to work on all TypedInits. Add a couple of testcases... | David Greene | 2010-09-03 | 2 | -0/+24 |
* | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson | 2010-09-03 | 1 | -0/+18 |
* | Re-apply r112883: | Jim Grosbach | 2010-09-03 | 2 | -10/+3 |
* | Add a test for PR4413, which was apparently fixed at some point in the past. | Owen Anderson | 2010-09-03 | 1 | -0/+21 |
* | Add PR number to test. | Owen Anderson | 2010-09-03 | 1 | -0/+1 |
* | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar | 2010-09-03 | 2 | -3/+10 |