dwarfdump: Correctly indentify the indicies for DWP records
[oota-llvm.git] / include /
2015-12-03 Rafael EspindolaDelete dead code.
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Mehdi AminiAdapt comment and rename variable in ModuleLinker to...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-02 David MajnemerRename a header guard to be more appropriate
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Xinliang David Li[PGO] Allow input value node list to be null
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-12-02 Fiona GlaserScheduler / Regalloc: use unique_ptr[] instead of std...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-02 Andy GibbsRollback r254508 and r254511 to fix buildbots
2015-12-02 Andy GibbsFix buildbots broken by r254508
2015-12-02 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 Akira Hatanaka[AttributeSet] Overload AttributeSet::addAttribute...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 David BlaikieDebugInfo\DWARF: Privatize some accidentally public...
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-02 Mehdi AminiModify FunctionImport to take a callback to load modules
2015-12-01 Xinliang David LiDefine member operator delete
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Rafael EspindolaDelete dead code.
2015-12-01 Rafael EspindolaUse a forwarding constructor instead of an init method.
2015-12-01 Rafael EspindolaDelete the setModule method from the Linker.
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 Sanjoy DasIntroduce a range version of std::find, and use in...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Matthias BraunRegisterPressure: Remove support for recede()/advance...
2015-12-01 Matthias BraunRegisterPressure: There is no need to make getCurSlot...
2015-12-01 Matthias BraunRegisterPressure: There is no need to make discoverLive...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 David Blaikie[llvm-dwp] Initial partial prototype
2015-12-01 Evgeniy Stepanov[safestack] Protect byval function arguments.
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-30 Sanjoy Das[ADT] Fix typo in comment
2015-11-29 Sanjoy DasFix out of bounds access in hasStructRetAttr
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-29 Xinliang David Li Minor code cleanups
2015-11-28 Xinliang David Li[PGO] Move value profile format related structures...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-28 Xinliang David Li[PGO] Add return code for vp rt record init routine...
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-28 Xinliang David LiFunction name cleanup (NFC)
2015-11-28 Xinliang David Li[PGO] Extract VP data integrity check code into a helpe...
2015-11-28 Keno Fischer[autoconf] Fix MinGW build
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-26 Krzysztof Parzyszek[Hexagon] Hexagon V60 HVX intrinsic defintions
2015-11-26 Craig Topper[SelectionDAG] Add a SDTCisSameSizeAs type constraint...
2015-11-26 Craig TopperAdd type constraints to masked_load/masked_store to...
2015-11-26 Tom StellardAMDGPU: Fix typo
2015-11-26 Sanjoy Das[OperandBundles] Treat "deopt" operand bundles specially
2015-11-26 Tom StellardAMDGPU: Add llvm.amdgcn.dispatch.ptr intrinsic
2015-11-26 Xinliang David LiFix a typo introduced in previous patches
2015-11-25 Xinliang David Li[PGO] Implement ValueProfiling Closure interfaces for...
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-25 Eric ChristopherFix some places where we were assuming that memory...
2015-11-25 Xinliang David Li[PGO] Convert InstrProfRecord based serialization metho...
2015-11-25 Xinliang David Li[PGO] convert a subset of C++ interfaces into C (for...
2015-11-25 Xinliang David LiAdd missing documentation. (NFC)
2015-11-25 Sanjoy Das[OperandBundles] Extract duplicated code into a helper...
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Xinliang David Li[PGO] Add mapper callback to interfaces retrieving...
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-24 Xinliang David Li[PGO] Introduce value profile data closure type.
2015-11-24 Xinliang David Li[PGO] Small interface change to be profile rt ready
2015-11-24 Xinliang David LiMinor refactor to make VP writing more efficient
2015-11-24 Krzysztof ParzyszekAdd vector types for intrinsics
2015-11-24 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-11-24 Mehdi AminiAdd findFunctionInfoList() accessor to FunctionInfoIndex.
2015-11-24 Davide Italiano[DIE] Make DIE.h NDEBUG conditional-free.
2015-11-24 Xinliang David LiUse make_unique [NFC]
2015-11-24 Xinliang David LiRemove trailing space in comments
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Nathan Slingerland[Support] Add optional argument to SaturatingAdd()...
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-23 Xinliang David Li[PGO] Introduce alignment macro for instr-prof control...
2015-11-23 Xinliang David LiFix comment not allowed in C90
2015-11-23 Nathan Slingerland[Support] Fix SaturatingMultiply<T>() to be correct...
2015-11-23 Xinliang David LiMove two Value Profiler data structs to InstrProfData...
2015-11-23 Xinliang David Li[PGO] Fix remaining bugs in ProfData template file...
2015-11-23 Mehdi AminiAdd const qualifier for FunctionInfoIndex in ModuleLink...
2015-11-23 Mehdi AminiAdd const qualifier on FunctionInfoIndex::hasExportedFu...
2015-11-22 Benjamin Kramer[SCEV] Simplify code. NFC.
next