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