summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-281-1/+1
* emit a 0 byte instead of a noop if a function is empty on darwin.Chris Lattner2010-01-281-1/+1
* Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.Bob Wilson2010-01-271-2/+7
* Quick fix to a test that is currently failing on every Linux build bot. No ideaChandler Carruth2010-01-271-1/+1
* Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].Duncan Sands2010-01-2717-17/+17
* Suppress clang warning about unused arguments.Daniel Dunbar2010-01-2717-17/+17
* Perform trivial tail call optimization for callees with "C" ABI. These are doneEvan Cheng2010-01-273-3/+15
* When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez2010-01-271-2/+3
* emit jump table an alias ".set" directives through MCStreamer as Chris Lattner2010-01-262-2/+3
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-262-7/+7
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-261-1/+1
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-2663-66/+66
* Fix the the ceiling-division used in computing the MaxBECount so that it doesn'tDan Gohman2010-01-262-2/+411
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-261-0/+31
* Implement cond ? -1 : 0 with sbb.Evan Cheng2010-01-261-0/+22
* Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen2010-01-261-0/+55
* Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman2010-01-251-0/+27
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-251-2/+5
* Revert r94260 until findDbgDeclare() is made more efficientVictor Hernandez2010-01-251-31/+0
* Update test for darwin.Rafael Espindola2010-01-251-2/+1
* we removed support for darwin8 tools.Chris Lattner2010-01-251-3/+1
* Fix PR6134.Rafael Espindola2010-01-252-9/+37
* Attempt to unbreak test on Linux. Chris, please check.Daniel Dunbar2010-01-251-3/+3
* just remove this test, it is not reduced, is not clear what its testing for andChris Lattner2010-01-241-2870/+0
* this test has been failing or a long time, just disable it for now to getChris Lattner2010-01-241-5/+5
* fix a parsing problem on instructions like:Chris Lattner2010-01-241-0/+1
* It seems better to scalarize vectors of size 1 instead of widening them.Mon P Wang2010-01-241-0/+22
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-241-4/+16
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-243-5/+158
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-231-12/+0
* third bug from PR6119: the xor dupe extension allowsChris Lattner2010-01-231-0/+27
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-231-0/+12
* add an early out to ProcessBranchOnXOR to speed it up,Chris Lattner2010-01-231-0/+27
* fix a crash in jump threading, PR6119Chris Lattner2010-01-231-0/+25
* implement a simple instcombine xform that has been in theChris Lattner2010-01-231-0/+15
* Change constantexpr global variable initializers to convert the constantsChris Lattner2010-01-232-2/+2
* Don't lower splat vector load to relative to the esp if theEric Christopher2010-01-231-26/+0
* stop testing for invalid output.Chris Lattner2010-01-231-1/+0
* emit .ascii and .asciz through MCStreamer.Chris Lattner2010-01-231-2/+2
* InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t...Mon P Wang2010-01-231-0/+11
* remove this test.Chris Lattner2010-01-231-14/+0
* Fix test.Evan Cheng2010-01-231-1/+1
* Fix tests.Evan Cheng2010-01-232-5/+5
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-231-0/+31
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-231-17/+2
* Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar2010-01-221-1/+3
* make this less constrained, we want blank lines between globals.Chris Lattner2010-01-221-1/+1
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-2215-246/+37
* testcase for r94095Chris Lattner2010-01-211-0/+22
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-211-1/+8