| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 2012-02-19 | 1 | -13/+4 |
* | White space fixes. | Rafael Espindola | 2012-02-18 | 1 | -7/+7 |
* | s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar... | Bill Wendling | 2012-02-16 | 1 | -3/+3 |
* | VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier. | NAKAMURA Takumi | 2012-02-16 | 1 | -1/+3 |
* | VMCore/AsmWriter.cpp: Use APFloat instead of atof(3). | NAKAMURA Takumi | 2012-02-16 | 1 | -1/+1 |
* | Use the enum instead of 'unsigned'. | Bill Wendling | 2012-02-15 | 1 | -1/+2 |
* | Add a module flags accessor method which returns the flags in a vector. | Bill Wendling | 2012-02-15 | 1 | -0/+15 |
* | Add a way to replace a field inside a metadata node. This can be | Eric Christopher | 2012-02-15 | 1 | -0/+5 |
* | Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ... | Andrew Trick | 2012-02-15 | 1 | -2/+2 |
* | [WIP] Initial code for module flags. | Bill Wendling | 2012-02-11 | 1 | -0/+40 |
* | Added Pass::createPass(ID) to handle pass configuration by ID | Andrew Trick | 2012-02-08 | 1 | -0/+7 |
* | Cache the sizes of vectors instead of calculating them all over the place. | Bill Wendling | 2012-02-07 | 1 | -9/+11 |
* | Reserve space in these vectors to prevent having to grow the array too | Bill Wendling | 2012-02-07 | 2 | -6/+8 |
* | Remove some dead code and tidy things up now that vectors use ConstantDataVector | Chris Lattner | 2012-02-06 | 1 | -16/+0 |
* | [unwind removal] Remove all of the code for the dead 'unwind' instruction. There | Bill Wendling | 2012-02-06 | 2 | -34/+2 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 5 | -33/+20 |
* | Efficient Constant Uniquing. | Talin | 2012-02-05 | 4 | -68/+196 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 4 | -127/+104 |
* | Update llvm debug version to support new structure and tag for Objective-C pr... | Devang Patel | 2012-02-04 | 1 | -1/+1 |
* | Simplify some GEP checks in the verifier. | Duncan Sands | 2012-02-03 | 1 | -4/+2 |
* | Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367. | Craig Topper | 2012-02-03 | 1 | -3/+40 |
* | whitespace | Andrew Trick | 2012-02-03 | 1 | -6/+6 |
* | SwitchInst refactoring. | Stepan Dyatkovskiy | 2012-02-01 | 3 | -15/+12 |
* | Add pass printer passes in the right place. | Andrew Trick | 2012-02-01 | 1 | -81/+46 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 4 | -104/+127 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 3 | -9/+3 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 2 | -82/+10 |
* | fix a small oversight that broke the fhourstones app. | Chris Lattner | 2012-01-31 | 1 | -1/+1 |
* | Change ConstantArray::get to form a ConstantDataArray when possible, | Chris Lattner | 2012-01-31 | 1 | -38/+93 |
* | fix asmwriting of ConstantDataArray to use the right element count, | Chris Lattner | 2012-01-31 | 1 | -22/+18 |
* | Add a constified getLandingPad() method. | Bill Wendling | 2012-01-31 | 1 | -0/+3 |
* | Various improvements suggested by Duncan | Chris Lattner | 2012-01-30 | 1 | -1/+1 |
* | First step of flipping on ConstantDataSequential: enable ConstantDataVector | Chris Lattner | 2012-01-30 | 1 | -7/+89 |
* | Fix ConstantFoldShuffleVectorInstruction to properly handle the case | Chris Lattner | 2012-01-30 | 1 | -3/+5 |
* | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner | 2012-01-27 | 3 | -38/+46 |
* | smallvectorize and ArrayRef'ize some stuff. | Chris Lattner | 2012-01-26 | 2 | -5/+5 |
* | Reduce a lot of code duplication by implementing | Chris Lattner | 2012-01-26 | 1 | -138/+16 |
* | unbreak test/Bitcode/shuffle.ll. | Chris Lattner | 2012-01-26 | 1 | -0/+3 |
* | simplify by using ShuffleVectorInst::getMaskValue. | Chris Lattner | 2012-01-26 | 1 | -10/+8 |
* | eliminate the Constant::getVectorElements method. There are better (and | Chris Lattner | 2012-01-26 | 3 | -48/+18 |
* | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner | 2012-01-26 | 2 | -367/+129 |
* | Add a ConstantDataVector::getSplatValue() method, for parity with | Chris Lattner | 2012-01-26 | 1 | -39/+87 |
* | some general cleanup, using new methods and tidying up old code. | Chris Lattner | 2012-01-26 | 1 | -26/+21 |
* | fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met... | Chris Lattner | 2012-01-26 | 1 | -1/+1 |
* | add StructType helpers too. | Chris Lattner | 2012-01-26 | 1 | -0/+14 |
* | Ok, break down and add some cast<>'ing helper methods to the Type class | Chris Lattner | 2012-01-26 | 1 | -0/+39 |
* | add some helper methods to ShuffleVectorInst and enhance its | Chris Lattner | 2012-01-25 | 1 | -28/+55 |
* | constify some methods and add a new Constant::getAggregateElement | Chris Lattner | 2012-01-25 | 1 | -8/+41 |
* | use ConstantVector::getSplat in a few places. | Chris Lattner | 2012-01-25 | 1 | -23/+4 |
* | reapply r148901 with a crucial fix. | Chris Lattner | 2012-01-25 | 1 | -31/+59 |