Remove a few more redundant ExecutionEngine regression tests.
[oota-llvm.git] / include /
2015-01-24 Justin BognerInstrProf: Add operator!= to coverage counters
2015-01-24 Patrik HagglundRevert r227013 "Add visibility attribute for InstCombin...
2015-01-24 Patrik HagglundAdd visibility attribute for InstCombinePass (r226987).
2015-01-24 Benjamin KramerDebugInfo: Fix use after return found by asan.
2015-01-24 Alexei StarovoitovBPF backend
2015-01-24 Chandler Carruth[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 Chandler Carruth[PM] Port instcombine to the new pass manager!
2015-01-24 Filipe Cabecinhas[Bitcode] Diagnose errors instead of asserting from...
2015-01-24 Chandler Carruth[PM] Rework how the TargetLibraryInfo pass integrates...
2015-01-24 Richard SmithBring the modules buildbot back to life after r226940.
2015-01-24 Lang Hames[Orc] Add some missing headers to the CompileOnDemandLa...
2015-01-23 Adrian PrantlAddress more review comments for DIExpression::iterator.
2015-01-23 Justin BognerInstrProf: debug dumps should go to dbgs(), not outs()
2015-01-23 Justin Bognerllvm-cov: Don't use llvm::outs() in library code
2015-01-23 Justin Bognerllvm-cov: Use range-for (NFC)
2015-01-23 Justin Bognerllvm-cov: clang-format the GCOV files (NFC)
2015-01-23 Reid KlecknerFix the MSVC build with the new Orc JIT APIs
2015-01-23 Michael J. Spencer[YAMLIO] Dirty hack: Force integral conversion to allow...
2015-01-23 Lang Hames[Orc] Remove a bunch of constructors from ObjectLinking...
2015-01-23 Michael J. Spencer[YAMLIO] Add support for numeric values in enums.
2015-01-23 Lang Hames[Orc] New JIT APIs.
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Lang Hames[ADT] Add move operations to SmallVector<T,N> from...
2015-01-23 Craig TopperFix 80 column violation
2015-01-23 Craig Topper[X86] Add IntrNoMem to the AVX512 conflict intrinsics.
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2015-01-23 NAKAMURA TakumiPrune an out-of-date \param since r226476. [-Wdocumenta...
2015-01-22 Duncan P. N. Exon... IR: Change GenericDwarfNode::getHeader() to StringRef
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-22 Lang Hames[Object] Fix a bug in a condition introduced in r226217...
2015-01-22 Chandler Carruth[PM] Actually add the new pass manager support for...
2015-01-22 Duncan P. N. Exon... IR: Update references to temporaries before deleting
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Adrian PrantlFix the condition in this assertion, and also make...
2015-01-22 Adrian PrantlRun clang-format on parts of DebugInfo.h
2015-01-22 Adrian PrantlDocument DIExpression.
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Adrian PrantlFix a comment.
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-22 Duncan P. N. Exon... DIBuilder: Make header iterator constructor explicit...
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract header_begin() and header_end()...
2015-01-22 Duncan P. N. Exon... DIBuilder: Stop abusing DIExpressionIterator::operator...
2015-01-22 Duncan P. N. Exon... DIBuilder: Extract DIHeaderFieldIterator::getNumber...
2015-01-22 Duncan P. N. Exon... DIBuilder: Create a getHeaderIterator() helper, NFC
2015-01-22 Chris BienemanMaking deleted copy constructors and operators to be...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-22 Adrian PrantlRewrite DIExpression::Verify() using an iterator. NFC.
2015-01-21 Matthias BraunLiveIntervalAnalysis: Mark subregister defs as undef...
2015-01-21 Chris BienemanAdding a new cl::HideUnrelatedOptions API to allow...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: document removePhysRegDefAt(...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Remove unused pruneValue() variant.
2015-01-21 Chandler Carruth[PM] Replace an abuse of inheritance to override a...
2015-01-21 Adrian PrantlMake DIExpression::Verify() stricter by checking that...
2015-01-20 Chandler Carruth[PM] Separate the InstCombiner from its pass.
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-20 Chandler Carruth[PM] Don't spend time making self moves no-ops. They...
2015-01-20 Duncan P. N. Exon... Revert "IR: Specify underlying type instead of r226570...
2015-01-20 Duncan P. N. Exon... IR: Specify underlying type instead of r226570, NFC
2015-01-20 Duncan P. N. Exon... IR: Store StorageType as an unsigned bitfield
2015-01-20 Chandler Carruth[PM] Port LoopInfo to the new pass manager, adding...
2015-01-20 Chandler Carruth[PM] Make the LoopInfoBase and LoopInfo objects movable...
2015-01-20 Chandler Carruth[PM] Fix a moderately scary typo in the deleted copy...
2015-01-20 Chandler Carruth[PM] Use range-based for and auto to clean up some...
2015-01-20 Duncan P. N. Exon... IR: Move MDNode clone() methods from ValueMapper to...
2015-01-20 Chandler Carruth[PM] Replace the Pass argument in MergeBasicBlockIntoOn...
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: Merge UniquableMDNode back into MDNode, 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... Remove dead code, NFC
2015-01-19 Duncan P. N. Exon... Utils: Simplify MapMetadata(), 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: Remove templates from TempMDNodeDeleter, NFC
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 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Duncan P. N. Exon... IR: Add MDLocation::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: Reuse `getImpl()` for `getDistinct()`, NFC
2015-01-19 Duncan P. N. Exon... IR: Move replaceAllUsesWith() back up to MDNode
2015-01-19 Duncan P. N. Exon... IR: Be specific about what MDNode::get() returns, NFC
2015-01-19 Duncan P. N. Exon... Remove dead code, 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 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-19 Chandler Carruth[PM] Replace the Pass argument to SplitEdge with specif...
2015-01-19 Chandler Carruth[PM] Cleanup a dead option to critical edge splitting...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-19 Sergey Dmitrouk[NFC] Update createMachineScheduler() comment
next