summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner2010-09-04
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-03
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-03
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* Re-apply r112883:Jim Grosbach2010-09-03
* Add a test for PR4413, which was apparently fixed at some point in the past.Owen Anderson2010-09-03
* Add PR number to test.Owen Anderson2010-09-03
* Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar2010-09-03
* test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host.NAKAMURA Takumi2010-09-03
* AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes2010-09-03
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-03
* update one more testChris Lattner2010-09-02
* add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner2010-09-02
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-02
* more test cleanupChris Lattner2010-09-02
* remove some noise from tests.Chris Lattner2010-09-02
* we are past the point where these tests are useful.Chris Lattner2010-09-02
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-02
* Fix an unnecessary XFAILSandeep Patel2010-09-02
* Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson2010-09-02
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson2010-09-02
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson2010-09-02
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-02
* test/loop-strength-reduce4: Add explicit triplet for Win32 host.NAKAMURA Takumi2010-09-02
* test/twoaddr-coalesce: Do not use @main.NAKAMURA Takumi2010-09-02
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner2010-09-01
* Using target specific nodes for shuffle nodes makes the maskBruno Cardoso Lopes2010-09-01
* Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.Jakob Stoklund Olesen2010-09-01
* Apparently only Darwin passes long double misaligned. Compensate.Dale Johannesen2010-09-01
* Fix loop unswitching's assumption that a code path which eitherDan Gohman2010-09-01