aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-12Fix bugs section.release_22Tanya Lattner
2008-02-12Merge release notes from mainline.Tanya Lattner
2008-02-12release tag.Tanya Lattner
2008-02-04Merge from mainline.Tanya Lattner
2008-02-04Merge from mainline.Tanya Lattner
2008-01-23Merge from mainline.Tanya Lattner
2008-01-22Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-18UnXFAIL this test.Tanya Lattner
2008-01-18Merge from mainline.Tanya Lattner
2008-01-18Merge from mainline.Tanya Lattner
2008-01-17Update for current year.Tanya Lattner
2008-01-17Set version to 2.2Tanya Lattner
2008-01-17Creating 2.2 release branchTanya Lattner
2008-01-17DAE bug fix. Don't lose parameter attributes on vararg arguments.Evan Cheng
2008-01-17Enable CBEDevang Patel
2008-01-17When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng
2008-01-17Fix arg promotion to propagate the correct attrs on the calls toChris Lattner
2008-01-17Replace std::vector<bool> with BitVector.Evan Cheng
2008-01-16Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.Evan Cheng
2008-01-16Trampoline support for x86-64. This looks likeDuncan Sands
2008-01-16Handle attribute(used) global variables that are i8.Chris Lattner
2008-01-16Do not mark EH tables no-dead-strip unless theDale Johannesen
2008-01-16add testcase for regressionChris Lattner
2008-01-16Fix a ppc long double regression I introduced yesterday due to aChris Lattner
2008-01-16merge a few pieces of code that do the store/load to stack Chris Lattner
2008-01-16rename ExpandBIT_CONVERT to EmitStackConvert, generalizing Chris Lattner
2008-01-16simplify a bunch of code by using SelectionDAG::CreateStackTemporary Chris Lattner
2008-01-16Change legalizeop of FP_ROUND and FP_EXTEND to not fall throughChris Lattner
2008-01-16make sure to use a cpu that has sse.Chris Lattner
2008-01-16make it more clear that this predicate only applies to scalar FP types.Chris Lattner
2008-01-16introduce a isTypeInSSEReg predicate, which allows us to simplifyChris Lattner
2008-01-16My previous commit had an incomplete message, it should have been:Chris Lattner
2008-01-16make the 'fp return in ST(0)' optimization smart enough to Chris Lattner
2008-01-16various whitespace cleanups, no functionality change.Chris Lattner
2008-01-16Factor the ReachesChainWithoutSideEffects out of dag combiner into Chris Lattner
2008-01-16Do not strip llvm.used values.Devang Patel
2008-01-15Changed ImmutableMap::find to return an iterator instead of a pointerTed Kremenek
2008-01-15- Introduces versioning macro LLVM_LTO_VERSIONDevang Patel
2008-01-15Commit a piece that I missed before, patch by Alain FrischChris Lattner
2008-01-15Missed file from previous checkin.Dale Johannesen
2008-01-15Fix and enable EH for x86-64 Darwin. AddsDale Johannesen
2008-01-15Move some calls to getVRegDef higher in the callgraph, so they don't get exec...Owen Anderson
2008-01-15improve compatibility with mingw, patch by Alain FrischChris Lattner
2008-01-15add a test to ensure that argpromote of one argument doesn't Chris Lattner
2008-01-15Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov
2008-01-15verify x86 generates ud2 for llvm.trapChris Lattner