]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/IR
[X86] Convert all the i8imm used by AVX512 and MMX instructions to u8imm.
[opencl/llvm.git] / lib / IR /
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-20 Adrian PrantlDebugLocs without a scope should fail the verification.
2015-01-20 Ramkumar Ramachandra[GC] Verify-pass void vararg functions in gc.statepoint
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-20 Adrian PrantlAdd an assertion and prefer a crash over an infinite...
2015-01-20 Duncan P. N. Exon... Reapply "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N. Exon... Revert "IR: Simplify DIBuilder's HeaderBuilder API...
2015-01-20 Duncan P. N. Exon... IR: Move MDNode clone() methods from ValueMapper to...
2015-01-20 Duncan P. N. Exon... IR: Simplify DIBuilder's HeaderBuilder API, NFC
2015-01-20 Duncan P. N. Exon... IR: Delete GenericDwarfNode during teardown
2015-01-20 Duncan P. N. Exon... IR: Canonicalize GenericDwarfNode empty headers to...
2015-01-20 Duncan P. N. Exon... IR: Detect whether to call recalculateHash() via SFINAE...
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Cleanup MDNode field use, NFC
2015-01-19 Duncan P. N. Exon... IR: Move replaceWithUniqued(), etc., to source file...
2015-01-19 Duncan P. N. Exon... IR: Cleanup MDNode::MDNode(), NFC
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Extract MDNodeOpsKey, NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify uniquifyImpl(), NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify erasing from uniquing store, NFC
2015-01-19 Duncan P. N. Exon... IR: Allow temporary nodes to become uniqued or distinct
2015-01-19 Duncan P. N. Exon... IR: Split out countUnresolvedOperands(), NFC
2015-01-19 Duncan P. N. Exon... IR: Return unique_ptr from MDNode::getTemporary()
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-19 Duncan P. N. Exon... IR: Extract out and reuse `storeImpl()`, NFC
2015-01-19 Duncan P. N. Exon... IR: Extract out getUniqued(), NFC
2015-01-19 Duncan P. N. Exon... IR: Reuse `getImpl()` for `getDistinct()`, NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify MDNode::setOperand(), NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify handleChangedOperand() fast path, NFC
2015-01-19 Duncan P. N. Exon... IR: Remove direct comparisons against Metadata::Storage...
2015-01-19 Duncan P. N. Exon... IR: Assert that resolve() is only called on uniqued...
2015-01-19 Duncan P. N. Exon... IR: Remove isa<UniquableMDNode>, NFC
2015-01-19 Duncan P. N. Exon... IR: Simplify DIBuilder::trackIfUnresolved(), NFC
2015-01-19 Duncan P. N. Exon... IR: Remove isa<MDNodeFwdDecl>, NFC
2015-01-19 Duncan P. N. Exon... IR: Unify code for MDNode::isResolved(), NFC
2015-01-19 Duncan P. N. Exon... IR: Store RAUW support and Context in the same pointer...
2015-01-19 Duncan P. N. Exon... IR: Add isUniqued() and isTemporary()
2015-01-19 Duncan P. N. Exon... IR: Use an enum to describe Metadata storage, NFC
2015-01-19 Craig Topper[x86] Change AVX512 intrinsics to take a 8-bit immediat...
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Duncan P. N. Exon... IR: Allow 16-bits for column info
2015-01-16 Duncan P. N. Exon... IR: Cleanup dead code, NFC
2015-01-14 Philip ReamesgetMangledTypeStr: clarify how it mangles types, and...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Duncan P. N. Exon... IR: Always print MDLocation line
2015-01-14 Duncan P. N. Exon... IR: Drop metadata references more aggressively during...
2015-01-14 Duncan P. N. Exon... IR: Fix a use-after-free in RAUW
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Chandler Carruth[PM] Port domtree to the new pass manager (at last).
2015-01-13 Chandler Carruth[PM] Push the debug option for the new pass manager...
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-13 Chandler Carruth[PM] Refactor the new pass manager to use a single...
2015-01-13 Ramkumar RamachandraStandardize {pred,succ,use,user}_empty()
2015-01-13 Chandler Carruth[PM] Fold all three analysis managers into a single...
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Duncan P. N. Exon... IR: Remove an invalid assertion when replacing resolved...
2015-01-13 Chandler Carruth[PM] Re-clang-format much of this code as the code...
2015-01-13 Duncan P. N. Exon... Revert "IR: Fix an inverted assertion when replacing...
2015-01-13 Duncan P. N. Exon... IR: Fix an inverted assertion when replacing resolved...
2015-01-12 Duncan P. N. Exon... IR: Split out writeMDTuple(), NFC
2015-01-12 Chandler Carruth[PM] Sink the reference vs. value decision for IR units...
2015-01-12 Duncan P. N. Exon... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N. Exon... IR: Stop erasing MDNodes from uniquing sets during...
2015-01-12 Duncan P. N. Exon... IR: Move creation logic to MDNodeFwdDecl, NFC
2015-01-12 Duncan P. N. Exon... IR: Move creation logic down to MDTuple, NFC
2015-01-12 Duncan P. N. Exon... IR: Push storeDistinctInContext() down to UniquableMDNo...
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-12 Duncan P. N. Exon... IR: Invert logic to simplify control flow, NFC
2015-01-12 Duncan P. N. Exon... IR: Separate out decrementUnresolvedOperandCount()...
2015-01-12 Duncan P. N. Exon... IR: Prevent handleChangedOperand() recursion
2015-01-12 Duncan P. N. Exon... IR: Add test for handleChangedOperand() recursion
2015-01-12 Duncan P. N. Exon... IR: Separate out recalculateHash(), NFC
2015-01-12 Duncan P. N. Exon... IR: Separate out helper: resolveAfterOperandChange...
2015-01-12 Duncan P. N. Exon... IR: Use SubclassData32 directly, NFC
2015-01-12 Duncan P. N. Exon... IR: Don't allow operands to become unresolved
2015-01-12 Duncan P. N. Exon... IR: Remove redundant comment, NFC
2015-01-12 Duncan P. N. Exon... IR: Simplify code, NFC
2015-01-12 Duncan P. N. Exon... IR: Simplify replaceOperandWith(), NFC
2015-01-12 Duncan P. N. Exon... IR: Remove redundant calls to MDNode::setHash(), NFC
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-07 Philip Reames[GC] improve testing around gc.relocate and fix a test
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::getDistinct()
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-05 Duncan P. N. Exon... IR: Don't drop MDNode uniquing on null operands
2015-01-05 Duncan P. N. Exon... IR: Prune arguments to ValueAsMetadata::ValueAsMetadata()
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2015-01-02 Chandler Carruth[PM] Fix some formatting where clang-format has improve...
2014-12-30 Elena DemikhovskySome code improvements in Masked Load/Store.
2014-12-30 Philip ReamesAdd IRBuilder routines for gc.statepoints, gc.results...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-23 Adrian PrantlDIBuilder: Similar to createPointerType, make createMem...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
next