summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix declarations in a few more tests.Nick Lewycky2010-04-17
* Revert "reject forward references to functions whose type don't match", becau...Daniel Dunbar2010-04-17
* Fix intrinsic signature in this test.Nick Lewycky2010-04-17
* reject forward references to functions whose type don't matchChris Lattner2010-04-17
* doh, didn't mean to check in my hackaround lit sucking. :)Chris Lattner2010-04-17
* fix PR6332, allowing an index of zero into a zero sized array Chris Lattner2010-04-17
* teach the x86 asm parser how to handle segment prefixesChris Lattner2010-04-17
* testcase for r101538, patch by Nico Schmidt!Chris Lattner2010-04-17
* Start function numbering at 0.Dan Gohman2010-04-17
* a bunch of ssse3 instructions are misencoded to think they have an Chris Lattner2010-04-17
* Add nounwind.Evan Cheng2010-04-17
* Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson2010-04-17
* Minor change to make the test case comply with Vd<0> == '0' when Q == '1'.Johnny Chen2010-04-16
* Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for aJohnny Chen2010-04-16
* In the same spirit of r101524, which removed the assert() from printAddrMode2...Johnny Chen2010-04-16
* Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. ChangedJohnny Chen2010-04-16
* Revert r101455, which fails on the llvm-arm-linux buildbot.Dan Gohman2010-04-16
* Disable inlining of recursive calls. It can complicate tailcallelim andDan Gohman2010-04-16
* Refine the detection of seemingly infinitely recursive calls where theDan Gohman2010-04-16
* Add JIT exception handling test.Bill Wendling2010-04-16
* move comment.Chris Lattner2010-04-16
* fix PR6832: we were using the alignment of a pointer when we Chris Lattner2010-04-16
* Added another test case for am3offset operand, testing Rn, #+/-imm8.Johnny Chen2010-04-15
* Add test case for machine-sink on critical edgesJakob Stoklund Olesen2010-04-15
* Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, notJohnny Chen2010-04-15
* Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is...Evan Cheng2010-04-15
* Fix PR6847. RegScavenger should ignore DebugValues.Jakob Stoklund Olesen2010-04-15
* ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir...Evan Cheng2010-04-15
* enhance the load/store narrowing optimization to handle aChris Lattner2010-04-15
* teach codegen to turn trunc(zextload) into load when possible.Chris Lattner2010-04-15
* add a simple dag combine to replace trivial shl+lshr withChris Lattner2010-04-15
* Implement rdar://7860110 (also in target/readme.txt) narrowingChris Lattner2010-04-15
* further tweak this to do something useful.Chris Lattner2010-04-15
* remove undef control flow.Chris Lattner2010-04-15
* tests: MC/Disassembler tests depend on ARM support being compiler in.Daniel Dunbar2010-04-15
* Remove unneeded types from test.Jakob Stoklund Olesen2010-04-14
* Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operandBob Wilson2010-04-14
* Trim tests and convert to FileCheck.Evan Cheng2010-04-14
* Revert r101213.Nick Lewycky2010-04-14
* implement mc asmparser support for '.', which gets theChris Lattner2010-04-14
* Commit testcase for r101213.Nick Lewycky2010-04-14
* XFAIL this test for powerpc. Devang Patel2010-04-13
* Add test for post-ra machine licm.Evan Cheng2010-04-13
* Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson2010-04-13
* Do not include types without any definition in pubtypes list.Devang Patel2010-04-13
* Fix test on non-x86 hosts.Evan Cheng2010-04-13
* Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng2010-04-13
* Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher2010-04-13
* Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman2010-04-13
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-13