[RuntimeDyld] Add 'stub_addr' to comment describing RuntimeDyldChecker's syntax.
[oota-llvm.git] / include / llvm / IR /
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-14 Ramkumar Ramachandra[GC] CodeGenPrep transform: simplify offsetable relocate
2015-01-14 Duncan P. N. Exon... IR: Fix comment spelling, NFC
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Duncan P. N. Exon... IR: Drop metadata references more aggressively during...
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-14 Chandler Carruth[PM] Make DominatorTrees (corectly) movable so that...
2015-01-13 Chandler Carruth[PM] Push the debug option for the new pass manager...
2015-01-13 Chandler Carruth[PM] Sink the convenience typedefs after the class...
2015-01-13 Duncan P. N. Exon... IR: Fix GCC error from MDLocation::getInlinedAt()
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-13 Chandler Carruth[PM] In the PassManager template, remove a pointless...
2015-01-13 Chandler Carruth[PM] Remove the 'AnalysisManagerT' type parameter from...
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 Chandler Carruth[PM] Fix another place where I was using an overly...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Chandler Carruth[PM] Re-clang-format much of this code as the code...
2015-01-12 Duncan P. N. Exon... IR: Unbreak the MSVC build after r225689
2015-01-12 Chandler Carruth[PM] Sink the reference vs. value decision for IR units...
2015-01-12 Duncan P. N. Exon... IR: Remove incorrect comment, NFC
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: Make MDNodeFwdDecl destructor public
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: Separate out decrementUnresolvedOperandCount()...
2015-01-12 Duncan P. N. Exon... IR: Prevent 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: Make temporary nodes distinct
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Alexey SamsonovFix UBSan error reports in ValueMapCallbackVH and Asser...
2015-01-09 Sanjay Patelfix typos; remove names from comments; NFC
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
2015-01-08 Duncan P. N. Exon... IR: Drop TODO now that PR22111 is finished
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::getDistinct()
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::isDistinct()
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Duncan P. N. Exon... IR: Remove MDNode::getWhenValsUnresolved()
2015-01-07 Duncan P. N. Exon... Remove invalid TODO
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-06 Matt ArsenaultR600/SI: Add class intrinsic
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
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] Add proper documentation for the ModulePassManager and
2015-01-02 Chandler Carruth[PM] Actually include the correct file name. Sorry...
2015-01-02 Chandler Carruth[PM] Lift the majority of the template boilerplate...
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-29 Philip ReamesCarry facts about nullness and undef across GC relocation
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-23 Adrian PrantlDIBuilder: Similar to createPointerType, make createMem...
2014-12-23 Elena DemikhovskyAVX-512: Added FMA instructions, intrinsics an tests...
2014-12-22 Adrian PrantlAdd a C++ marker to this header file.
2014-12-22 Elena DemikhovskyAVX-512: Added all forms of BLENDM instructions,
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-20 David MajnemerInstSimplify: Optimize away pointless comparisons
2014-12-18 Duncan P. N. Exon... IR: Make DICompositeType mutators private
2014-12-18 Duncan P. N. Exon... IR: Handle self-referencing DICompositeTypes in DIBuilder
2014-12-17 JF BastienRandom Number Generator Refactoring (removing from...
2014-12-15 Elena DemikhovskyAVX-512: Added EXPAND instructions and intrinsics.
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Duncan P. N. Exon... IR: Store MDNodes in a separate LeakDetector container
2014-12-11 Duncan P. N. Exon... LeakDetector: Simplify code and fix comments, NFC
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-10 Duncan P. N. Exon... IR: Move call to dropAllReferences() to MDNode subclasses
2014-12-09 Duncan P. N. Exon... IR: Metadata: Detect an RAUW recursion
2014-12-09 Duncan P. N. Exon... IR: Metadata/Value split: RAUW in a deterministic order
2014-12-09 Hans WennborgTry fixing MSVC build after r223802
2014-12-09 Duncan P. N. Exon... Fix an MSVC failure from r223802
2014-12-09 Duncan P. N. Exon... Fix another GCC build failure from r223802
2014-12-09 Juergen RibutzkaCleanup PatternMatch. NFC.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-09 Juergen Ributzka[CGP] Rewrite pattern match for splitBranchCondition...
2014-12-09 Juergen RibutzkaRevert "Move function to obtain branch weights into...
2014-12-09 Juergen RibutzkaAdd more pattern matchers for compares, instructions...
2014-12-09 Juergen RibutzkaMove function to obtain branch weights into the BranchI...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 Benjamin KramerMake the DenseMap bucket type configurable and use...
2014-12-06 NAKAMURA TakumiAvoid angle brackets in comment. [-Wdocumentation-html]
2014-12-05 Chad RosierUpdate TargetTriple format info.
2014-12-05 Chad RosierFix typos in llvm/IR/Module.h
2014-12-05 Duncan P. N. Exon... IR: Stop relying on GetStringMapEntryFromValue()
next