aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-10Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen
2010-08-10Trailing whitespace.Mikhail Glushenkov
2010-08-10Remove replicate intrinsics, clang will generate shufflevector for those. The...Bruno Cardoso Lopes
2010-08-10Use i32 instead of i8 for dot product intrinsicBruno Cardoso Lopes
2010-08-10Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen
2010-08-10Fix the last argument type of AVX vblend intrinsicsBruno Cardoso Lopes
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-08-09Refactor.Devang Patel
2010-08-09Make it possible to set the target triple and expose that with an option in theRafael Espindola
2010-08-09Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands
2010-08-09Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu
2010-08-08Remove unused variable.Benjamin Kramer
2010-08-08Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands
2010-08-08Add a bit of a hack to avoid multiple defines of variables inEric Christopher
2010-08-08Use the "isCompare" machine instruction attribute instead of calling theBill Wendling
2010-08-08CMake: set configure macro LLVM_PREFIXOscar Fuentes
2010-08-08CMake: configure header llvm-config.hOscar Fuentes
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher
2010-08-08Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling
2010-08-07Roll back my last two commits, valgrind complains.Benjamin Kramer
2010-08-07A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer
2010-08-07Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer
2010-08-07Remove layering violation.Owen Anderson
2010-08-07Add an inverse() method to ConstantRange.Owen Anderson
2010-08-07Fix typo.Nick Lewycky
2010-08-07Remove assignPassManager's default arguments. It's reallyDan Gohman
2010-08-07More #include cleanups.Dan Gohman
2010-08-07Delete this explicit assignment operator; it's equivalent toDan Gohman
2010-08-07Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-08-07Add a convenience constructor.Owen Anderson
2010-08-07Make AnalysisImpls private.Dan Gohman
2010-08-07Add a predicate to determine if a call is an inline asm statement.Owen Anderson
2010-08-06Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola
2010-08-06Patterns to match AVX 256-bit vzero intrinsicsBruno Cardoso Lopes
2010-08-06Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman
2010-08-06tidy upJim Grosbach
2010-08-06MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar
2010-08-06Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Implement a proper getModRefInfo for va_arg.Dan Gohman
2010-08-06spellingJim Grosbach
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-06Add a comment.Dan Gohman
2010-08-06Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-06Remove unused AVX intrinsicsBruno Cardoso Lopes