utils/release/tag.sh: fix -revision vs. -rc check
[oota-llvm.git] / include /
2015-01-15 Chandler Carruth[PM] Clean up the TLI doxygen comments prior to refacto...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-15 Adrian PrantlAdd missing include directive for llvm::make_unique().
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 David BlaikieAdd comment about a gotcha I ran across while touching...
2015-01-14 David Blaikieunique_ptrify the value in DominatorTreeBase::DomTreeNodes
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Reid KlecknerRemove dead code for llvm.eh.selector in the old EH...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Chandler Carruth[dom] Make the DominatorTreeBase not a dynamic class!
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-14 Mehdi AminiFold a loop for array processing in ComputeLinearIndex
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 Chandler Carruth[dom] Remove extraneous inline keywords. Template funct...
2015-01-14 Chandler Carruth[dom] The formatting of the generic domtree has bitrott...
2015-01-14 Chandler Carruth[dom] Clean up some comments in this header that were...
2015-01-14 NAKAMURA TakumiTargetInstrInfo.h: Fix \param in r225772. [-Wdocumentation]
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-14 Ahmed Bougacha[SimplifyLibCalls] Don't try to simplify indirect calls.
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-14 Chandler CarruthRevert r225854: [PM] Move the LazyCallGraph printing...
2015-01-13 Chandler Carruth[PM] Move the LazyCallGraph printing functionality...
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... AsmParser/Bitcode: Add support for MDLocation
2015-01-13 Matt ArsenaultR600: Implement getRecipEstimate
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 Chris BienemanRunning clang-format on CommandLine.h and CommandLine...
2015-01-13 Hal Finkel[StackMaps] Mark in CallLoweringInfo when lowering...
2015-01-13 Hal Finkel[StackMaps] Allow the target to pre-process the live...
2015-01-13 Olivier SallenaveAdded TLI hook for isFPExtFree. Some of the FMA combine...
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 Mehdi AminiPeephole opt needs optimizeSelect() to keep track of...
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 Adrian PrantlMake DwarfExpression store the AsmPrinter instead of...
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 Tom StellardTarget: Allow target specific operand types
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-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out fortified libcall handling.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out str/mem libcall optimizat...
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-11 Chandler Carruth[ADT] Remove the unused default constructor for iterato...
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 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Sanjay Patelfix typos; remove names from comments; NFC
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
2015-01-09 Philip Reames[REFACTOR] Push logic from MemDepPrinter into getNonLoc...
2015-01-09 Philip Reames[Refactor] Have getNonLocalPointerDependency take the...
2015-01-08 Duncan P. N. Exon... IR: Drop TODO now that PR22111 is finished
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Sanjay Patelremove function names from comments; NFC
2015-01-08 Michael KupersteinMove SPAdj logic from PEI into the targets (NFC)
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-07 Ahmed Bougacha[CodeGen] Add MVT::isValid to replace manual validity...
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 Ahmed Bougacha[CodeGen] Add iterator_range for the MVT::SimpleValueTy...
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-07 Ahmed Bougacha[CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit...
2015-01-07 Jonas PaulssonNew method SDep::isNormalMemoryOrBarrier() in ScheduleD...
2015-01-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Ahmed Bougacha[ADT][SmallVector] Flip an assert comparison to avoid...
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-07 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedAdd for...
next