| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add XCore intrinsics for resource instructions. | Richard Osborne | 2011-02-03 | 1 | -0/+20 |
* | Reapply this. | Eric Christopher | 2011-02-03 | 1 | -1/+1 |
* | Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap. | Eric Christopher | 2011-02-03 | 1 | -1/+1 |
* | Platform tests for `sys/uio.h' header and `writev' function. | Oscar Fuentes | 2011-02-03 | 1 | -0/+6 |
* | raw_fd_ostream: Add a SetUseAtomicWrites() method (uses writev). | Daniel Dunbar | 2011-02-03 | 1 | -0/+14 |
* | Regenerate configure. | Daniel Dunbar | 2011-02-03 | 1 | -0/+6 |
* | Defer SplitKit value mapping until all defs are available. | Jakob Stoklund Olesen | 2011-02-03 | 1 | -1/+1 |
* | Add support to describe template value parameter in debug info. | Devang Patel | 2011-02-02 | 2 | -1/+37 |
* | Add support to describe template parameter type in debug info. | Devang Patel | 2011-02-02 | 2 | -1/+37 |
* | Remove NoVendor and NoOS, added in commit 123990, from Triple. While it | Duncan Sands | 2011-02-02 | 1 | -4/+2 |
* | Fix reassociate to clear optional flags, such as nsw. | Dan Gohman | 2011-02-02 | 1 | -0/+6 |
* | Given a pair of floating point load and store, if there are no other uses of | Evan Cheng | 2011-02-02 | 1 | -0/+7 |
* | Fix comment typo. | Bob Wilson | 2011-02-02 | 1 | -1/+1 |
* | Make SwitchInst::removeCase() more efficient. | Jay Foad | 2011-02-01 | 1 | -1/+2 |
* | Add a m_Undef pattern for convenience. This is so that code that uses | Duncan Sands | 2011-02-01 | 1 | -0/+10 |
* | Add a m_SignBit pattern for convenience. | Duncan Sands | 2011-02-01 | 1 | -0/+15 |
* | Have m_One also match constant vectors for which every element is 1. | Duncan Sands | 2011-02-01 | 2 | -4/+7 |
* | Reapply 124275 since the Dragonegg failure was unreproducible. | Eric Christopher | 2011-02-01 | 1 | -3/+3 |
* | Patches to build EFI with Clang/LLVM. By Carl Norum. | Evan Cheng | 2011-02-01 | 1 | -1/+2 |
* | Keep track of incoming argument's location while emitting LiveIns. | Devang Patel | 2011-01-31 | 2 | -3/+13 |
* | Adds some platform checks to cmake/config-ix.cmake and fixes checking | Oscar Fuentes | 2011-01-31 | 1 | -9/+9 |