[CMake] Kaleidoscope-Orc: Update libdeps.
[oota-llvm.git] / include /
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-02-08 Zachary TurnerSome cleanup for libpdb.
2015-02-07 Benjamin KramerSCEV: Compress disposition pairs.
2015-02-07 Benjamin KramerSmallVector: Move emplace_back to SmallVectorImpl.
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2015-02-07 Bruce MitchenerAdd more DWARF 5 language constants.
2015-02-07 Zachary TurnerChange RHS-style decltype to LHS-style decltype<declval()>.
2015-02-07 Duncan P. N. Exon... Support: Add dwarf::getVirtuality()
2015-02-07 Duncan P. N. Exon... Support: Use Dwarf.def for DW_VIRTUALITY, NFC
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getAttributeEncoding()
2015-02-06 Duncan P. N. Exon... Support: Rewrite AttributeEncodingString(), NFC
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-06 Duncan P. N. Exon... Support: Add dwarf::getLanguage()
2015-02-06 Duncan P. N. Exon... Support: Rewrite dwarf::LanguageString(), NFC
2015-02-06 Lang Hames[Orc] Add more missing headers.
2015-02-06 Zachary TurnerResubmit "Create lib/DebugInfo/PDB" (r228428)
2015-02-06 Michael ZolotukhinUse estimated number of optimized insns in unroll-thres...
2015-02-06 Michael Zolotukhin[InstSimplify] Add SimplifyFPBinOp function.
2015-02-06 Zachary TurnerRevert "Create lib/DebugInfo/PDB."
2015-02-06 Zachary TurnerCreate lib/DebugInfo/PDB.
2015-02-06 Lang Hames[Orc] Add some missing headers.
2015-02-06 Lang Hames[Orc] Fix syntax error in LazyEmittingLayer::removeModu...
2015-02-06 Quentin Colombet[LiveIntervalAnalysis] Speed up creation of live ranges...
2015-02-06 Adam Nemet[LV] Move addRuntimeCheck to LoopAccessAnalysis
2015-02-06 Matthias BraunLiveInterval: Fix SubRange memory leak.
2015-02-06 Benjamin KramerValue: Remove superfluous typedefs and deprecated metho...
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
2015-02-05 Ahmed Bougacha[CodeGen] Add isLoadExtLegalOrCustom helper to TargetLo...
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2015-02-05 Matt ArsenaultAdd addrspacecast node to tablegen
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-05 Duncan P. N. Exon... IR: Split out getOperandAs(), NFC
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-02-05 Duncan P. N. Exon... ADT: Add int64_t interoperability to APSInt
2015-02-04 Reid KlecknerRemove useless call to isOSCygMing()
2015-02-04 Matthias BraunMachineCSE: Clear dead-def flag on CSE.
2015-02-04 Reid KlecknerAdd range adapters predecessors() and successors()...
2015-02-04 Juergen RibutzkaAdd missing include.
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-04 Rafael EspindolaFix warning: "function declaration isn’t a prototype"
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Arnaud A. de Grand... [PBQP] Provide more information in the debug prints
2015-02-03 Arnaud A. de Grand... [PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Duncan P. N. Exon... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N. Exon... Support: Re-implement dwarf::TagString() using a .def...
2015-02-03 Colin LeMahieu[Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning...
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-03 Adam Nemet[LoopVectorize] Fix rebase glitch in r227751
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-03 Lang Hames[PBQP Regalloc] Pre-spill vregs that have no legal...
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-02 Duncan P. N. Exon... IR: Allow GenericDebugNode construction from MDString
2015-02-02 Duncan P. N. Exon... IR: Extract DEFINE_MDNODE_GET(), NFC
2015-02-02 Duncan P. N. Exon... IR: Separate helpers for string operands, NFC
2015-02-02 Duncan P. N. Exon... IR: Split out DebugInfoMetadata.h, NFC
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-02-02 Duncan P. N. Exon... Fix some file headers, NFC
2015-02-02 Eric ChristopherRemove unnecessary forward declaration.
2015-02-02 Lang Hames[Orc] Make the ObjectLinkingLayer take ownership of...
2015-02-02 Lang Hames[Orc] Add sensible defaults for the ObjectLinkingLayer...
2015-02-01 Benjamin KramerFoldingSetVectorIterator is just a subset of pointee_it...
2015-02-01 Adam NemetInclude cstddef in EquivalenceClasses.h
2015-02-01 Adam Nemet[LoopVectorize] Move LoopAccessAnalysis to its own...
2015-02-01 Adam Nemet[LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Chandler Carruth[multiversion] Kill FunctionTargetTransformInfo, TTI...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Remove another place we were "handling...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Chandler Carruth[PM] Clean up a stale comment that came from a differnt...
2015-02-01 Chandler Carruth[PM] Port SimplifyCFG to the new pass manager.
2015-02-01 Chandler Carruth[PM] Port EarlyCSE to the new pass manager.
2015-02-01 Chandler Carruth[PM] Teach the module-to-function adaptor to not run...
2015-02-01 Chandler Carruth[PM] Switch to a ranged based for loop. NFC
2015-02-01 Chandler Carruth[PM] Port TTI to the new pass manager, introducing...
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-31 Eric ChristopherRemove the last vestiges of resetOperationActions.
2015-01-30 Lang Hames[PBQP] Fix transposed worst row/column check in handleA...
2015-01-30 Eric ChristopherAdd a similar templated cast for getSubtarget off of...
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-30 Zachary TurnerMove DebugInfo to DebugInfo/DWARF.
2015-01-30 Chandler Carruth[PM] Sink the population of the pass manager with targe...
next