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