| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix broken test. | Bob Wilson | 2009-11-04 | 1 | -2/+2 |
* | Add some options to disable various code gen optimizations. | Eric Christopher | 2009-11-04 | 1 | -8/+26 |
* | Array element size does not match array size but array is not a bitfield. | Devang Patel | 2009-11-04 | 1 | -1/+3 |
* | Add test for ARM indirectbr codegen. | Bob Wilson | 2009-11-04 | 1 | -0/+63 |
* | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 5 | -2/+18 |
* | Fix an iterator invalidation bug that happens when a hashtable | Chris Lattner | 2009-11-04 | 1 | -3/+4 |
* | Look for llvm-gcc under /Developer/usr/bin first. | Evan Cheng | 2009-11-04 | 1 | -1/+1 |
* | RangeIsDefinedByCopyFromReg() should check for subreg_to_reg, insert_subreg, | Evan Cheng | 2009-11-04 | 2 | -6/+37 |
* | move two functions up higher in the file. Delete a useless argument | Chris Lattner | 2009-11-04 | 2 | -177/+270 |
* | filecheckize this test. | Chris Lattner | 2009-11-04 | 1 | -56/+121 |
* | The .n suffix must go after the predicate. | Evan Cheng | 2009-11-04 | 1 | -1/+1 |
* | The magic for our current brand of .bc files is BC. For older ones it was llvc. | Nick Lewycky | 2009-11-04 | 1 | -1/+1 |
* | make IRBuilder zap "X|0" and "X&-1" when building IR, this happens | Chris Lattner | 2009-11-04 | 1 | -4/+10 |
* | configure: Add --with-optimize-option, for setting the default value of | Daniel Dunbar | 2009-11-04 | 4 | -36/+73 |
* | Silence implicit conversion warnings. | Evan Cheng | 2009-11-04 | 1 | -2/+2 |
* | Another spurious friend declaration removed. | Lang Hames | 2009-11-04 | 1 | -2/+0 |
* | Removed an unnecessary friend declaration and some crufty comments from Index... | Lang Hames | 2009-11-04 | 1 | -33/+0 |
* | Fix CMake makefiles | Douglas Gregor | 2009-11-04 | 1 | -0/+2 |
* | Fix test. | Evan Cheng | 2009-11-04 | 1 | -1/+1 |
* | Use ldr.n to workaround a darwin assembler bug. | Evan Cheng | 2009-11-04 | 1 | -1/+2 |
* | The Indexes Patch. | Lang Hames | 2009-11-03 | 20 | -1434/+1862 |
* | Fix branch folding bug for indirect branches: for a block containing only | Bob Wilson | 2009-11-03 | 1 | -1/+2 |
* | reimplement multiple return value handling in IPSCCP, making it | Chris Lattner | 2009-11-03 | 2 | -127/+206 |
* | Fix t2Int_eh_sjlj_setjmp. Immediate form of orr is a 32-bit instruction. So i... | Evan Cheng | 2009-11-03 | 2 | -2/+2 |
* | Use llvm-gcc on newer Darwins. | Bill Wendling | 2009-11-03 | 1 | -1/+1 |
* | set svn:ignore | Nuno Lopes | 2009-11-03 | 0 | -0/+0 |
* | fconsts / fconstd immediate should be proceeded with #. | Evan Cheng | 2009-11-03 | 2 | -6/+6 |
* | fix broken link | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
* | Re-apply 85799. It turns out my code isn't buggy. | Evan Cheng | 2009-11-03 | 3 | -21/+52 |
* | fix test | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
* | merge a test into ipsccp-basic. running llvm-ld to get one pass is... bad. | Chris Lattner | 2009-11-03 | 2 | -21/+11 |
* | Do a scheduling pass ignoring anti-dependencies to identify candidate registe... | David Goodwin | 2009-11-03 | 11 | -81/+214 |
* | finish half thunk thought | Chris Lattner | 2009-11-03 | 1 | -1/+3 |
* | Changes requested (avoid getFunction(), avoid Type creation via isVoidTy(), a... | Victor Hernandez | 2009-11-03 | 2 | -50/+13 |
* | <rdar://problem/7352605>. When building schedule graph use mayAlias informati... | David Goodwin | 2009-11-03 | 1 | -15/+43 |
* | Changes (* location in pointer variables, avoiding include, and using APInt::... | Victor Hernandez | 2009-11-03 | 1 | -39/+34 |
* | turn IPSCCP back on by default, try #3 or 4? Woo. | Chris Lattner | 2009-11-03 | 2 | -3/+1 |
* | fix an IPSCCP bug I introduced when I changed IPSCCP to start working on | Chris Lattner | 2009-11-03 | 2 | -19/+51 |
* | Make this code more robust by not thinking we are making progress | Duncan Sands | 2009-11-03 | 1 | -1/+1 |
* | Parse debug info attached with insertvalue and extractvalue instructions. | Devang Patel | 2009-11-03 | 2 | -0/+22 |
* | Move subtarget check upper for NEON reg-reg fixup pass. | Anton Korobeynikov | 2009-11-03 | 2 | -6/+4 |
* | mark some constant global const. | Chris Lattner | 2009-11-03 | 1 | -7/+8 |
* | Ignore unnamed variables. | Devang Patel | 2009-11-03 | 1 | -1/+3 |
* | xfail this test since daniel turned off ipsccp | Chris Lattner | 2009-11-03 | 1 | -0/+1 |
* | testcase for r85903 | Chris Lattner | 2009-11-03 | 1 | -0/+24 |
* | fix a subtle bug I introduced when refactoring SCCP. Testcase | Chris Lattner | 2009-11-03 | 1 | -1/+1 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 59 | -6/+60 |
* | Added a comment to a function that had none | Kenneth Uildriks | 2009-11-03 | 1 | -0/+1 |
* | Eliminate some temporaries. | Benjamin Kramer | 2009-11-03 | 1 | -22/+11 |
* | Run the functionattrs pass after the inliner, and not before. | Duncan Sands | 2009-11-03 | 1 | -5/+4 |