aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* add CallSite/CallInst/InvokeInst::hasFnAttr()Nuno Lopes2012-06-251-11/+21
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-231-2/+1
* Remove a variable that is unused when assertions aren't enabled.Kaelyn Uhrain2012-06-221-2/+1
* Fixed r158979.Stepan Dyatkovskiy2012-06-221-33/+101
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-221-99/+31
* Performance optimizations:Stepan Dyatkovskiy2012-06-221-31/+99
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-1/+1
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-011-2/+2
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-10/+10
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-4/+9
* SwitchInst: Due to bad readability case iterators definition was moved to the...Stepan Dyatkovskiy2012-05-281-131/+139
* SwitchInst cosmetics: renamed "Hash" method to "hash"Stepan Dyatkovskiy2012-05-141-1/+1
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-4/+44
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-081-44/+4
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-081-4/+44
* Fix accidentally constant conditions found by uncommitted improvements to -Wc...David Blaikie2012-04-091-1/+2
* Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.Stepan Dyatkovskiy2012-03-131-3/+6
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-12/+15
* Fixing a compile warning triggered in MSVC about constant truncation.Aaron Ballman2012-03-101-1/+2
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-77/+158
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-36/+0
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-19/+66
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-261-2/+10
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-251-0/+15
* Add support for vectors of pointers.Nadav Rotem2011-12-051-13/+26
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-0/+7
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-0/+9
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-0/+7
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+109
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-22/+100
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+51
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-173/+0
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+253
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-281-6/+8
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-281-3/+3
* Add a couple of convenience functions:Bill Wendling2011-07-281-0/+8
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+163
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+93
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-147/+25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-58/+58
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-127/+35
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-172/+36
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-41/+41
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-30/+51
* Revert r133513:Eric Christopher2011-06-231-51/+30
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-211-30/+51
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-211-51/+30
* Change how PHINodes store their operands.Jay Foad2011-06-201-30/+51