summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-10
* Fix test so it passes on non-Darwin hosts.Evan Cheng2010-09-10
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-10
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* llvm-mc: Don't crash when using -n and we see a directive before the initial ...Daniel Dunbar2010-09-09
* llvm-mc: Make sure we exit != 0 if any errors are encountered.Daniel Dunbar2010-09-09
* XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen2010-09-09
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-09
* Add one more pattern to fallback movddupBruno Cardoso Lopes2010-09-09
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-09
* Add an elf-dumper utility.Benjamin Kramer2010-09-09
* Get rid of the last use of -m64 in FrontendC. This solutionDuncan Sands2010-09-09
* Another test that uses -m64. Here too it looks like it can beDuncan Sands2010-09-09
* On i386, llvm-gcc cannot be assumed to support -m64. Since theseDuncan Sands2010-09-09
* Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson2010-09-09
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-08
* fix rdar://8407548, I missed the commuted form of xchg/test without a suffix.Chris Lattner2010-09-08
* Generalize instcombine's support for combining multiple bit checks into a sin...Owen Anderson2010-09-08
* fix bugs in push/pop segment support, rdar://8407242Chris Lattner2010-09-08
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-08
* Remove ssp from this test.Eric Christopher2010-09-08
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-08
* add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner2010-09-08
* implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner2010-09-08
* implement the iret suite of instructions properly,Chris Lattner2010-09-08
* add support for instruction prefixes on the same line as the instruction,Chris Lattner2010-09-08
* gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>.Chris Lattner2010-09-08
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-08
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-08
* remove these tests for now.Devang Patel2010-09-07
* There is no need to force target if the test is going to run on other x86 pla...Devang Patel2010-09-07
* Typo. Thanks to BillW for pointing it out!Stuart Hastings2010-09-07
* Fix a serious performance regression introduced by r108687 on linux:Chris Lattner2010-09-07
* rename test.Chris Lattner2010-09-07
* Test case for r113248. Raar 8361341.Stuart Hastings2010-09-07
* Fix command line used to link these test cases.Devang Patel2010-09-07
* Reintroduce dbg-declare tests.Devang Patel2010-09-07
* Remove last three tests. I need to make them independent of my setup.Devang Patel2010-09-07
* Add a test case to check handling of dbg-declare during hybrid mode where we...Devang Patel2010-09-07
* Add a test case to check handling of dbg-declare by selection DAG builder.Devang Patel2010-09-07
* Add a test case to check handling of dbg-declare by fast-isel.Devang Patel2010-09-07
* add missing cmov aliases, this resolves rdar://8208499Chris Lattner2010-09-07
* "sldt <mem>" is ambiguous in 64-bit mode, but shouldChris Lattner2010-09-06
* fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)"Chris Lattner2010-09-06
* fix the operand constraints of the immediate form of in/out,Chris Lattner2010-09-06
* fix PR8067, an over-aggressive assertion in LICM.Chris Lattner2010-09-06
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-06
* fix PR8063, a crash in globalopt in the malloc analysis code.Chris Lattner2010-09-05
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-05
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-04