| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a memory leak in llc. | Dan Gohman | 2008-04-16 | 1 | -1/+2 |
* | merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const ... | Gabor Greif | 2008-04-16 | 1 | -2/+2 |
* | Rewrite LiveVariable liveness computation. The new implementation is much sim... | Evan Cheng | 2008-04-16 | 3 | -243/+300 |
* | Code clean up. | Evan Cheng | 2008-04-16 | 1 | -70/+54 |
* | XFAIL this test for the moment. The real solution is to prevent ADCE | Owen Anderson | 2008-04-16 | 1 | -0/+1 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 4 | -41/+114 |
* | fix off by one error. | Chris Lattner | 2008-04-16 | 1 | -2/+2 |
* | give smallstring some methods to do 'itoa'. | Chris Lattner | 2008-04-16 | 1 | -0/+41 |
* | Add support for the form of the SSE41 extractps instruction that | Dan Gohman | 2008-04-16 | 4 | -5/+37 |
* | Recreate the size SDNode instead of reusing the old one in the x86 | Dan Gohman | 2008-04-16 | 2 | -2/+15 |
* | Avoid read after free. | Evan Cheng | 2008-04-16 | 1 | -1/+1 |
* | Remove X86_64SRet; it isn't used anymore. | Dan Gohman | 2008-04-16 | 1 | -11/+0 |
* | Add movd instructions to move from MMX registers | Dan Gohman | 2008-04-15 | 2 | -0/+38 |
* | Add an svn:ignore for the test Output directory. | Dan Gohman | 2008-04-15 | 0 | -0/+0 |
* | Fix the new scheduler assertion checks to work when | Dan Gohman | 2008-04-15 | 1 | -2/+10 |
* | Apple GCC 4.2 builds things differently. It no longer spawns a bunch of | Bill Wendling | 2008-04-15 | 1 | -4/+33 |
* | VisualStudio project files updated. #include <algorithm> added to make Visua... | Chuck Rose III | 2008-04-15 | 3 | -0/+20 |
* | Make 64-to-32 bit truncations explicit (prevent warnings). | Dale Johannesen | 2008-04-15 | 1 | -3/+5 |
* | Don't assume a tail call can't reference a byval | Dale Johannesen | 2008-04-15 | 2 | -2/+22 |
* | Use gv's --spartan option, which trades away an extra row of UI buttons | Dan Gohman | 2008-04-15 | 1 | -0/+1 |
* | A couple minor fixes suggested by Matthijs Kooijman | Chris Lattner | 2008-04-15 | 2 | -2/+2 |
* | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray | 2008-04-15 | 3 | -8/+8 |
* | Sort sub-registers and super-registers lists according to super-sub register ... | Evan Cheng | 2008-04-15 | 2 | -6/+33 |
* | Install into the directory | Bill Wendling | 2008-04-15 | 1 | -2/+4 |
* | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman | 2008-04-15 | 5 | -37/+54 |
* | In -view-sunit-dags, display "special" chain dependencies as cyan | Dan Gohman | 2008-04-14 | 2 | -0/+3 |
* | Remove unnecessary <sstream> includes. | Dan Gohman | 2008-04-14 | 2 | -2/+0 |
* | Avoid creating MERGE_VALUES nodes for single values. | Dan Gohman | 2008-04-14 | 1 | -1/+2 |
* | Teach AliasSetTracker about VAArgInst. | Dan Gohman | 2008-04-14 | 2 | -0/+20 |
* | Minor whitespace and comment cleanups. | Dan Gohman | 2008-04-14 | 1 | -3/+3 |
* | In the special case, call the comparison function instead of | Dan Gohman | 2008-04-14 | 1 | -2/+2 |
* | Upgrade these tests for the current intrinsic prototypes. | Dan Gohman | 2008-04-14 | 2 | -24/+24 |
* | Remove -unwind-tables-optional everywhere, since | Dale Johannesen | 2008-04-14 | 16 | -21/+21 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 7 | -28/+28 |
* | Reverse sense of unwind-tables option. This means | Dale Johannesen | 2008-04-14 | 5 | -13/+12 |
* | Clean up some comments. | Dan Gohman | 2008-04-14 | 1 | -5/+5 |
* | Revert r49614. As Dan pointed out, some of these aren't correct. | Owen Anderson | 2008-04-14 | 6 | -7/+7 |
* | Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll for linux/ppc32 | Nicolas Geoffray | 2008-04-14 | 1 | -4/+4 |
* | improve diagnostics in call parsing, patch suggested by | Chris Lattner | 2008-04-14 | 6 | -7/+7 |
* | VAArg may trap. | Dan Gohman | 2008-04-14 | 1 | -0/+1 |
* | Initial libcall support for LegalizeTypes. This is | Duncan Sands | 2008-04-14 | 3 | -0/+116 |
* | add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. | Chris Lattner | 2008-04-13 | 2 | -5/+24 |
* | Add support for equality comparison of CallSite's. | Chris Lattner | 2008-04-13 | 1 | -0/+3 |
* | Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), | Owen Anderson | 2008-04-13 | 6 | -7/+7 |
* | LegalizeTypes can sometimes have deleted nodes | Duncan Sands | 2008-04-13 | 2 | -0/+51 |
* | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray | 2008-04-13 | 3 | -14/+24 |
* | The functionality being tested was removed because it was horribly unsafe. | Owen Anderson | 2008-04-13 | 1 | -1/+1 |
* | Fix some serious logic errors that broke the jit on darwin/x86-64. | Chris Lattner | 2008-04-13 | 1 | -3/+3 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 18 | -479/+281 |
* | Gabor points out that reserveOperandSpace takes # of values, | Chris Lattner | 2008-04-13 | 1 | -1/+1 |