aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi
2011-02-16Swap VT and DebugLoc operands of getExtLoad() for consistency withStuart Hastings
2011-02-16Gas is very inconsistent about when a relaxation/relocation is needed. DoRafael Espindola
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola
2011-02-15Teach PatternMatch that splat vectors could be floating point as well asNick Lewycky
2011-02-15Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cppDevang Patel
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-02-15fix commentsChris Lattner
2011-02-15convert ConstantVector::get to use ArrayRef.Chris Lattner
2011-02-15fix some typos.Chris Lattner
2011-02-14Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen
2011-02-14revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner
2011-02-14Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola
2011-02-14Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner
2011-02-14add a new ArrayRef class. This is intended to replace the idiom weChris Lattner
2011-02-14fix two comment thinkosChris Lattner
2011-02-14Fix typo in comment.Nick Lewycky
2011-02-13missed a headerChris Lattner
2011-02-13fix thinko :)Chris Lattner
2011-02-13Revisit my fix for PR9028: the issue is that DAGCombine was Chris Lattner
2011-02-13add a helper method.Chris Lattner
2011-02-11Adds llvm::sys::path::is_separator() to test whether a char is a path separatorZhanyong Wan
2011-02-11Remove trailing whitespace.Jim Grosbach
2011-02-11Poison the relational operators ==, !=, <, <=, >=, > on llvm::OptionalDouglas Gregor
2011-02-11make the constantexpr interfaces for inbounds GEPs follow the same styleChris Lattner
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2011-02-11Remove trailing whitespace.Jim Grosbach
2011-02-10Clean trailing whitespace.Owen Anderson
2011-02-10switch the constantexpr, target folder, and IRBuilder interfacesChris Lattner
2011-02-09Rip out realpath() support. It's expensive, and often a bad idea, andDouglas Gregor
2011-02-09Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis.Jakob Stoklund Olesen
2011-02-09Add llvm::sys::path::canonical(), which provides the canonicalizedDouglas Gregor
2011-02-09Optimize po_iterator: don't do redundant lookups.Dan Gohman
2011-02-09Teach instsimplify some tricks about exact/nuw/nsw shifts.Chris Lattner
2011-02-09Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/ExactChris Lattner
2011-02-09enrich folder interfaces around exactness.Chris Lattner
2011-02-09refactor ConstantExpr interfaces a bit around "exactness".Chris Lattner
2011-02-09Add intrinsic for setc instruction on the XCore.Richard Osborne
2011-02-09lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config...NAKAMURA Takumi
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2011-02-08Add LiveIntervals::addKillFlags() to recompute kill flags after register allo...Jakob Stoklund Olesen
2011-02-08Add LiveIntervals::shrinkToUses().Jakob Stoklund Olesen
2011-02-07Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes
2011-02-07implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.Chris Lattner
2011-02-07Add an m_Div pattern for matching either a udiv or an sdiv and use itDuncan Sands
2011-02-07Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi
2011-02-05Rewrite how the indirect call bonus is handled. This now works by:Eric Christopher
2011-02-04Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel