Close unique sections when switching away from them.
[oota-llvm.git] / lib / IR /
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-27 Duncan P. N. Exon... DIBuilder: Change a few helpers to return downcasted...
2015-03-27 Duncan P. N. Exon... AsmWriter: Cleanup debug info fields with MDFieldPrinte...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-24 Duncan P. N. Exon... Verifier: Start recursing into !dbg attachments
2015-03-24 Duncan P. N. Exon... Verifier: !llvm.dbg.cu must point at compile units
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in llvm IR
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin Kramer[gcov] Move formatBranchInfo into an anonymous namespace.
2015-03-20 Duncan P. N. Exon... Verifier: Check that !dbg attachments have the right...
2015-03-20 Duncan P. N. Exon... DebugInfoFinder: Check for null imported entities
2015-03-20 Chad RosierTypo.
2015-03-20 Duncan P. N. Exon... Verifier: Remove the separate DebugInfoVerifier class
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
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
next