aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-01-03Added DEBUG message for ObjCARC when an inline asm marker is inserted for arc...Michael Gottesman
2013-01-03Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper
2013-01-03Add a subtype parameter to VTTI::getShuffleCostHal Finkel
2013-01-03Revert everything to r171366 to try to fix the build.Bill Wendling
2013-01-03Try again to revert the bad patch. The tree was reverted for some unknown reasonBill Wendling
2013-01-03Revert patch. Something snuck in there that shouldn't be.Bill Wendling
2013-01-03Remove the 'contains' methods in favor of the 'operator==' method.Bill Wendling
2013-01-03Revert r171427, "An intermediate step in the Attributes rewrite."NAKAMURA Takumi
2013-01-03[MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...Michael J. Spencer
2013-01-03LoopVectorizer: Add support for loop-unrolling during vectorization for incre...Nadav Rotem
2013-01-03Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.Jakob Stoklund Olesen
2013-01-03Make the type signature more strict.Bill Wendling
2013-01-02Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2013-01-02An intermediate step in the Attributes rewrite.Bill Wendling
2013-01-02DAGCombiner: Avoid generating illegal vector INT_TO_FP nodesTom Stellard
2013-01-02Adds missing aliases for fcom and fcomp instructions without arguments.Kevin Enderby
2013-01-02- Add comment to two functions which might be considered as dead code. Shuxin Yang
2013-01-02AVX: Fix a bug in WidenMaskArithmetic.Nadav Rotem
2013-01-02Actually update the CMake and Makefile builds correctly, and update theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth
2013-01-02Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper
2013-01-02Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW.Craig Topper
2013-01-02Revert 171351. It broke MC/X86/x86-32-avx.s.Rafael Espindola
2013-01-01Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper
2013-01-01Add IRBuilder::CreateVectorSplat and use it to simplify code.Benjamin Kramer
2013-01-01SROA: Clean up unused assignment warnings from clang's analyzer.Benjamin Kramer
2013-01-01Added DEBUG message when ObjCARC replaces a call which returns its argument v...Michael Gottesman
2013-01-01Added DEBUG messages to the top of several processing loops in ObjCARC.cpp th...Michael Gottesman
2013-01-01Remove unused argument from a multiclass.Craig Topper
2013-01-01Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper
2013-01-01Remove 2 unused multiclasses.Craig Topper
2013-01-01Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper
2012-12-31Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper
2012-12-31Remove an unused method on Program.Chandler Carruth
2012-12-31Remove an unused method on the Program class.Chandler Carruth
2012-12-31Go ahead and get rid of the old page size interface and convert all theChandler Carruth
2012-12-31Flesh out a page size accessor in the new API.Chandler Carruth
2012-12-31Remove an unused function in the old Process interface.Chandler Carruth
2012-12-31reimplement GetPointerBaseWithConstantOffset().Nuno Lopes
2012-12-31recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...Nuno Lopes
2012-12-31Revert "add support for PHI nodes to ObjectSizeOffsetVisitor"Benjamin Kramer
2012-12-31Add extra CHECK to make sure that 'or' instruction was replaced.Jakub Staszak
2012-12-31revert r171306, since we cannot compare APInts with different bitwidthsNuno Lopes
2012-12-31use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes
2012-12-31minor code simplificationNuno Lopes
2012-12-31add support for GlobalAlias to ObjectSizeOffsetVisitorNuno Lopes
2012-12-31add support for PHI nodes to ObjectSizeOffsetVisitorNuno Lopes