| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a stack frame on ARM when | Jakob Stoklund Olesen | 2010-02-24 | 1 | -0/+15 |
* | Check for comparisons of +/- zero when optimizing less-than-or-equal and | Bob Wilson | 2010-02-24 | 1 | -0/+16 |
* | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 1 | -0/+39 |
* | Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in | Daniel Dunbar | 2010-02-24 | 5 | -63/+10 |
* | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman | 2010-02-24 | 1 | -13/+429 |
* | Change the scheduler from adding nodes in allnodes order | Chris Lattner | 2010-02-24 | 4 | -107/+4 |
* | LowerCall() should always do getCopyFromReg() to reference the stack pointer. | Jim Grosbach | 2010-02-24 | 1 | -1/+1 |
* | Re-apply 96540 and 96556 with fixes. | Evan Cheng | 2010-02-24 | 5 | -10/+63 |
* | DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it | Jakob Stoklund Olesen | 2010-02-24 | 1 | -0/+20 |
* | Remember to handle sub-registers when moving imp-defs to a rematted instruction. | Jakob Stoklund Olesen | 2010-02-23 | 1 | -0/+49 |
* | Keep track of phi join registers explicitly in LiveVariables. | Jakob Stoklund Olesen | 2010-02-23 | 1 | -0/+146 |
* | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 3 | -12/+1 |
* | new test case for r96974. | Devang Patel | 2010-02-23 | 1 | -0/+9 |
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 14 | -0/+1339 |
* | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 3 | -1/+12 |
* | Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't | Dan Gohman | 2010-02-23 | 1 | -0/+53 |
* | Remove the code which constant-folded ptrtoint(inttoptr(x)+c) to | Dan Gohman | 2010-02-23 | 1 | -27/+0 |
* | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne | 2010-02-23 | 2 | -0/+156 |
* | tests: Don't make a missing llvm-gcc dir a fatal error. | Daniel Dunbar | 2010-02-23 | 1 | -2/+0 |
* | Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} | Daniel Dunbar | 2010-02-23 | 1 | -3/+3 |
* | Fix a thinko in the lit.cfg. | Daniel Dunbar | 2010-02-23 | 1 | -1/+1 |
* | Update the test suite. | Mikhail Glushenkov | 2010-02-23 | 13 | -21/+21 |
* | Inline and eliminate LLVMG{CC,XX}WITHPATH. | Daniel Dunbar | 2010-02-23 | 1 | -3/+3 |
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 4 | -16/+3 |
* | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar | 2010-02-23 | 3 | -3/+1 |
* | Convert this test to FileCheck and add a testcase for PR3574. | Dan Gohman | 2010-02-23 | 1 | -3/+15 |
* | These should not have been committed. | Evan Cheng | 2010-02-22 | 4 | -46/+10 |
* | no need to run llvm-as here. | Chris Lattner | 2010-02-22 | 5 | -5/+5 |
* | Instcombine constant folding can normalize gep with negative index to index w... | Evan Cheng | 2010-02-22 | 5 | -11/+77 |
* | Add a test for canonicalizing ConstantExpr operands. | Dan Gohman | 2010-02-22 | 1 | -1/+10 |
* | Canonicalize ConstantInts to the right operand of commutative | Dan Gohman | 2010-02-22 | 1 | -1/+1 |
* | Actually enable the -enable-unsafe-fp-math tests. | Dan Gohman | 2010-02-22 | 1 | -144/+144 |
* | Mark the return address stack slot as mutable when moving the return address | Arnold Schwaighofer | 2010-02-22 | 1 | -0/+55 |
* | LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is | Daniel Dunbar | 2010-02-22 | 1 | -0/+4 |
* | Constant-fold certain comparisons with infinity and negative infinity. | Dan Gohman | 2010-02-22 | 1 | -0/+155 |
* | Remove the logic for reasoning about NaNs from the code that forms | Dan Gohman | 2010-02-22 | 1 | -44/+168 |
* | When emitting an instruction which depends on both a post-incremented | Dan Gohman | 2010-02-22 | 1 | -0/+32 |
* | add some no-unwinds, other minor cleanups. | Chris Lattner | 2010-02-21 | 3 | -30/+30 |
* | add a triple so that this doesn't fail due to linux/ppc register printing | Chris Lattner | 2010-02-21 | 1 | -1/+1 |
* | filecheckize and add nouwinds. | Chris Lattner | 2010-02-21 | 1 | -9/+16 |
* | IT turns out that during jumpless setcc lowering eq and ne were swapped. | Anton Korobeynikov | 2010-02-21 | 1 | -22/+22 |
* | fix and un-xfail X86/vec_ss_load_fold.ll | Chris Lattner | 2010-02-21 | 1 | -1/+0 |
* | temporarily disable this. | Chris Lattner | 2010-02-21 | 1 | -1/+2 |
* | Check for overflow when scaling up an add or an addrec for | Dan Gohman | 2010-02-19 | 1 | -0/+37 |
* | Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. | Charles Davis | 2010-02-19 | 1 | -1/+18 |
* | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman | 2010-02-19 | 9 | -12/+88 |
* | Revert commits 96556 and 96640, because commit 96556 breaks the | Duncan Sands | 2010-02-19 | 4 | -46/+10 |
* | Test case for r96656. | Devang Patel | 2010-02-19 | 1 | -0/+9 |
* | Transform (xor (setcc), (setcc)) == / != 1 to | Evan Cheng | 2010-02-19 | 1 | -0/+31 |
* | When determining the set of interesting reuse factors, consider | Dan Gohman | 2010-02-19 | 1 | -1/+57 |