aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Reapply r97788 to free MDNodes when the LLVMContext is destroyed. ItJeffrey Yasskin3-22/+26
2010-03-07Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin4-29/+50
2010-03-07Don't rely on implicit conversionKovarththanan Rajaratnam1-2/+2
2010-03-07Add findNearestCommonDominator() for PostDominators.Tobias Grosser1-0/+4
2010-03-07Use Other as a sentinel instead of iAny.Chris Lattner2-6/+6
2010-03-07Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam3-15/+15
2010-03-07turn off debug spewChris Lattner1-2/+2
2010-03-07more factoring.Chris Lattner2-32/+34
2010-03-07Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam1-1/+0
2010-03-07_2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin3-46/+22
2010-03-07teach tblgen to be more aggressive when factoring CheckType nodes.Chris Lattner1-29/+95
2010-03-07Add sse4.1 packed min and max intrinsics.Eric Christopher1-0/+49
2010-03-07Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin3-22/+46
2010-03-07add some helper functions and implement isContradictory Chris Lattner2-0/+99
2010-03-07Add load hint instruction intrinsic.Eric Christopher1-0/+8
2010-03-07Add in movntdqa intrinsic for load hint.Eric Christopher1-0/+1
2010-03-07Add in support for dword multiply and fp dot product intrinsics.Eric Christopher1-0/+17
2010-03-07Add in dot product intrinsics for dpps and dppd.Eric Christopher1-0/+2
2010-03-07Fix for PR6294: we should only delay recording nested dynamic classes if theyEli Friedman2-1/+14
2010-03-07Don't turn off mangling in implicitly extern "C" system headers. GCCDouglas Gregor2-6/+4
2010-03-07Fix 80 col violation.Tanya Lattner1-1/+2
2010-03-07Don't produce debug info when given -g. Fixes PR6529.Rafael Espindola2-1/+8
2010-03-07Fix indentation, use string directly instead of StringRef.Tanya Lattner1-5/+4
2010-03-07tidy upChris Lattner1-10/+10
2010-03-07Fix some weird patch issue.Tanya Lattner1-1/+1
2010-03-07Implement missing-braces warning and add a test case.Tanya Lattner4-1/+23
2010-03-07disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner1-0/+7
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck7-76/+207
2010-03-06add mblaze target support, patch by Wesley Peck!Chris Lattner1-0/+131
2010-03-06Add verification of union types.Nick Lewycky1-0/+9
2010-03-06Describe what's going on with mingw alloca and why do we need separate instru...Anton Korobeynikov1-1/+9
2010-03-06Initial bits of ARMv4-only support.Anton Korobeynikov6-29/+101
2010-03-06on both the mac and linux, /usr/local/include is treated Chris Lattner1-1/+1
2010-03-06Lower dynamic stack allocation on mingw32 to separate instruction.Anton Korobeynikov4-20/+56
2010-03-06make APFloat::toString be const.Chris Lattner2-2/+2
2010-03-06disable this for mingw as well, we really need a 'has no dynamic linking' pre...Chris Lattner1-1/+1
2010-03-06Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer1-10/+12
2010-03-06Update the python bindings for recent changes in the CIndex API.Benjamin Kramer1-88/+88
2010-03-06Lowercase for consistencyKovarththanan Rajaratnam3-5/+5
2010-03-06Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov6-27/+35
2010-03-06Let the fallthrough handle whether or not we've changed anythingEric Christopher1-1/+3
2010-03-06Migrate _chk call lowering from SimplifyLibCalls to InstCombine. StubEric Christopher6-140/+132
2010-03-06Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.Eric Christopher1-25/+5
2010-03-06Add a message to these asserts.Benjamin Kramer1-3/+3
2010-03-06Use static method in GlobalValueRafael Espindola1-11/+1
2010-03-06Add static methods to handle Linkage Types.Rafael Espindola1-20/+62
2010-03-06clean this up.Chris Lattner1-6/+7
2010-03-06revert r97807, it introduced build warnings.Chris Lattner6-257/+61
2010-03-06Thumb1 epilogue code generation needs to take into account that callee-savedJim Grosbach1-4/+18
2010-03-06Temporarily revert:Eric Christopher2-26/+0