aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-13llvm-ar doesn't make directoriesHEADmasterDavid Barksdale
2013-05-14Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler
2013-05-14This is the first of three patches which creates stubs used forReed Kotler
2013-05-14StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka
2013-05-14Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie
2013-05-14LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer
2013-05-14[objc-arc-opts] Added debug statements when we set and unset whether a pointe...Michael Gottesman
2013-05-13[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...Michael Gottesman
2013-05-13Move a couple more statistics inside '#ifndef NDEBUG'.Matt Beaumont-Gay
2013-05-13Mips assembler: Assembler macro ADDIU $rs,immJack Carter
2013-05-13[objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...Michael Gottesman
2013-05-13Fix goofy commentary in PPCTargetObjectFile.cpp.Bill Schmidt
2013-05-13PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt
2013-05-13Remove redundant variable introduced by r181682.Bob Wilson
2013-05-13[objc-arc] Move the before optimization statistics gathering phase out of Opt...Michael Gottesman
2013-05-13[mips] Add option -mno-ldc1-sdc1.Akira Hatanaka
2013-05-13Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang
2013-05-13[mips] Define a helper function which creates an instruction with the sameAkira Hatanaka
2013-05-13[mips] Rename functions. No functionality changes.Akira Hatanaka
2013-05-13Remove unused fields and arguments.Rafael Espindola
2013-05-13The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa
2013-05-13Correctly preserve the input chain for potential tailcall nodes whoseLang Hames
2013-05-13Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands
2013-05-13SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem
2013-05-13Fix PR15950 A bug in DAG Combiner about undef maskHao Liu
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-13XFAIL this test for mingw too.Rafael Espindola
2013-05-12SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem
2013-05-12SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem
2013-05-12InstCombine: Flip the order of two urem transformsDavid Majnemer
2013-05-11LoopVectorize: Use the widest induction variable typeArnold Schwaighofer
2013-05-11LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer
2013-05-11LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer
2013-05-11Correct parameter name in doc comment to match declaration.David Blaikie
2013-05-11StringRefize some debug accel table bits.Benjamin Kramer
2013-05-11InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer
2013-05-11Change getFrameMoves to return a const reference.Rafael Espindola
2013-05-11Remove more dead code.Rafael Espindola
2013-05-11Add -mtriple=mipsel-linux-gnu to the test so that the compiler doesReed Kotler
2013-05-10Remove dead code.Rafael Espindola
2013-05-10SLPVectorizer: Add support for trees with external users.Nadav Rotem
2013-05-10Add a debug printNadav Rotem
2013-05-10Add an additional testcase for PR15882.Nadav Rotem
2013-05-10Checkin in of first of several patches to finish implementation ofReed Kotler
2013-05-10Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose
2013-05-10Give the test from r181632 a target triple.David Blaikie
2013-05-10PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie
2013-05-10Fix unused variable error.Jyotsna Verma
2013-05-10Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma
2013-05-10Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma