test commit
[oota-llvm.git] / lib / VMCore /
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...
2012-02-07 Bill WendlingReserve space in these vectors to prevent having to...
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 TalinEfficient Constant Uniquing.
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-04 Devang PatelUpdate llvm debug version to support new structure...
2012-02-03 Duncan SandsSimplify some GEP checks in the verifier.
2012-02-03 Craig TopperAdd auto upgrade support for x86 pcmpgt/pcmpeq intrinic...
2012-02-03 Andrew Trickwhitespace
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Andrew TrickAdd pass printer passes in the right place.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-31 Chris Lattnerfix a small oversight that broke the fhourstones app.
2012-01-31 Chris LattnerChange ConstantArray::get to form a ConstantDataArray...
2012-01-31 Chris Lattnerfix asmwriting of ConstantDataArray to use the right...
2012-01-31 Bill WendlingAdd a constified getLandingPad() method.
2012-01-30 Chris LattnerVarious improvements suggested by Duncan
next