[CodeGenPrepare] Remove broken, dead, code.
[oota-llvm.git] / lib / IR /
2015-03-18 Sanjoy Das[ConstantRange] Split makeICmpRegion in two.
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Duncan P. N. Exon... DebugInfo: Drop fake DW_TAG_expression
2015-03-17 David MajnemerRevert "Address review comments"
2015-03-17 David MajnemerAddress review comments
2015-03-17 Benjamin KramerInternalize llvm::AssemblyWriter. It's not used outside...
2015-03-17 Duncan P. N. Exon... Verifier: Set --verify-debug-info=true by default
2015-03-17 Justin Bognerllvm-cov: Warn instead of error if a .gcda has arcs...
2015-03-16 Duncan P. N. Exon... Verifier: Don't call debug info verifier if the module...
2015-03-16 Duncan P. N. Exon... AsmWriter: Handle broken metadata nodes
2015-03-16 Duncan P. N. Exon... Verifier: Simplify logic in processCallInst(), NFC
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 Duncan P. N. Exon... DebugInfo: Simplify logic in DIType::Verify(), NFC
2015-03-16 Duncan P. N. Exon... Verifier: Remove unnecessary double-checks
2015-03-16 Duncan P. N. Exon... Fix doxygen comments from r232268
2015-03-15 Duncan P. N. Exon... IR: Default the Metadata::dump() argument "harder"...
2015-03-15 Duncan P. N. Exon... DbgIntrinsicInst: Downcast to specialized MDNodes in...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-15 David Blaikie[opaque pointer type] IRBuilder gep migration progress
2015-03-15 Duncan P. N. Exon... Verifier: Remove unnecessary null check
2015-03-15 Duncan P. N. Exon... Verifier: Make the raw_ostream constructor argument...
2015-03-14 Duncan P. N. Exon... IR: Make Metadata::print() reliable and useful
2015-03-14 Duncan P. N. Exon... AsmWriter: Split out SlotTracker::processInstructionMet...
2015-03-14 Duncan P. N. Exon... AsmWriter: Use range-based for, NFC
2015-03-14 Duncan P. N. Exon... Recover the ability to 'b CheckFailed' after r231577
2015-03-14 David Blaikie[opaque pointer type] Start migrating GEP creation...
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-13 Duncan P. N. Exon... AsmWriter: Write alloca array size explicitly (and...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David MajnemerConstantFold: Fix big shift constant folding
2015-03-13 Owen AndersonFix an infinite recursion in the verifier caused by...
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Sanjay Patelmake an array of constants explicitly const
2015-03-12 Sanjay PatelIRBuilder: add a CreateShuffleVector function that...
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-11 Owen AndersonFix another verifier crash where a GC intrinsic would...
2015-03-10 Andrew KaylorFix Value dangling reference debug output
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-10 Owen AndersonFix an issue in the verifier where we could try to...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2015-03-08 Owen AndersonTeach DataLayout to infer a plausible alignment for...
2015-03-07 Benjamin KramerMake the assertion macros in Verifier and Linter truly...
2015-03-06 James Molloy[ConstantRange] Teach multiply to be cleverer about...
2015-03-05 Benjamin KramerInstructions: Use delegated constructors to reduce...
2015-03-05 Reid KlecknerRemove accidental errs() call in Verifier
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-05 Erik EcksteinRevert r231276 (including r231277): Add a lock() functi...
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Benjamin KramerAsmWriter: Only print one space after the load type
2015-03-02 Benjamin KramerSimplify code. NFC.
2015-03-02 Owen AndersonTeach the verifier to enforce that the alignment argume...
2015-03-02 Owen AndersonTeach DataLayout that alignments on basic types must...
2015-03-02 Owen AndersonTeach DataLayout that ABI alignments for non-aggregate...
2015-03-02 Owen AndersonTeach DataLayout that pointer ABI and preferred alignme...
2015-03-02 Owen AndersonTeach DataLayout that zero-byte pointer sizes don't...
2015-02-28 Duncan P. N. Exon... DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUs...
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-28 Sanjay Patelfix typo; NFC
2015-02-28 Duncan P. N. Exon... AsmWriter: Escape string fields in metadata
2015-02-28 Duncan P. N. Exon... AsmWriter: Extract writeStringField(), NFCI
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-25 Duncan P. N. Exon... IR: Drop newline from AssemblyWriter::printMDNodeBody()
2015-02-25 Duncan P. N. Exon... IR: Annotate dump methods with LLVM_DUMP_METHOD
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-23 Rafael EspindolaFix invalid cast.
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-21 Duncan P. N. Exon... IR: Add helper to split debug info flags bitfield
2015-02-21 Duncan P. N. Exon... IR: Add debug info flag string conversions
2015-02-20 Duncan P. N. Exon... IR: Change MDFile to directly store the filename/directory
2015-02-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-20 Benjamin KramerConstants.cpp: Only read 32 bits for float.
2015-02-20 NAKAMURA TakumiConstants.cpp: getElementAsAPFloat(): Don't handle...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Add missing null operand to MDSubroutineType
2015-02-19 Rafael EspindolaAvoid conversion to float when creating ConstantDataArr...
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-19 Igor LaevskyAdd invoke related functionality into StatepointSite...
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Swap order of name and value in MDEnum
2015-02-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Duncan P. N. Exon... IR: Drop the scope in DI template parameters
2015-02-18 Duncan P. N. Exon... Fix -DNDEBUG -Werror build after r229733
2015-02-18 Duncan P. N. Exon... IR: isScopeRef() should check isScope()
2015-02-18 Duncan P. N. Exon... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-17 Duncan P. N. Exon... IR: fieldIsMDNode() should be false for MDString
next