summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-03Delete dead code.Rafael Espindola
2015-12-03Fix class SCEVPredicate has virtual functions and accessible non-virtual dest...Andy Gibbs
2015-12-03Revert "ScheduleDAGInstrs: Rework schedule graph builder."Matthias Braun
2015-12-03Adapt comment and rename variable in ModuleLinker to describe more accurately...Mehdi Amini
2015-12-03Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini
2015-12-03ScheduleDAGInstrs: Rework schedule graph builder.Matthias Braun
2015-12-02Rename a header guard to be more appropriateDavid Majnemer
2015-12-02Move EH-specific helper functions to a more appropriate placeDavid Majnemer
2015-12-02[PGO] Allow input value node list to be nullXinliang David Li
2015-12-02[PowerPC] Remove wild call to RegScavenger::initRegState().Alexey Samsonov
2015-12-02Scheduler / Regalloc: use unique_ptr[] instead of std::vectorFiona Glaser
2015-12-02[llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland
2015-12-02AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.Tim Northover
2015-12-02Rollback r254508 and r254511 to fix buildbotsAndy Gibbs
2015-12-02Fix buildbots broken by r254508Andy Gibbs
2015-12-02Fix class SCEVPredicate has virtual functions and accessible non-virtual dest...Andy Gibbs
2015-12-02[AArch64]: Add support for Cortex-A35Christof Douma
2015-12-02[X86][AVX512] add comi with SaeAsaf Badouh
2015-12-02[AttributeSet] Overload AttributeSet::addAttribute to reduce compileAkira Hatanaka
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie
2015-12-02DebugInfo\DWARF: Privatize some accidentally public membersDavid Blaikie
2015-12-02Change ModuleLinker to take a set of GlobalValues to import instead of a sing...Mehdi Amini
2015-12-02Modify FunctionImport to take a callback to load modulesMehdi Amini
2015-12-01Define member operator deleteXinliang David Li
2015-12-01[PGO] Add support for reading multiple versions of indexed profile format pro...Xinliang David Li
2015-12-01Use references now that it is natural to do so.Rafael Espindola
2015-12-01Delete dead code.Rafael Espindola
2015-12-01Use a forwarding constructor instead of an init method.Rafael Espindola
2015-12-01Delete the setModule method from the Linker.Rafael Espindola
2015-12-01Fixed a failure in cost calculation for vector GEPElena Demikhovsky
2015-12-01Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov
2015-12-01[ARM] Add ARMv8.2-A to TargetParserOliver Stannard
2015-12-01Introduce a range version of std::find, and use in SCEVSanjoy Das
2015-12-01Introduce a range version of std::any_of, and use it in SCEVSanjoy Das
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01RegisterPressure: Remove support for recede()/advance() at MBB boundariesMatthias Braun
2015-12-01RegisterPressure: There is no need to make getCurSlot() publicMatthias Braun
2015-12-01RegisterPressure: There is no need to make discoverLive{In|Out} publicMatthias Braun
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg
2015-12-01[llvm-dwp] Initial partial prototypeDavid Blaikie
2015-12-01[safestack] Protect byval function arguments.Evgeniy Stepanov
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-11-30Have 'optnone' respect the -fast-isel=false option.Paul Robinson
2015-11-30[ADT] Fix typo in commentSanjoy Das
2015-11-29Fix out of bounds access in hasStructRetAttrSanjoy Das
2015-11-29[X86] int_x86_avx2_permps and X86ISD::VPERMV should take an integer vector fo...Craig Topper
2015-11-29[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).Davide Italiano
2015-11-29 Minor code cleanupsXinliang David Li
2015-11-28[PGO] Move value profile format related structures and APIs to common fileXinliang David Li
2015-11-28[Stack realignment] Handling of aligned allocas.Jonas Paulsson