| Commit message (Expand) | Author | Age | Files | Lines |
* | Make atomic load and store of pointers work. Tighten verification of atomic ... | Eli Friedman | 2012-08-17 | 1 | -0/+32 |
* | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling | 2012-08-17 | 1 | -2/+2 |
* | Assert that dominates is not given a multiple edge. Finding out if we have | Rafael Espindola | 2012-08-17 | 1 | -0/+7 |
* | Fix a typo that led to a failure to correctly verify bitcast instructions. | Nick Lewycky | 2012-08-15 | 1 | -1/+1 |
* | The normal edge of an invoke is not allowed to branch to a block with a | Eli Friedman | 2012-08-10 | 1 | -1/+1 |
* | make the verifier accept @llvm.donothing as the only intrinsic that can be in... | Nuno Lopes | 2012-06-28 | 1 | -2/+4 |
* | improve optimization of invoke instructions: | Nuno Lopes | 2012-06-25 | 1 | -1/+2 |
* | revert r158660, since Chris has some issues with this patch (namely using cod... | Nuno Lopes | 2012-06-18 | 1 | -33/+0 |
* | add the 'alloc' metadata node to represent the size of offset of buffers poin... | Nuno Lopes | 2012-06-18 | 1 | -0/+33 |
* | 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 | -2/+2 |
* | Use dominates(Instruction, Use) in the verifier. | Rafael Espindola | 2012-06-01 | 1 | -46/+2 |
* | PR1255: case ranges. | Stepan Dyatkovskiy | 2012-06-01 | 1 | -2/+2 |
* | Fix typos noticed by Benjamin Kramer. | Rafael Espindola | 2012-05-31 | 1 | -10/+29 |
* | Require intervals in the range metadata to be in a canonical form: They must | Rafael Espindola | 2012-05-31 | 1 | -2/+16 |
* | ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu... | Stepan Dyatkovskiy | 2012-05-29 | 1 | -8/+8 |
* | PR1255: Case Ranges | Stepan Dyatkovskiy | 2012-05-28 | 1 | -2/+3 |
* | Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef... | Chris Lattner | 2012-05-27 | 1 | -265/+106 |
* | PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela... | Stepan Dyatkovskiy | 2012-05-21 | 1 | -6/+20 |
* | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands | 2012-04-16 | 1 | -2/+0 |
* | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands | 2012-04-16 | 1 | -6/+10 |
* | Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm | Duncan Sands | 2012-04-14 | 1 | -6/+6 |
* | Express the number of ULPs in fpaccuracy metadata as a real rather than a | Duncan Sands | 2012-04-10 | 1 | -0/+12 |
* | Remove always true variable. | Rafael Espindola | 2012-03-24 | 1 | -19/+10 |
* | First part of PR12251. Add documentation and verifier support for the range | Rafael Espindola | 2012-03-24 | 1 | -0/+24 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -1/+1 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -4/+4 |
* | Use the DT dominates function in the verifier. | Rafael Espindola | 2012-02-26 | 1 | -72/+55 |
* | Don't call dominates on unreachable instructions. | Rafael Espindola | 2012-02-26 | 1 | -2/+2 |
* | Remove spurious emacs mode marker. | Nick Lewycky | 2012-02-25 | 1 | -1/+1 |
* | Simplify some GEP checks in the verifier. | Duncan Sands | 2012-02-03 | 1 | -4/+2 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 1 | -1/+1 |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 1 | -2/+2 |
* | Add 'llvm_unreachable' to passify GCC's understanding of the constraints | Chandler Carruth | 2012-01-10 | 1 | -0/+1 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
* | Teach the verifier to reject all non-constant arguments to the second | Chandler Carruth | 2011-12-12 | 1 | -0/+6 |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -13/+59 |
* | Check that catch clauses have pointer type. | Duncan Sands | 2011-09-27 | 1 | -2/+7 |
* | Have the verifier check that all landingpad operands are constants. | Duncan Sands | 2011-09-27 | 1 | -0/+11 |
* | The last verification check for the new EH model. | Bill Wendling | 2011-09-21 | 1 | -0/+6 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -10/+55 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -0/+18 |
* | Remove unnecessary space. | Bill Wendling | 2011-08-08 | 1 | -1/+1 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -58/+11 |
* | have the verifier catch gep's into opaque struct types. PR10473 | Chris Lattner | 2011-07-29 | 1 | -0/+4 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+36 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -11/+58 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+10 |
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -2/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -63/+63 |