summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi!Bill Wendling2010-09-01
* temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner2010-09-01
* COFF: Update tests to reflect changes in last commit.Michael J. Spencer2010-09-01
* Attempt to fix buildbot.Dale Johannesen2010-09-01
* add a gross hack to work around a problem that Argiris reportedChris Lattner2010-09-01
* filecheckizeChris Lattner2010-09-01
* Revert 112442 and 112440 until the compile time problems introducedDan Gohman2010-09-01
* Testcase for llvm checkin 112674.Dale Johannesen2010-08-31
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-31
* We have a chance for an optimization. Consider this code:Bill Wendling2010-08-31
* Reapply r112623. Included additional check for unused byval argument.Devang Patel2010-08-31
* Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.Owen Anderson2010-08-31
* Revert r112623. It is causing self host build failures.Devang Patel2010-08-31
* Remember byval argument's frame index during argument lowering and use this i...Devang Patel2010-08-31
* Add a test for the duplicated-conditional situation illutrated by PR5652.Owen Anderson2010-08-31
* merge two tests.Chris Lattner2010-08-31
* Manually reduce this testcase.Owen Anderson2010-08-31
* merge two tests and convert to filecheck.Chris Lattner2010-08-31
* Add a micro-test for the transforms I added to JumpThreading.Owen Anderson2010-08-31
* Update test for 112609Jim Grosbach2010-08-31
* Rename test directory to reflect new pass name.Owen Anderson2010-08-31
* Rename ValuePropagation to a more descriptive CorrelatedValuePropagation.Owen Anderson2010-08-31
* More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta...Owen Anderson2010-08-31
* Remove r111665, which implemented store-narrowing in InstCombine. Chris disc...Owen Anderson2010-08-31
* Fix borken testAnton Korobeynikov2010-08-30
* Combine these two tests, and make sure there's a newline at the end of the file.Owen Anderson2010-08-30
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-30