summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* just remove this test, it is not reduced, is not clear what its testing for andChris Lattner2010-01-24
* this test has been failing or a long time, just disable it for now to getChris Lattner2010-01-24
* fix a parsing problem on instructions like:Chris Lattner2010-01-24
* It seems better to scalarize vectors of size 1 instead of widening them.Mon P Wang2010-01-24
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-24
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-24
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-23
* third bug from PR6119: the xor dupe extension allowsChris Lattner2010-01-23
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-23
* add an early out to ProcessBranchOnXOR to speed it up,Chris Lattner2010-01-23
* fix a crash in jump threading, PR6119Chris Lattner2010-01-23
* implement a simple instcombine xform that has been in theChris Lattner2010-01-23
* Change constantexpr global variable initializers to convert the constantsChris Lattner2010-01-23
* Don't lower splat vector load to relative to the esp if theEric Christopher2010-01-23
* stop testing for invalid output.Chris Lattner2010-01-23
* emit .ascii and .asciz through MCStreamer.Chris Lattner2010-01-23
* InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t...Mon P Wang2010-01-23
* remove this test.Chris Lattner2010-01-23
* Fix test.Evan Cheng2010-01-23
* Fix tests.Evan Cheng2010-01-23
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-23
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-23
* Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar2010-01-22
* make this less constrained, we want blank lines between globals.Chris Lattner2010-01-22
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* testcase for r94095Chris Lattner2010-01-21
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-21
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* emit basic block labels with mcstreamer.Chris Lattner2010-01-20
* emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,Chris Lattner2010-01-20
* signficant cleanups to EmitGlobalConstant (including streamerization Chris Lattner2010-01-20
* If a instruction belongs to another function (and not current function) as pe...Devang Patel2010-01-20
* Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some codeDan Gohman2010-01-19
* Make SCEVAddRecExpr's getType return a pointer type when the addDan Gohman2010-01-19
* Add nounwinds.Dan Gohman2010-01-19
* Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen2010-01-19
* Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng2010-01-19
* add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner2010-01-19
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-19
* don't let asm-verbose break the check-next lines in these tests.Chris Lattner2010-01-19
* only darwin has zerofillChris Lattner2010-01-19
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* Fix a crash in scalarrepl for memcpy/memmove where the source and destinationBob Wilson2010-01-19
* fix a significant difference between llvm and gcc on ELF systems:Chris Lattner2010-01-19
* there is no need to emit a .section above .comm on linux.Chris Lattner2010-01-19
* Test case for r93758.Evan Cheng2010-01-19
* Reverting.Dale Johannesen2010-01-19
* Enable code to emit dbg.declare as DEBUG_VALUEDale Johannesen2010-01-18
* my instcombine transformations to make extension elimination moreChris Lattner2010-01-18
* filecheckize this.Chris Lattner2010-01-18