aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-09-15Merge AutoUpgrade of EH magic variable.Bill Wendling
2010-09-15Approved by Chris:Bill Wendling
2010-09-14Approved by ChrisBill Wendling
2010-09-14Approved by Chris:Bill Wendling
2010-09-14Approved by Chris:Bill Wendling
2010-09-10Approved by Evan.Bill Wendling
2010-09-09Approved by Duncan:Bill Wendling
2010-09-07Approved by Chris:Bill Wendling
2010-09-06Approved by Chris:Bill Wendling
2010-09-05Approved by Chris:Bill Wendling
2010-09-04fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner
2010-09-03Propagate non-local comparisons. Fixes PR1757.Owen Anderson
2010-09-03Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-09-03Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson
2010-09-03Re-apply r112883:Jim Grosbach
2010-09-03Add a test for PR4413, which was apparently fixed at some point in the past.Owen Anderson
2010-09-03Add PR number to test.Owen Anderson
2010-09-03Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar
2010-09-03test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host.NAKAMURA Takumi
2010-09-03AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes
2010-09-03Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson
2010-09-02update one more testChris Lattner
2010-09-02add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner
2010-09-02Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov
2010-09-02more test cleanupChris Lattner
2010-09-02remove some noise from tests.Chris Lattner
2010-09-02we are past the point where these tests are useful.Chris Lattner
2010-09-02For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach
2010-09-02fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner
2010-09-02Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman
2010-09-02Fix an unnecessary XFAILSandeep Patel
2010-09-02Fix typo. I accidentally edited the wrong file before my last commit.Owen Anderson
2010-09-02Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer
2010-09-02Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV...Owen Anderson
2010-09-02Now that register allocation properly considers reserved regs, simplify theJim Grosbach
2010-09-02Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson
2010-09-02Print the number of uses of a function in the .ll since it can be informativeDuncan Sands
2010-09-02test/loop-strength-reduce4: Add explicit triplet for Win32 host.NAKAMURA Takumi
2010-09-02test/twoaddr-coalesce: Do not use @main.NAKAMURA Takumi
2010-09-01Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson
2010-09-01deepen my MMX/SRoA hack to avoid hurting non-x86 codegen.Chris Lattner
2010-09-01Using target specific nodes for shuffle nodes makes the maskBruno Cardoso Lopes
2010-09-01Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters.Jakob Stoklund Olesen
2010-09-01Apparently only Darwin passes long double misaligned. Compensate.Dale Johannesen
2010-09-01Fix loop unswitching's assumption that a code path which eitherDan Gohman
2010-09-01The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!Bill Wendling
2010-09-01temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner
2010-09-01COFF: Update tests to reflect changes in last commit.Michael J. Spencer
2010-09-01Attempt to fix buildbot.Dale Johannesen