| Commit message (Expand) | Author | Age | Files | Lines |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | emit a 0 byte instead of a noop if a function is empty on darwin. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock. | Bob Wilson | 2010-01-27 | 1 | -2/+7 |
* | Quick fix to a test that is currently failing on every Linux build bot. No idea | Chandler Carruth | 2010-01-27 | 1 | -1/+1 |
* | Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments]. | Duncan Sands | 2010-01-27 | 17 | -17/+17 |
* | Suppress clang warning about unused arguments. | Daniel Dunbar | 2010-01-27 | 17 | -17/+17 |
* | Perform trivial tail call optimization for callees with "C" ABI. These are done | Evan Cheng | 2010-01-27 | 3 | -3/+15 |
* | When converting dbg.declare to dbg.value, attach promoted store's debug metad... | Victor Hernandez | 2010-01-27 | 1 | -2/+3 |
* | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner | 2010-01-26 | 2 | -2/+3 |
* | Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. | Rafael Espindola | 2010-01-26 | 2 | -7/+7 |
* | eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform | Chris Lattner | 2010-01-26 | 1 | -1/+1 |
* | -disable-output is no longer needed with -analyze. | Dan Gohman | 2010-01-26 | 63 | -66/+66 |
* | Fix the the ceiling-division used in computing the MaxBECount so that it doesn't | Dan Gohman | 2010-01-26 | 2 | -2/+411 |
* | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez | 2010-01-26 | 1 | -0/+31 |
* | Implement cond ? -1 : 0 with sbb. | Evan Cheng | 2010-01-26 | 1 | -0/+22 |
* | Generate DEBUG_VALUE comments on x86. The (limited) | Dale Johannesen | 2010-01-26 | 1 | -0/+55 |
* | Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case | Dan Gohman | 2010-01-25 | 1 | -0/+27 |
* | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 1 | -2/+5 |
* | Revert r94260 until findDbgDeclare() is made more efficient | Victor Hernandez | 2010-01-25 | 1 | -31/+0 |
* | Update test for darwin. | Rafael Espindola | 2010-01-25 | 1 | -2/+1 |
* | we removed support for darwin8 tools. | Chris Lattner | 2010-01-25 | 1 | -3/+1 |
* | Fix PR6134. | Rafael Espindola | 2010-01-25 | 2 | -9/+37 |
* | Attempt to unbreak test on Linux. Chris, please check. | Daniel Dunbar | 2010-01-25 | 1 | -3/+3 |
* | just remove this test, it is not reduced, is not clear what its testing for and | Chris Lattner | 2010-01-24 | 1 | -2870/+0 |
* | this test has been failing or a long time, just disable it for now to get | Chris Lattner | 2010-01-24 | 1 | -5/+5 |
* | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 1 | -0/+1 |
* | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang | 2010-01-24 | 1 | -0/+22 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 1 | -4/+16 |
* | Improved widening loads by adding support for wider loads if | Mon P Wang | 2010-01-24 | 3 | -5/+158 |
* | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky | 2010-01-23 | 1 | -12/+0 |
* | third bug from PR6119: the xor dupe extension allows | Chris Lattner | 2010-01-23 | 1 | -0/+27 |
* | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky | 2010-01-23 | 1 | -0/+12 |
* | add an early out to ProcessBranchOnXOR to speed it up, | Chris Lattner | 2010-01-23 | 1 | -0/+27 |
* | fix a crash in jump threading, PR6119 | Chris Lattner | 2010-01-23 | 1 | -0/+25 |
* | implement a simple instcombine xform that has been in the | Chris Lattner | 2010-01-23 | 1 | -0/+15 |
* | Change constantexpr global variable initializers to convert the constants | Chris Lattner | 2010-01-23 | 2 | -2/+2 |
* | Don't lower splat vector load to relative to the esp if the | Eric Christopher | 2010-01-23 | 1 | -26/+0 |
* | stop testing for invalid output. | Chris Lattner | 2010-01-23 | 1 | -1/+0 |
* | emit .ascii and .asciz through MCStreamer. | Chris Lattner | 2010-01-23 | 1 | -2/+2 |
* | InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t... | Mon P Wang | 2010-01-23 | 1 | -0/+11 |
* | remove this test. | Chris Lattner | 2010-01-23 | 1 | -14/+0 |
* | Fix test. | Evan Cheng | 2010-01-23 | 1 | -1/+1 |
* | Fix tests. | Evan Cheng | 2010-01-23 | 2 | -5/+5 |
* | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez | 2010-01-23 | 1 | -0/+31 |
* | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz | Chris Lattner | 2010-01-23 | 1 | -17/+2 |
* | Mark EH_RETURN64 as CodeGenOnly. | Daniel Dunbar | 2010-01-22 | 1 | -1/+3 |
* | make this less constrained, we want blank lines between globals. | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
* | Revert LoopStrengthReduce.cpp to pre-r94061 for now. | Dan Gohman | 2010-01-22 | 15 | -246/+37 |
* | testcase for r94095 | Chris Lattner | 2010-01-21 | 1 | -0/+22 |
* | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky | 2010-01-21 | 1 | -1/+8 |