Add support for dynamic stack realignment in the presence of dynamic allocas on
[oota-llvm.git] / lib / VMCore /
2012-06-03 Craig TopperSimplify the fma4 renaming code.
2012-06-03 Craig TopperAutoupgrade support the rename of x86.fma4 intrinsics...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Rafael EspindolaUse dominates(Instruction, Use) in the verifier.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-31 Rafael EspindolaFix typos noticed by Benjamin Kramer.
2012-05-31 Rafael EspindolaRequire intervals in the range metadata to be in a...
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-28 Chris Lattnersimplify code.
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-23 Patrik HägglundFixed typo in r156905.
2012-05-23 Chris Lattnersmall refinement to r157218 to save a tiny amount of...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-05-19 Benjamin KramerMove CallbackVHs dtor inline, it can be devirtualized...
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Manuel KlimekFix compile error.
2012-05-17 Chris LattnerGenericize the intrinsics descriptor decoding a bit...
2012-05-17 Chris Lattnerfinish encoding all of the interesting details of intri...
2012-05-17 Chris Lattnerstrengthen the intrinsic descriptor stuff to be able...
2012-05-16 Chris LattnerSignificantly reduce the compiled size of Functions...
2012-05-14 Bill WendlingUse ArrayRef instead of an explicit vector type.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-10 Joel JonesFix a problem with incomplete equality testing of PHINo...
2012-05-09 Hans WennborgIntroduce llvm-c function LLVMPrintModuleToFile.
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-04-27 Dan GohmanReapply r155682, making constant folding more consisten...
2012-04-27 NAKAMURA TakumiRevert r155682, "Use ConstantExpr::getExtractElement...
2012-04-27 Dan GohmanUse ConstantExpr::getExtractElement when constant-foldi...
2012-04-26 Bill WendlingDon't forget to reset 'first operand' flag when we...
2012-04-24 Nadav RotemConstantFoldSelectInstruction swapped the operands...
2012-04-23 Bill WendlingCleanup whitespace.
2012-04-23 Bill WendlingLimit the number of times we recurse through this algor...
2012-04-21 Bill WendlingAdd a flag to the struct type finder to collect only...
2012-04-20 Bill WendlingRevert r155241, which is causing some breakage.
2012-04-20 Bill WendlingIf we discover all of the named structs in a module...
2012-04-18 Craig TopperRemove AVX vpermil intrinsics. I removed their uses...
2012-04-16 Eric ChristopherTypo.
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-13 Dan GohmanDef here is an Instruction, so !isa<Instruction>(Def...
2012-04-12 Dan GohmanAdd forms of dominates and isReachableFromEntry that...
2012-04-11 Benjamin KramerCache the hash value of the operands in the MDNode.
2012-04-11 Benjamin KramerCompute hashes directly with hash_combine instead of...
2012-04-10 Bill WendlingThe MDString class stored a StringRef to the string...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-08 Bill WendlingRemove the 'Parent' pointer from the MDNodeOperand...
2012-04-08 Bill WendlingAllow subclasses of the ValueHandleBase to store inform...
2012-04-03 Bill WendlingThe speedup doesn't appear to have been from this,...
2012-04-03 Bill WendlingReserve space for the eventual filling of the vector...
2012-03-31 Duncan SandsI noticed in passing that the Metadata getIfExists...
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
2012-03-26 Douglas GregorAdd missing include of <new>
2012-03-24 Rafael EspindolaRemove always true variable.
2012-03-24 Rafael EspindolaFirst part of PR12251. Add documentation and verifier...
2012-03-23 Eric ChristopherFix up cmake build.
2012-03-23 Eric ChristopherTake out the debug info probe stuff. It's making some...
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-10 Chandler CarruthRefactor some methods to look through bitcasts and...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-07 Chandler CarruthSwitch this code to use hash_combine_range rather than...
2012-03-07 Chandler CarruthCache the sized-ness of struct types, once we reach...
2012-03-06 Jay FoadChange ConstantAggrUniqueMap to use Chandler's new...
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-02-26 Rafael EspindolaUse the DT dominates function in the verifier.
2012-02-26 Rafael EspindolaChange the implementation of dominates(inst, inst)...
2012-02-26 Rafael EspindolaDon't call dominates on unreachable instructions.
2012-02-25 Nick LewyckyRemove spurious emacs mode marker.
2012-02-23 Jay FoadReinstate r151049 now that GeneralHash is fixed.
2012-02-22 Chad RosierRemove extra semi-colons.
2012-02-21 Jay FoadRevert r151049 cos it broke the buildbots.
2012-02-21 Jay FoadPR1210: make uniquing of struct and function types...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Rafael EspindolaWhite space fixes.
2012-02-16 Bill Wendlings/ModAttrBehavior/ModFlagBehavior/g to be consistent...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Tweak to check #INF and #NAN...
2012-02-16 NAKAMURA TakumiVMCore/AsmWriter.cpp: Use APFloat instead of atof(3).
2012-02-15 Bill WendlingUse the enum instead of 'unsigned'.
2012-02-15 Bill WendlingAdd a module flags accessor method which returns the...
2012-02-15 Eric ChristopherAdd a way to replace a field inside a metadata node...
2012-02-15 Andrew TrickAdded TargetPassConfig::disablePass/substitutePass...
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-02-08 Andrew TrickAdded Pass::createPass(ID) to handle pass configuration...
2012-02-07 Bill WendlingCache the sizes of vectors instead of calculating them...
next