| Commit message (Expand) | Author | Age | Files | Lines |
* | PHINode::hasConstantValue(): return undef if the PHI is fully recursive. | Nuno Lopes | 2012-07-03 | 1 | -0/+2 |
* | improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi... | Nuno Lopes | 2012-07-03 | 1 | -2/+6 |
* | Fixed r158979. | Stepan Dyatkovskiy | 2012-06-22 | 1 | -3/+17 |
* | Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to | Duncan Sands | 2012-06-22 | 1 | -11/+2 |
* | Performance optimizations: | Stepan Dyatkovskiy | 2012-06-22 | 1 | -2/+11 |
* | ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu... | Stepan Dyatkovskiy | 2012-05-29 | 1 | -5/+5 |
* | PR1255: Case Ranges | Stepan Dyatkovskiy | 2012-05-28 | 1 | -1/+4 |
* | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy | 2012-05-12 | 1 | -1/+8 |
* | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy | 2012-05-08 | 1 | -8/+1 |
* | Ordinary patch for PR1255. | Stepan Dyatkovskiy | 2012-05-08 | 1 | -1/+8 |
* | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands | 2012-04-16 | 1 | -24/+3 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 1 | -0/+38 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -3/+6 |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -13/+4 |
* | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 1 | -33/+2 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -21/+13 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -11/+9 |
* | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner | 2012-01-27 | 1 | -4/+2 |
* | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner | 2012-01-26 | 1 | -8/+8 |
* | fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met... | Chris Lattner | 2012-01-26 | 1 | -1/+1 |
* | add some helper methods to ShuffleVectorInst and enhance its | Chris Lattner | 2012-01-25 | 1 | -28/+55 |
* | use ConstantVector::getSplat in a few places. | Chris Lattner | 2012-01-25 | 1 | -23/+4 |
* | Remove the Type::getNumElements() method, which is only called in 4 places, | Chris Lattner | 2012-01-25 | 1 | -2/+8 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -7/+2 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -3/+31 |
* | Add some missing anchors. | David Blaikie | 2011-12-01 | 1 | -0/+2 |
* | The bitcode reader can create an shuffle with a place holder mask which it will | Mon P Wang | 2011-10-26 | 1 | -3/+10 |
* | Add a routine to swap branch instruction operands, and update any | Chandler Carruth | 2011-10-17 | 1 | -0/+21 |
* | Change: | Richard Trieu | 2011-09-21 | 1 | -12/+12 |
* | Fixes following the CR by Chris and Duncan: | Nadav Rotem | 2011-08-29 | 1 | -8/+11 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+89 |
* | Whitespace. | Eli Friedman | 2011-08-10 | 1 | -1/+1 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -12/+88 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+39 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -120/+2 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+111 |
* | The personality function should be a Function* and not just a Value*. | Bill Wendling | 2011-07-28 | 1 | -2/+2 |
* | Don't add in the asked for size so that we don't copy too much from the old t... | Bill Wendling | 2011-07-28 | 1 | -3/+3 |
* | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling | 2011-07-28 | 1 | -2/+2 |
* | Add a couple of convenience functions: | Bill Wendling | 2011-07-28 | 1 | -0/+17 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -2/+103 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+24 |
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -73/+16 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -90/+90 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -89/+30 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -53/+17 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -42/+24 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -25/+31 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -31/+25 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -25/+31 |