| Commit message (Expand) | Author | Age | Files | Lines |
* | fix comments | Chris Lattner | 2011-02-15 | 1 | -2/+2 |
* | convert ConstantVector::get to use ArrayRef. | Chris Lattner | 2011-02-15 | 1 | -5/+3 |
* | fix some typos. | Chris Lattner | 2011-02-15 | 1 | -5/+5 |
* | Move more fragments of spill weight calculation into CalcSpillWeights.h | Jakob Stoklund Olesen | 2011-02-14 | 2 | -11/+20 |
* | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 2 | -5/+7 |
* | Move broken HasCommonSymbols to ELFWriter.cpp. | Rafael Espindola | 2011-02-14 | 1 | -5/+0 |
* | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner | 2011-02-14 | 2 | -7/+5 |
* | add a new ArrayRef class. This is intended to replace the idiom we | Chris Lattner | 2011-02-14 | 1 | -0/+121 |
* | fix two comment thinkos | Chris Lattner | 2011-02-14 | 1 | -1/+1 |
* | Fix typo in comment. | Nick Lewycky | 2011-02-14 | 1 | -1/+1 |
* | missed a header | Chris Lattner | 2011-02-13 | 1 | -0/+7 |
* | fix thinko :) | Chris Lattner | 2011-02-13 | 1 | -2/+2 |
* | Revisit my fix for PR9028: the issue is that DAGCombine was | Chris Lattner | 2011-02-13 | 1 | -6/+14 |
* | add a helper method. | Chris Lattner | 2011-02-13 | 1 | -0/+7 |
* | Adds llvm::sys::path::is_separator() to test whether a char is a path separator | Zhanyong Wan | 2011-02-11 | 1 | -0/+6 |
* | Remove trailing whitespace. | Jim Grosbach | 2011-02-11 | 1 | -6/+6 |
* | Poison the relational operators ==, !=, <, <=, >=, > on llvm::Optional | Douglas Gregor | 2011-02-11 | 1 | -0/+54 |
* | make the constantexpr interfaces for inbounds GEPs follow the same style | Chris Lattner | 2011-02-11 | 1 | -14/+13 |
* | Remove std::string version of getNameWithPrefix. | Rafael Espindola | 2011-02-11 | 1 | -7/+0 |
* | Remove trailing whitespace. | Jim Grosbach | 2011-02-11 | 3 | -18/+18 |
* | Clean trailing whitespace. | Owen Anderson | 2011-02-10 | 1 | -20/+20 |
* | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner | 2011-02-10 | 4 | -135/+121 |
* | Rip out realpath() support. It's expensive, and often a bad idea, and | Douglas Gregor | 2011-02-09 | 1 | -9/+0 |
* | Move calcLiveBlockInfo() and the BlockInfo struct into SplitAnalysis. | Jakob Stoklund Olesen | 2011-02-09 | 1 | -1/+1 |
* | Add llvm::sys::path::canonical(), which provides the canonicalized | Douglas Gregor | 2011-02-09 | 1 | -0/+9 |
* | Optimize po_iterator: don't do redundant lookups. | Dan Gohman | 2011-02-09 | 1 | -4/+2 |
* | Teach instsimplify some tricks about exact/nuw/nsw shifts. | Chris Lattner | 2011-02-09 | 1 | -5/+6 |
* | Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/Exact | Chris Lattner | 2011-02-09 | 3 | -423/+283 |
* | enrich folder interfaces around exactness. | Chris Lattner | 2011-02-09 | 2 | -28/+20 |
* | refactor ConstantExpr interfaces a bit around "exactness". | Chris Lattner | 2011-02-09 | 1 | -8/+16 |
* | Add intrinsic for setc instruction on the XCore. | Richard Osborne | 2011-02-09 | 1 | -0/+2 |
* | lib/Support/Errno.cpp: Check strerror_s() with HAVE_DECL_STRERROR_S in config... | NAKAMURA Takumi | 2011-02-09 | 2 | -6/+8 |
* | Don't open the file again in the gold plugin. To be able to do this, update | Rafael Espindola | 2011-02-08 | 2 | -2/+9 |
* | Add LiveIntervals::addKillFlags() to recompute kill flags after register allo... | Jakob Stoklund Olesen | 2011-02-08 | 1 | -0/+4 |
* | Add LiveIntervals::shrinkToUses(). | Jakob Stoklund Olesen | 2011-02-08 | 1 | -0/+6 |
* | Implement support for custom target specific asm parsing of operands. | Bruno Cardoso Lopes | 2011-02-07 | 1 | -0/+6 |
* | implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. | Chris Lattner | 2011-02-07 | 2 | -106/+54 |
* | Add an m_Div pattern for matching either a udiv or an sdiv and use it | Duncan Sands | 2011-02-07 | 1 | -0/+34 |
* | Add IRBuilder methods for creating an exact udiv, like for exact sdiv. | Duncan Sands | 2011-02-07 | 6 | -1/+37 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 4 | -14/+50 |
* | Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc. | NAKAMURA Takumi | 2011-02-05 | 2 | -0/+96 |
* | Rewrite how the indirect call bonus is handled. This now works by: | Eric Christopher | 2011-02-05 | 1 | -2/+5 |
* | Merge .debug_loc entries whenever possible to reduce debug_loc size. | Devang Patel | 2011-02-04 | 1 | -0/+5 |
* | Teach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic number is set to | Jason W Kim | 2011-02-04 | 1 | -0/+4 |
* | Add LiveIntervals::getLastSplitPoint(). | Jakob Stoklund Olesen | 2011-02-04 | 2 | -0/+10 |
* | MC/AsmMatcher: Add support for custom conversion functions. | Daniel Dunbar | 2011-02-04 | 1 | -0/+7 |
* | Introducing a new method of tracking register pressure. We can't | Andrew Trick | 2011-02-04 | 1 | -4/+7 |
* | Remove trailing whitespace | Bob Wilson | 2011-02-03 | 1 | -2/+2 |
* | Edit a comment for consistency. | Bob Wilson | 2011-02-03 | 1 | -1/+1 |
* | Moved to Clang's source tree its configuration options and associated | Oscar Fuentes | 2011-02-03 | 1 | -18/+0 |