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