aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-10-30Merge from mainline.Tanya Lattner
2008-10-30Merge from mainline.Tanya Lattner
2008-10-30Merge from mainline.Tanya Lattner
2008-10-23Merge from mainline.Tanya Lattner
2008-10-22Fix build error.Tanya Lattner
2008-10-22Rename bitcastToAPInt to convertToAPInt.Tanya Lattner
2008-10-22Merge from mainline.Tanya Lattner
2008-10-22Merge from mainline.Tanya Lattner
2008-10-22Merge from mainline. Tanya Lattner
2008-10-22Merge from mainlineTanya Lattner
2008-10-17remove v[if]cmp functionality from the 2.4 release. These instructions will ...Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline..Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-08Merge from mainline. Tanya Lattner
2008-10-07Note that ADDC and company don't actually expand yet (missing in legalizeAndrew Lenharth
2008-10-07Mark negative-zero-to-int conversion as Inexact,Dale Johannesen
2008-10-07Correctly handle calls with no return values. This fixesDan Gohman
2008-10-06Fix typo, fix PR 2865.Devang Patel
2008-10-06Be more precise about which conversions of NaNsDale Johannesen
2008-10-06Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles.Evan Cheng
2008-10-06Temporarily revert functionality change from my previous patch;Dale Johannesen
2008-10-06Remove interfaces implemented by dead pass from the list of available passes.Devang Patel
2008-10-06Mark shortening NaN conversions as Inexact. PR 2856.Dale Johannesen
2008-10-06It is possible that all functions in one module are not being Devang Patel
2008-10-06Don't dereference the end() iterator. Thanks toDan Gohman
2008-10-06Remove unncessary isDeclaration() checks.Devang Patel
2008-10-06Allow scalarrepl to treat an all-zero GEP just as bitcast.Matthijs Kooijman
2008-10-06reorder #include order, patch by Kenneth Boyd!Chris Lattner
2008-10-06Add #include to get alloca, patch by Kenneth Boyd!Chris Lattner
2008-10-05fix an incorrect and extremely confusing error messageChris Lattner
2008-10-05make the autoupgrade code for ret attributes dramatically simpler Chris Lattner
2008-10-05regenerateNuno Lopes
2008-10-05clean ArgTypeListI production: free the PATypeHolderNuno Lopes
2008-10-05Emit type-correct constant null. Also fix a typo.Anton Korobeynikov
2008-10-05Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi...Anton Korobeynikov
2008-10-05this case is matched now.Chris Lattner
2008-10-05rewrite bswap matching to be more general, allowing arbitraryChris Lattner
2008-10-05fix a bug where the bswap matcher could match a case involvingChris Lattner
2008-10-04wrap some long lines and expand i32 mul's to libcalls, inspired by aChris Lattner
2008-10-04CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes
2008-10-04Ignore loads from and stores to local memory (i.e. allocas)Duncan Sands
2008-10-04Allow the construction of SCEVs with SCEVCouldNotCompute operands, byNick Lewycky
2008-10-04Revert r56675 - it breaks unwinding runtime everywhere.Anton Korobeynikov