[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
[oota-llvm.git] / include /
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-18 David BlaikieAttempt to fix the MSVC build by working around a layer...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-18 Chandler Carruth[PM] Pull the analyses used for another utility routine...
2015-01-18 Chandler Carruth[PM] Sink the specific analyses preserved by SplitBlock...
2015-01-18 Chandler Carruth[PM] Replace another Pass argument with specific analys...
2015-01-18 Chandler Carruth[PM] Lift the actual analyses used into the inferface...
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Lang Hames[RuntimeDyld] Add 'stub_addr' to comment describing...
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-16 Adam Nemet[AVX512] Add intrinsics for masked aligned FP loads...
2015-01-16 Filipe CabecinhasUse report_fatal_error instead of llvm_unreachable...
2015-01-16 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-15 Lang Hames[Object] Add SF_Exported flag. This flag will be set...
2015-01-15 Sanjoy DasRevert r226201 (Add a new pass "inductive range check...
2015-01-15 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Chandler Carruth[PM] Port TargetLibraryInfo to the new pass manager...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
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...
next