| Commit message (Expand) | Author | Age | Files | Lines |
* | Made 'FoldingSetNodeID' a proper class instead of a nested class in | Ted Kremenek | 2008-01-19 | 2 | -70/+66 |
* | Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTrait | Ted Kremenek | 2008-01-19 | 1 | -1/+53 |
* | Fix makefiles to enable Apply style debug build. | Evan Cheng | 2008-01-18 | 2 | -15/+15 |
* | Implement flt_rounds for PowerPC. | Dale Johannesen | 2008-01-18 | 2 | -0/+83 |
* | remove extraneous &&'s from tests, as Scott is apparently not going to. | Chris Lattner | 2008-01-18 | 20 | -160/+160 |
* | Test is correct again for the moment. | Dale Johannesen | 2008-01-18 | 1 | -3/+0 |
* | remove extraneous &'s. | Chris Lattner | 2008-01-18 | 1 | -2/+2 |
* | don't form an std::string with a null pointer, it aborts. | Chris Lattner | 2008-01-18 | 1 | -1/+1 |
* | get symbolic information for ppc ldbl nodes. | Chris Lattner | 2008-01-18 | 1 | -0/+5 |
* | remove magic numbers. | Chris Lattner | 2008-01-18 | 1 | -13/+14 |
* | Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to: | Chris Lattner | 2008-01-18 | 2 | -0/+12 |
* | make a method public | Chris Lattner | 2008-01-18 | 1 | -7/+7 |
* | Reverted implementation of ImmutableMap::find() to return a TreeTy* instead of | Ted Kremenek | 2008-01-18 | 1 | -3/+5 |
* | Revert the part of 45849 that treated weak globals | Dale Johannesen | 2008-01-17 | 1 | -3/+2 |
* | Revert the part of 45848 that treated weak globals | Dale Johannesen | 2008-01-17 | 2 | -4/+4 |
* | Forward progress: crtbegin.c now compiles successfully! | Scott Michel | 2008-01-17 | 7 | -160/+360 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 17 | -85/+97 |
* | new testcase. | Chris Lattner | 2008-01-17 | 1 | -0/+8 |
* | Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value | Ted Kremenek | 2008-01-17 | 2 | -4/+25 |
* | add some helper methods. | Chris Lattner | 2008-01-17 | 1 | -3/+14 |
* | Test case for varargs parameter attribute issue I just fixed. | Evan Cheng | 2008-01-17 | 1 | -0/+31 |
* | code cleanups, no functionality change. | Chris Lattner | 2008-01-17 | 1 | -7/+9 |
* | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner | 2008-01-17 | 13 | -163/+189 |
* | add testcase that has been sitting in my tree for awhile. | Chris Lattner | 2008-01-17 | 1 | -0/+11 |
* | Update license for current year. | Tanya Lattner | 2008-01-17 | 1 | -1/+1 |
* | Update version to 2.3svn | Tanya Lattner | 2008-01-17 | 2 | -1021/+3288 |
* | DAE bug fix. Don't lose parameter attributes on vararg arguments. | Evan Cheng | 2008-01-17 | 1 | -5/+9 |
* | Enable CBE | Devang Patel | 2008-01-17 | 1 | -1/+1 |
* | When a live virtual register is being clobbered by an implicit def, it is spi... | Evan Cheng | 2008-01-17 | 2 | -2/+55 |
* | Fix arg promotion to propagate the correct attrs on the calls to | Chris Lattner | 2008-01-17 | 2 | -14/+50 |
* | Replace std::vector<bool> with BitVector. | Evan Cheng | 2008-01-17 | 1 | -4/+8 |
* | Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0. | Evan Cheng | 2008-01-16 | 2 | -6/+74 |
* | Trampoline support for x86-64. This looks like | Duncan Sands | 2008-01-16 | 2 | -7/+70 |
* | Handle attribute(used) global variables that are i8. | Chris Lattner | 2008-01-16 | 1 | -14/+13 |
* | Do not mark EH tables no-dead-strip unless the | Dale Johannesen | 2008-01-16 | 3 | -13/+50 |
* | add testcase for regression | Chris Lattner | 2008-01-16 | 1 | -0/+9 |
* | Fix a ppc long double regression I introduced yesterday due to a | Chris Lattner | 2008-01-16 | 1 | -0/+1 |
* | merge a few pieces of code that do the store/load to stack | Chris Lattner | 2008-01-16 | 1 | -30/+12 |
* | rename ExpandBIT_CONVERT to EmitStackConvert, generalizing | Chris Lattner | 2008-01-16 | 1 | -15/+37 |
* | simplify a bunch of code by using SelectionDAG::CreateStackTemporary | Chris Lattner | 2008-01-16 | 1 | -28/+6 |
* | Change legalizeop of FP_ROUND and FP_EXTEND to not fall through | Chris Lattner | 2008-01-16 | 1 | -32/+55 |
* | make sure to use a cpu that has sse. | Chris Lattner | 2008-01-16 | 1 | -1/+1 |
* | make it more clear that this predicate only applies to scalar FP types. | Chris Lattner | 2008-01-16 | 2 | -10/+10 |
* | introduce a isTypeInSSEReg predicate, which allows us to simplify | Chris Lattner | 2008-01-16 | 2 | -21/+18 |
* | My previous commit had an incomplete message, it should have been: | Chris Lattner | 2008-01-16 | 2 | -1/+13 |
* | make the 'fp return in ST(0)' optimization smart enough to | Chris Lattner | 2008-01-16 | 1 | -1/+1 |
* | various whitespace cleanups, no functionality change. | Chris Lattner | 2008-01-16 | 1 | -7/+7 |
* | Factor the ReachesChainWithoutSideEffects out of dag combiner into | Chris Lattner | 2008-01-16 | 3 | -28/+40 |
* | Do not strip llvm.used values. | Devang Patel | 2008-01-16 | 3 | -3/+43 |
* | Changed ImmutableMap::find to return an iterator instead of a pointer | Ted Kremenek | 2008-01-15 | 1 | -10/+11 |