summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-15
* Fix a minor bug in two-address pass. It was missing a commute opportunity.Evan Cheng2010-12-14
* MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup.Daniel Dunbar2010-12-14
* - Insert new instructions before DomBlock's terminator,Chris Lattner2010-12-14
* fix two significant issues with FoldTwoEntryPHINode:Chris Lattner2010-12-14
* fix yet anohter broken lineChris Lattner2010-12-14
* reapply my recent change that disables a piece of the switch formationChris Lattner2010-12-14
* bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663Evan Cheng2010-12-14
* fix fixme case typo :-) Jason W Kim2010-12-14
* Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r...Owen Anderson2010-12-13
* First cut of ARM/MC/ELF PIC relocations.Jason W Kim2010-12-13
* Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson2010-12-13
* temporarily disable part of my previous patch, which causes an iterator inval...Chris Lattner2010-12-13
* Reapply r121520, PartialAlias implementation for BasicAA, now thatDan Gohman2010-12-13
* Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F...Benjamin Kramer2010-12-13
* rename testChris Lattner2010-12-13
* Add a couple dag combines to transform mulhi/mullo into a wider multiplyChris Lattner2010-12-13
* reinstate my patch: the miscompile was caused by an inverted branch in theChris Lattner2010-12-13
* Completely disable the optimization I added in r121680 untilChris Lattner2010-12-13
* Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditionsChris Lattner2010-12-13
* fix a bug in r121680 that upset the various buildbots.Chris Lattner2010-12-13
* make these tests a bit less fragileChris Lattner2010-12-13
* enhance the "change or icmp's into switch" xform to handle one value in an Chris Lattner2010-12-13
* merge two testsChris Lattner2010-12-13
* Fix my previous patch to handle a degenerate case that the llvm-gccChris Lattner2010-12-13
* fix a fairly serious oversight with switch formation fromChris Lattner2010-12-13
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-13
* Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck2010-12-12
* Generalize the and-icmp-select instcombine further by allowing selects of the...Benjamin Kramer2010-12-11
* Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize itBenjamin Kramer2010-12-11
* (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng2010-12-11
* Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson2010-12-10
* Revert r121520, which may have introduced miscompilations.Dan Gohman2010-12-10
* Implement PartialAlias checking in BasicAA.Dan Gohman2010-12-10
* Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson2010-12-10
* macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi2010-12-10
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Add dependency to "make check".NAKAMURA Takumi2010-12-10
* Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-09
* ARM stm/ldm instructions require more than one register in the register list.Jim Grosbach2010-12-09
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* enhance memcpyopt to zap memcpy's that have the same src/dst.Chris Lattner2010-12-09
* fix PR8753, eliminating a case where we'd infinitely make a Chris Lattner2010-12-09
* Rewrite the darwin tlv support to use a chain and return to copyingEric Christopher2010-12-09
* Really check that the bits that will become zero are actually already zeroDan Gohman2010-12-09
* Remove extraneous copy from DAG conversion for darwin tls. This wasEric Christopher2010-12-09