2012-03-22 |
Chris Lattner | add load/store volatility control to the C API, patch... |
tree | commitdiff |
2012-03-14 |
Chandler Carruth | Extend the inline cost calculation to account for bonus... |
tree | commitdiff |
2012-03-11 |
Stepan Dyatkovskiy | llvm::SwitchInst |
tree | commitdiff |
2012-03-10 |
Chandler Carruth | Refactor some methods to look through bitcasts and... |
tree | commitdiff |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
tree | commitdiff |
2012-03-07 |
Chandler Carruth | Switch this code to use hash_combine_range rather than... |
tree | commitdiff |
2012-03-07 |
Chandler Carruth | Cache the sized-ness of struct types, once we reach... |
tree | commitdiff |
2012-03-06 |
Jay Foad | Change ConstantAggrUniqueMap to use Chandler's new... |
tree | commitdiff |
2012-03-04 |
Chandler Carruth | Replace the hashing functions on APInt and APFloat... |
tree | commitdiff |
2012-03-01 |
Chandler Carruth | Rewrite LLVM's generalized support library for hashing... |
tree | commitdiff |
2012-03-01 |
Benjamin Kramer | Emit the "is an intrinsic overloaded" table as a bitfield. |
tree | commitdiff |
2012-02-26 |
Rafael Espindola | Use the DT dominates function in the verifier. |
tree | commitdiff |
2012-02-26 |
Rafael Espindola | Change the implementation of dominates(inst, inst)... |
tree | commitdiff |
2012-02-26 |
Rafael Espindola | Don't call dominates on unreachable instructions. |
tree | commitdiff |
2012-02-25 |
Nick Lewycky | Remove spurious emacs mode marker. |
tree | commitdiff |
2012-02-23 |
Jay Foad | Reinstate r151049 now that GeneralHash is fixed. |
tree | commitdiff |
2012-02-22 |
Chad Rosier | Remove extra semi-colons. |
tree | commitdiff |
2012-02-21 |
Jay Foad | Revert r151049 cos it broke the buildbots. |
tree | commitdiff |
2012-02-21 |
Jay Foad | PR1210: make uniquing of struct and function types... |
tree | commitdiff |
2012-02-19 |
Ahmed Charles | Remove dead code. Improve llvm_unreachable text. Simpli... |
tree | commitdiff |
2012-02-18 |
Rafael Espindola | White space fixes. |
tree | commitdiff |
2012-02-16 |
Bill Wendling | s/ModAttrBehavior/ModFlagBehavior/g to be consistent... |
tree | commitdiff |
2012-02-16 |
NAKAMURA Takumi | VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN... |
tree | commitdiff |
2012-02-16 |
NAKAMURA Takumi | VMCore/AsmWriter.cpp: Use APFloat instead of atof(3). |
tree | commitdiff |
2012-02-15 |
Bill Wendling | Use the enum instead of 'unsigned'. |
tree | commitdiff |
2012-02-15 |
Bill Wendling | Add a module flags accessor method which returns the... |
tree | commitdiff |
2012-02-15 |
Eric Christopher | Add a way to replace a field inside a metadata node... |
tree | commitdiff |
2012-02-15 |
Andrew Trick | Added TargetPassConfig::disablePass/substitutePass... |
tree | commitdiff |
2012-02-11 |
Bill Wendling | [WIP] Initial code for module flags. |
tree | commitdiff |
2012-02-08 |
Andrew Trick | Added Pass::createPass(ID) to handle pass configuration... |
tree | commitdiff |
2012-02-07 |
Bill Wendling | Cache the sizes of vectors instead of calculating them... |
tree | commitdiff |
2012-02-07 |
Bill Wendling | Reserve space in these vectors to prevent having to... |
tree | commitdiff |
2012-02-06 |
Chris Lattner | Remove some dead code and tidy things up now that vecto... |
tree | commitdiff |
2012-02-06 |
Bill Wendling | [unwind removal] Remove all of the code for the dead... |
tree | commitdiff |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
tree | commitdiff |
2012-02-05 |
Talin | Efficient Constant Uniquing. |
tree | commitdiff |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
tree | commitdiff |
2012-02-04 |
Devang Patel | Update llvm debug version to support new structure... |
tree | commitdiff |
2012-02-03 |
Duncan Sands | Simplify some GEP checks in the verifier. |
tree | commitdiff |
2012-02-03 |
Craig Topper | Add auto upgrade support for x86 pcmpgt/pcmpeq intrinic... |
tree | commitdiff |
2012-02-03 |
Andrew Trick | whitespace |
tree | commitdiff |
2012-02-01 |
Stepan Dyatkovskiy | SwitchInst refactoring. |
tree | commitdiff |
2012-02-01 |
Andrew Trick | Add pass printer passes in the right place. |
tree | commitdiff |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | eliminate the "string" form of ConstantArray::get,... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | with recent changes, ConstantArray is never a "string... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | fix a small oversight that broke the fhourstones app. |
tree | commitdiff |
2012-01-31 |
Chris Lattner | Change ConstantArray::get to form a ConstantDataArray... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | fix asmwriting of ConstantDataArray to use the right... |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Add a constified getLandingPad() method. |
tree | commitdiff |
2012-01-30 |
Chris Lattner | Various improvements suggested by Duncan |
tree | commitdiff |
2012-01-30 |
Chris Lattner | First step of flipping on ConstantDataSequential: enabl... |
tree | commitdiff |
2012-01-30 |
Chris Lattner | Fix ConstantFoldShuffleVectorInstruction to properly... |
tree | commitdiff |
2012-01-27 |
Chris Lattner | continue making the world safe for ConstantDataVector... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | smallvectorize and ArrayRef'ize some stuff. |
tree | commitdiff |
2012-01-26 |
Chris Lattner | Reduce a lot of code duplication by implementing |
tree | commitdiff |
2012-01-26 |
Chris Lattner | unbreak test/Bitcode/shuffle.ll. |
tree | commitdiff |
2012-01-26 |
Chris Lattner | simplify by using ShuffleVectorInst::getMaskValue. |
tree | commitdiff |
2012-01-26 |
Chris Lattner | eliminate the Constant::getVectorElements method. ... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | Continue improving support for ConstantDataAggregate... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | Add a ConstantDataVector::getSplatValue() method, for... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | some general cleanup, using new methods and tidying... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | fix pasto in the new (and still unused) ShuffleVectorIn... |
tree | commitdiff |
2012-01-26 |
Chris Lattner | add StructType helpers too. |
tree | commitdiff |
2012-01-26 |
Chris Lattner | Ok, break down and add some cast<>'ing helper methods... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | add some helper methods to ShuffleVectorInst and enhanc... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | constify some methods and add a new Constant::getAggreg... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | use ConstantVector::getSplat in a few places. |
tree | commitdiff |
2012-01-25 |
Chris Lattner | reapply r148901 with a crucial fix. |
tree | commitdiff |
2012-01-25 |
Nick Lewycky | Fix assert("msg"). Fix unused-variable warnings complai... |
tree | commitdiff |
2012-01-25 |
Argyrios Kyrtzidis | Revert r148901 because it crashes llvm tests. |
tree | commitdiff |
2012-01-25 |
Chris Lattner | Introduce a new ConstantVector::getSplat constructor... |
tree | commitdiff |
2012-01-25 |
Chris Lattner | Remove the Type::getNumElements() method, which is... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | C++, CBE, and TLOF support for ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Rearrange argument order of ::get methods so that LLVMC... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | add more support for ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add AsmPrinter (aka MCLowering) support for ConstantDat... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add various "string" methods to ConstantDataSequential... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | teach valuetracking about ConstantDataSequential |
tree | commitdiff |
2012-01-24 |
Chris Lattner | Add some accessor methods to CAZ and UndefValue that... |
tree | commitdiff |
2012-01-24 |
Chris Lattner | implement the ConstantDataSequential accessor methods. |
tree | commitdiff |
2012-01-23 |
Chris Lattner | start the implementation of a new ConstantDataVector... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | convert CAZ, UndefValue, and CPN to use DenseMap's... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | revert r148691 and 148693 |
tree | commitdiff |
2012-01-23 |
Chris Lattner | switch UndefValue and ConstantPointerNull over to Dense... |
tree | commitdiff |
2012-01-23 |
Chris Lattner | Replace a use of ConstantUniqueMap for CAZ constants... |
tree | commitdiff |
2012-01-23 |
Nick Lewycky | Make Value::isDereferenceablePointer() handle unreachab... |
tree | commitdiff |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
tree | commitdiff |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
tree | commitdiff |
2012-01-17 |
David Blaikie | Provide better messages in llvm_unreachable. |
tree | commitdiff |
2012-01-17 |
David Blaikie | Remove unreachable code. (replace with llvm_unreachable... |
tree | commitdiff |
2012-01-16 |
David Blaikie | Removing unused default switch cases in switches over... |
tree | commitdiff |
2012-01-12 |
Pete Cooper | Added MVT::v2f16 |
tree | commitdiff |
2012-01-11 |
Duncan Sands | Don't try to create a GEP when the pointee type is... |
tree | commitdiff |
2012-01-10 |
Chandler Carruth | Add 'llvm_unreachable' to passify GCC's understanding... |
tree | commitdiff |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
tree | commitdiff |
2012-01-03 |
Chris Lattner | generalize LLVMContext::emitError to take a twine inste... |
tree | commitdiff |
2012-01-03 |
Stepan Dyatkovskiy | Type: replaced usage of ID with getTypeID(). |
tree | commitdiff |
2011-12-31 |
Dylan Noblesmith | VMCore: add assert for miscompile |
tree | commitdiff |
2011-12-27 |
Nick Lewycky | Using Inst->setMetadata(..., NULL) should be safe to... |
tree | commitdiff |
next |