Fix crash in machine verifier when trying to print the def of a register which has...
[oota-llvm.git] / lib / VMCore /
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Victor OliveiraAdding some debug information to PassManager
2012-07-18 Joel JonesMore replacing of target-dependent intrinsics with...
2012-07-16 Aaron BallmanMSVC's implementation of isalnum will assert on charact...
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Galina KistanovaFixed few warnings; trimmed empty lines.
2012-07-07 Bill WendlingUse the DebugInfo wrappers instead of mucking about...
2012-07-06 Bill WendlingPrint the name last.
2012-07-06 Bill WendlingCheck if it's a scope last, because several things...
2012-07-06 Bill WendlingAdd a print method to the ObjC property object.
2012-07-06 Bill WendlingRemove trailing comma in array initialization list.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Eric ChristopherUntabify and move a function near similar functions...
2012-07-03 Nuno LopesPHINode::hasConstantValue(): return undef if the PHI...
2012-07-03 Bill WendlingUse the DebugInfo's 'print()' method to emit the comments.
2012-07-03 Nuno Lopesimprove PHINode::hasConstantValue() to detect recursive...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Nuno Lopesmake the verifier accept @llvm.donothing as the only...
2012-06-28 Benjamin KramerDevirtualize DIScope and subclasses.
2012-06-28 Hal FinkelRefactor operation equivalence checking in BBVectorize...
2012-06-28 Bill WendlingOnly print out the tag if it's there.
2012-06-28 Bill WendlingDon't output an empty string.
2012-06-28 Bill WendlingUse the interface through DIDescriptor to get the tag...
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-24 NAKAMURA TakumiVMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to...
2012-06-23 Hans WennborgClean-up after r159077.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-16 Hal FinkelMove the Metadata merging methods from GVN and make...
2012-06-13 Duncan SandsWhen linearizing a multiplication, return at once if...
2012-06-13 Craig TopperFix intrinsics for XOP frczss/sd instructions. These...
2012-06-12 Duncan SandsNow that Reassociate's LinearizeExprTree can look throu...
2012-06-10 Nadav RotemAdd AutoUpgrade support for the SSE4 ptest intrinsics.
2012-06-09 Craig TopperReplace XOP vpcom intrinsics with fewer intrinsics...
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.
next