summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Speculatively revert commit 121905 since it looks like it might have broken theDuncan Sands2010-12-16
* 1. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim2010-12-16
* -enable-tbaa is on by default now.Dan Gohman2010-12-16
* Make memcpyopt TBAA-aware.Dan Gohman2010-12-16
* Fix elf-dump --dump-section-data for .bss sectionJason W Kim2010-12-16
* Preserve TBAA tags when doing load PRE.Dan Gohman2010-12-15
* Thumb1 had two patterns for the same load-from-constant-pool instruction.Jim Grosbach2010-12-15
* Don't handle -arm-long-calls in fast isel for now.Eric Christopher2010-12-15
* Add an InstCombine transform to recognize instances of manual overflow-safe a...Owen Anderson2010-12-15
* Teach machine cse to commute instructions.Evan Cheng2010-12-15
* Add Neon VCVT instructions for f32 <-> f16 conversions.Bob Wilson2010-12-15
* Fix misspelled target triples in MC/ARM test commands.Bob Wilson2010-12-15
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-15
* Move Sub simplifications and additional Add simplifications out ofDuncan Sands2010-12-15
* Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel2010-12-15
* Relax alignment fragments.Rafael Espindola2010-12-15
* Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments.Rafael Espindola2010-12-15
* take care of some todos, transforming [us]mul_lohi into Chris Lattner2010-12-15
* merge two testsChris Lattner2010-12-15
* Add some more MC tests for ARM arithmetic instructions that update or don'tKevin Enderby2010-12-15
* 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