summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove unused vector.Jakob Stoklund Olesen2010-12-14
* Try reassigning all virtual register interferences, not just those with lowerJakob Stoklund Olesen2010-12-14
* Add stub for RAGreedy::trySplit.Jakob Stoklund Olesen2010-12-14
* Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...Owen Anderson2010-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
* Simplify N2VSPat, removing some unnecessary type arguments.Bob Wilson2010-12-13
* temporarily disable part of my previous patch, which causes an iterator inval...Chris Lattner2010-12-13
* Update a comment.Dan Gohman2010-12-13
* Revert r121721, which broke buildbots.Owen Anderson2010-12-13
* Reapply r121520, PartialAlias implementation for BasicAA, now thatDan Gohman2010-12-13
* Update memdep to handle PartialAlias as MayAlias.Dan Gohman2010-12-13
* Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...Owen Anderson2010-12-13
* Delete a line that I forgot to revert previously.Bob Wilson2010-12-13
* Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns.Bob Wilson2010-12-13
* Use pseudo instructions for 2-register Neon instructions for scalar FP.Bob Wilson2010-12-13
* Remove unused instruction class arguments.Bob Wilson2010-12-13
* Generalize BFI isel lowering a bit.Evan Cheng2010-12-13
* add some DEBUG's.Chris Lattner2010-12-13
* In Thumb2, direct branches can be encoded as either a "short" conditional bra...Owen Anderson2010-12-13
* Use 32-bit types for 32-bit values.Jim Grosbach2010-12-13
* Trailing whitespace.Jim Grosbach2010-12-13
* Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F...Benjamin Kramer2010-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
* remove the verbose-asm "constant pool double" comments that we were printingChris Lattner2010-12-13
* Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditionsChris Lattner2010-12-13
* make this logic a bit simpler.Chris Lattner2010-12-13
* split all the guts of SimplifyCFGOpt::run out into one functionChris Lattner2010-12-13
* fix a bug in r121680 that upset the various buildbots.Chris Lattner2010-12-13
* refactor the speculative execution logic to be factored into the cond branch ...Chris Lattner2010-12-13
* simplify a bunch of code.Chris Lattner2010-12-13
* move HoistThenElseCodeToIf up to a more logical and efficient-to-handle place.Chris Lattner2010-12-13
* move 'MergeBlocksIntoPredecessor' call earlier. UseChris Lattner2010-12-13
* factor new code out to a SimplifyBranchOnICmpChain helper function.Chris Lattner2010-12-13
* enhance the "change or icmp's into switch" xform to handle one value in an Chris Lattner2010-12-13
* merge two very similar functions into one that has a bool argument.Chris Lattner2010-12-13
* Disable auto-detection of AVX support since AVX codegen support is not ready.Evan Cheng2010-12-13
* don't bother handling non-canonical icmp'sChris Lattner2010-12-13
* inline a function, making the result much simpler.Chris Lattner2010-12-13
* Fix my previous patch to handle a degenerate case that the llvm-gccChris Lattner2010-12-13
* convert some methods to be static functionsChris Lattner2010-12-13
* zap two more std::sorts.Chris Lattner2010-12-13
* fix a fairly serious oversight with switch formation fromChris Lattner2010-12-13
* simplify code and reduce indentationChris Lattner2010-12-13
* convert an std::sort to array_pod_sort.Chris Lattner2010-12-13
* move the "br (X == 0 | X == 1), T, F" -> switch optimization to a newChris Lattner2010-12-13
* reduce indentation and generally simplify code, no functionality change.Chris Lattner2010-12-13