| Commit message (Expand) | Author | Age | Files | Lines |
* | add CallSite/CallInst/InvokeInst::hasFnAttr() | Nuno Lopes | 2012-06-25 | 1 | -11/+21 |
* | Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.... | Stepan Dyatkovskiy | 2012-06-23 | 1 | -2/+1 |
* | Remove a variable that is unused when assertions aren't enabled. | Kaelyn Uhrain | 2012-06-22 | 1 | -2/+1 |
* | Fixed r158979. | Stepan Dyatkovskiy | 2012-06-22 | 1 | -33/+101 |
* | Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to | Duncan Sands | 2012-06-22 | 1 | -99/+31 |
* | Performance optimizations: | Stepan Dyatkovskiy | 2012-06-22 | 1 | -31/+99 |
* | Remove 'static' from inline functions defined in header files. | Chandler Carruth | 2012-06-20 | 1 | -1/+1 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | PR1255: case ranges. | Stepan Dyatkovskiy | 2012-06-02 | 1 | -1/+1 |
* | PR1255: case ranges. | Stepan Dyatkovskiy | 2012-06-01 | 1 | -2/+2 |
* | ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu... | Stepan Dyatkovskiy | 2012-05-29 | 1 | -10/+10 |
* | PR1255: Case Ranges | Stepan Dyatkovskiy | 2012-05-28 | 1 | -4/+9 |
* | SwitchInst: Due to bad readability case iterators definition was moved to the... | Stepan Dyatkovskiy | 2012-05-28 | 1 | -131/+139 |
* | SwitchInst cosmetics: renamed "Hash" method to "hash" | Stepan Dyatkovskiy | 2012-05-14 | 1 | -1/+1 |
* | Recommited r156374 with critical fixes in BitcodeReader/Writer: | Stepan Dyatkovskiy | 2012-05-12 | 1 | -4/+44 |
* | Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build... | Stepan Dyatkovskiy | 2012-05-08 | 1 | -44/+4 |
* | Ordinary patch for PR1255. | Stepan Dyatkovskiy | 2012-05-08 | 1 | -4/+44 |
* | Fix accidentally constant conditions found by uncommitted improvements to -Wc... | David Blaikie | 2012-04-09 | 1 | -1/+2 |
* | Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase. | Stepan Dyatkovskiy | 2012-03-13 | 1 | -3/+6 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -12/+15 |
* | Fixing a compile warning triggered in MSVC about constant truncation. | Aaron Ballman | 2012-03-10 | 1 | -1/+2 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -77/+158 |
* | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 1 | -36/+0 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -19/+66 |
* | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner | 2012-01-26 | 1 | -2/+10 |
* | add some helper methods to ShuffleVectorInst and enhance its | Chris Lattner | 2012-01-25 | 1 | -0/+15 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -13/+26 |
* | Add a routine to swap branch instruction operands, and update any | Chandler Carruth | 2011-10-17 | 1 | -0/+7 |
* | Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This | Rafael Espindola | 2011-10-05 | 1 | -0/+9 |
* | Clean up uses of switch instructions so they are not dependent on the operand... | Eli Friedman | 2011-09-29 | 1 | -0/+7 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+109 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -22/+100 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+51 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -173/+0 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+253 |
* | The personality function should be a Function* and not just a Value*. | Bill Wendling | 2011-07-28 | 1 | -6/+8 |
* | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling | 2011-07-28 | 1 | -3/+3 |
* | Add a couple of convenience functions: | Bill Wendling | 2011-07-28 | 1 | -0/+8 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+163 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+93 |
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -147/+25 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -58/+58 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -127/+35 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -172/+36 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -41/+41 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -30/+51 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -51/+30 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -30/+51 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -51/+30 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -30/+51 |