aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-151-2/+2
* Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel2010-12-151-0/+123
* Relax alignment fragments.Rafael Espindola2010-12-151-5/+5
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-151-5/+5
* take care of some todos, transforming [us]mul_lohi into Chris Lattner2010-12-151-0/+1
* merge two testsChris Lattner2010-12-152-7/+10
* Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby2010-12-151-8/+59
* Fix PR8790, another instance where unreachable code can cause instruction sim...Owen Anderson2010-12-151-0/+17
* Fix a minor bug in two-address pass. It was missing a commute opportunity.Evan Cheng2010-12-141-5/+43
* MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup.Daniel Dunbar2010-12-141-0/+7
* - Insert new instructions before DomBlock's terminator,Chris Lattner2010-12-142-30/+16
* fix two significant issues with FoldTwoEntryPHINode:Chris Lattner2010-12-141-2/+5
* fix yet anohter broken lineChris Lattner2010-12-141-2/+2
* reapply my recent change that disables a piece of the switch formationChris Lattner2010-12-141-2/+1
* bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663Evan Cheng2010-12-141-0/+13
* fix fixme case typo :-) Jason W Kim2010-12-141-1/+1
* Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r...Owen Anderson2010-12-131-0/+1
* First cut of ARM/MC/ELF PIC relocations.Jason W Kim2010-12-131-0/+100
* Remove the rest of the *_sfp Neon instruction patterns.Bob Wilson2010-12-131-5/+0
* temporarily disable part of my previous patch, which causes an iterator inval...Chris Lattner2010-12-131-15/+36
* Reapply r121520, PartialAlias implementation for BasicAA, now thatDan Gohman2010-12-131-2/+27
* Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F...Benjamin Kramer2010-12-131-0/+39
* rename testChris Lattner2010-12-131-0/+0
* Add a couple dag combines to transform mulhi/mullo into a wider multiplyChris Lattner2010-12-132-12/+36
* reinstate my patch: the miscompile was caused by an inverted branch in theChris Lattner2010-12-131-27/+48
* Completely disable the optimization I added in r121680 untilChris Lattner2010-12-131-27/+28
* Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditionsChris Lattner2010-12-131-0/+65
* fix a bug in r121680 that upset the various buildbots.Chris Lattner2010-12-131-0/+29
* make these tests a bit less fragileChris Lattner2010-12-132-12/+6
* enhance the "change or icmp's into switch" xform to handle one value in an Chris Lattner2010-12-131-2/+25
* merge two testsChris Lattner2010-12-132-30/+42
* Fix my previous patch to handle a degenerate case that the llvm-gccChris Lattner2010-12-131-0/+23
* fix a fairly serious oversight with switch formation fromChris Lattner2010-12-131-1/+44
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-131-3/+27
* Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck2010-12-121-2/+1
* Generalize the and-icmp-select instcombine further by allowing selects of the...Benjamin Kramer2010-12-111-0/+50
* Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize itBenjamin Kramer2010-12-111-0/+25
* (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...Evan Cheng2010-12-112-2/+24
* Add float patterns for Neon vld1-lane/dup and vst1-lane operations.Bob Wilson2010-12-104-18/+54
* Revert r121520, which may have introduced miscompilations.Dan Gohman2010-12-101-27/+2
* Implement PartialAlias checking in BasicAA.Dan Gohman2010-12-101-2/+27
* Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.Bob Wilson2010-12-102-8/+28
* macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi2010-12-101-1/+1
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-102-1/+42
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-102-0/+0
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-102-42/+1
* Add dependency to "make check".NAKAMURA Takumi2010-12-101-1/+9
* Formalize the notion that AVX and SSE are non-overlapping extensions from the...Nate Begeman2010-12-101-1/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-092-1/+42
* Add support for parsing ARM arithmetic instructions that update or don't updateKevin Enderby2010-12-091-0/+9