| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert a tiny bit of r148553 which extended LLVM's function attributes | Chandler Carruth | 2012-01-25 | 1 | -2/+6 |
* | Update hasProperty comment. | Evan Cheng | 2012-01-25 | 1 | -3/+0 |
* | constify some methods and add a new Constant::getAggregateElement | Chris Lattner | 2012-01-25 | 2 | -8/+15 |
* | reapply r148901 with a crucial fix. | Chris Lattner | 2012-01-25 | 1 | -0/+9 |
* | Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been remov... | Craig Topper | 2012-01-25 | 1 | -6/+0 |
* | Revert r148901 because it crashes llvm tests. | Argyrios Kyrtzidis | 2012-01-25 | 1 | -9/+0 |
* | Introduce a new ConstantVector::getSplat constructor function to | Chris Lattner | 2012-01-25 | 1 | -0/+9 |
* | Remove the Type::getNumElements() method, which is only called in 4 places, | Chris Lattner | 2012-01-25 | 1 | -4/+0 |
* | Additional methods for SmallString. | Talin | 2012-01-24 | 1 | -5/+228 |
* | Add an (interleave A, B, ...) SetTheory operator. | Jakob Stoklund Olesen | 2012-01-24 | 1 | -0/+3 |
* | Reword comment based on feedback by Duncan Sands. | David Blaikie | 2012-01-24 | 1 | -1/+1 |
* | Rearrange argument order of ::get methods so that LLVMContext comes first, | Chris Lattner | 2012-01-24 | 1 | -12/+22 |
* | add more support for ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -0/+3 |
* | Add AsmPrinter (aka MCLowering) support for ConstantDataSequential, | Chris Lattner | 2012-01-24 | 1 | -1/+8 |
* | Add various "string" methods to ConstantDataSequential, which have the | Chris Lattner | 2012-01-24 | 1 | -0/+27 |
* | add ::drop_back() and ::drop_front() methods, which are like pop_front/pop_ba... | Chris Lattner | 2012-01-24 | 1 | -0/+14 |
* | teach valuetracking about ConstantDataSequential | Chris Lattner | 2012-01-24 | 1 | -2/+10 |
* | Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr | Chris Lattner | 2012-01-24 | 1 | -1/+8 |
* | Add some accessor methods to CAZ and UndefValue that help simplify clients. | Chris Lattner | 2012-01-24 | 1 | -4/+37 |
* | implement the ConstantDataSequential accessor methods. | Chris Lattner | 2012-01-24 | 1 | -0/+7 |
* | Revert r148686 (and r148694, a fix to it) due to a serious layering | Chandler Carruth | 2012-01-24 | 1 | -1/+0 |
* | Changing bitfield enums to unsigned ints. | David Blaikie | 2012-01-23 | 1 | -7/+9 |
* | start the implementation of a new ConstantDataVector and ConstantDataArray | Chris Lattner | 2012-01-23 | 2 | -3/+163 |
* | Remove extraneous ';'s. | Bill Wendling | 2012-01-23 | 1 | -3/+3 |
* | Simplify llvm::cl::Option by using a bit field instead of manual bit packing. | David Blaikie | 2012-01-23 | 1 | -74/+68 |
* | Add support for .cfi_signal_frame. Fixes pr11762. | Rafael Espindola | 2012-01-23 | 2 | -1/+4 |
* | Various public StringMap methods take or return "MapEntryTy", make it public. | Chris Lattner | 2012-01-23 | 1 | -1/+2 |
* | revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,... | Chris Lattner | 2012-01-23 | 1 | -5/+2 |
* | allow OwningPtr to be copy constructed if null, which is required to | Chris Lattner | 2012-01-23 | 1 | -2/+5 |
* | An option to selectively enable parts of ARM EHABI support. | Evgeniy Stepanov | 2012-01-23 | 1 | -0/+1 |
* | The iteration order over a std::set<Module*> depends on the addresses of the | Rafael Espindola | 2012-01-23 | 1 | -1/+1 |
* | Remove trailing spaces | Eli Bendersky | 2012-01-22 | 1 | -3/+3 |
* | Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented | Eli Bendersky | 2012-01-22 | 2 | -1/+15 |
* | Handle register masks in LiveVariables. | Jakob Stoklund Olesen | 2012-01-21 | 1 | -0/+3 |
* | Delete an unused member variable. | Jakob Stoklund Olesen | 2012-01-20 | 1 | -6/+0 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 3 | -4/+0 |
* | Don't use my favorite C++11 feature (comma at end of enum). | Benjamin Kramer | 2012-01-20 | 1 | -1/+1 |
* | Extend Attributes to 64 bits | Kostya Serebryany | 2012-01-20 | 2 | -39/+81 |
* | Protect SmallVectorImpl's constructor and a few other methods that aren't mea... | Benjamin Kramer | 2012-01-20 | 1 | -4/+6 |
* | SCEVExpander fixes. Affects LSR and indvars. | Andrew Trick | 2012-01-20 | 2 | -10/+19 |
* | Add a new form of MCOperand, for representing sub-instructions. This is inte... | Owen Anderson | 2012-01-19 | 1 | -1/+20 |
* | More bundle related API additions. | Evan Cheng | 2012-01-19 | 3 | -0/+10 |
* | Introduce a new MutableArrayRef class, which refers to a series of mutable | Chris Lattner | 2012-01-19 | 1 | -1/+83 |
* | Enhance finalizeBundle to return end of bundle iterator because it makes sense. | Evan Cheng | 2012-01-19 | 1 | -2/+3 |
* | Added methods to get the live range immediately before a given slot. Intended... | Lang Hames | 2012-01-19 | 1 | -0/+8 |
* | - Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing | Evan Cheng | 2012-01-19 | 1 | -1/+8 |
* | Add a TargetOption for disabling tail calls. | Nick Lewycky | 2012-01-19 | 1 | -2/+7 |
* | Rename Finalizebundle to finalizeBundle to conform to coding guideline. | Evan Cheng | 2012-01-19 | 1 | -2/+2 |
* | Add a RegisterMaskSDNode class. | Jakob Stoklund Olesen | 2012-01-18 | 3 | -1/+19 |
* | Add support for the gnueabihf environment. Patch by Sylvestre Ledru. | Rafael Espindola | 2012-01-18 | 1 | -0/+1 |