Add LDC compiler to list of external OS projects using LLVM 3.8
[oota-llvm.git] / include / llvm /
2016-02-05 Hans WennborgMerging r259886 and r259888:
2016-02-04 Hans WennborgMerging r259695:
2016-01-26 Sanjoy DasMerging r258184:
2016-01-22 Hans WennborgMerging r258416 and r258428:
2016-01-20 Hans WennborgMerging r257940:
2016-01-20 Quentin ColombetMerging r258207:
2016-01-19 Hans WennborgMerging r257875:
2016-01-19 Hans WennborgMerging r257902 (and r257775)
2016-01-14 Hans WennborgMerging r257730:
2016-01-13 Dimitry AndricMerging r257645:
2016-01-13 Michael Zuckerman[AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD...
2016-01-13 Michael Zuckerman[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD...
2016-01-13 Michael Zuckerman[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD...
2016-01-13 Lang Hames[ORC] Add extra debugging output to OrcRemoteTargetServer.
2016-01-13 Lang Hames[ORC] Fix typo in debugging output.
2016-01-13 Akira Hatanaka[Inliner] Merge the attributes of the caller and callee...
2016-01-13 Michael GottesmanFix PointerIntPair so that it can use an enum class...
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code
2016-01-13 Xinliang David LiRollback r257551 -- unexpected test failures TBI
2016-01-13 David Majnemer[CodeView] Improve the line table dumper
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-13 Xinliang David LiRollback r257547 -- buildbot failure TBI
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2016-01-12 Matthias BraunRegisterPressure: Expose RegisterOperands API
2016-01-12 Nathan Slingerland[Support] Add saturating multiply-add support function
2016-01-12 Michael Zuckerman[AVX512] adding PROLQ and PROLD Intrinsics
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2016-01-12 Dan Gohman[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textu...
2016-01-12 Lang Hames[ORC] More cleanup, partially aimed at working around...
2016-01-12 Lang Hames[Orc] Replace lambda with a helper method.
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-12 Lang Hames[Orc] Clang-format.
2016-01-12 Lang Hames[Orc] Take another shot at working around the GCC 4...
2016-01-12 Keno Fischer[ARM] Fix several state persistence bugs
2016-01-12 Igor BregerAVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic...
2016-01-12 Lang Hames[Orc] Comment out debugging output in OrcRemoteTargetCl...
2016-01-12 Lang Hames[ORC] Remove extraneous '&'.
2016-01-12 Lang Hames[ORC] Replace some more 'auto' uses with std::error_code.
2016-01-12 Lang Hames[Orc] Add overloads of RPC::handle and RPC::expect...
2016-01-12 Dan Gohman[WebAssembly] Define a custom segment type for function...
2016-01-12 NAKAMURA TakumiOrcRemoteTargetServer.h: Suppress a warning. [-Wunused...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-11 Teresa JohnsonSplit resolveCycles(bool AllowTemps) into two interface...
2016-01-11 Pete CooperBumpPtrAllocator::Reset should also poison the first...
2016-01-11 Lang Hames[ORC] Add explicit move construction/assignment to
2016-01-11 Lang Hames[ORC] More MSVC error wrangling.
2016-01-11 Dimitry AndricEnsure -mcpu=xscale works for arm targets, after rL2529...
2016-01-11 Lang Hames[Orc] Fix missing return.
2016-01-11 Lang Hames[Orc] Add explicit move construction/assignment to...
2016-01-11 David BlaikieFix some GCC 4.7 issues with the new Orc remote JIT...
2016-01-11 Lang Hames[ORC] Explicitly delete copy constructors for RCMemoryM...
2016-01-11 Lang Hames[Orc] Include <system_error> in OrcTargetClient.
2016-01-11 Lang Hames[Orc] More explicit move construction/assignment to...
2016-01-11 Lang Hames[ORC] Pacify MSVC by adding explicit move construction...
2016-01-11 Lang Hames[ORC] Change 'auto' to 'std::error_code' to try to...
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2016-01-11 Lang Hames[ORC] Move ORC RPC helper classes that rely on partial...
2016-01-11 Lang Hames[Orc] Remove the empty class definitions in RPCUtils...
2016-01-11 Xinliang David LiMove all decls in coverage namespace into CoverageMappi...
2016-01-11 Lang HamesOrc] Drop PageSize member from Orc architecture support...
2016-01-11 Lang Hames[Orc] Remove the FPRPCChannel class from RPCChannel...
2016-01-11 Lang Hames[Orc] Include the IndirectionUtils header in OrcRemoteT...
2016-01-11 Lang Hames[Orc] Remote the <unistd> include introduced in r257305...
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-11 Lang Hames[Orc] Add error codes and a new std::error_category...
2016-01-10 Lang Hames[RuntimeDyld] Add a notifyObjectLoaded method to Runtim...
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
2016-01-10 Lang Hames[RuntimeDyld] Add alignment arguments to the reserveAll...
2016-01-10 Benjamin Kramer[ADT] Another stab at fixing the PointerEmbeddedInt...
2016-01-10 Benjamin Kramer[ADT] Unbreak PointerEmbeddedInt build with MSVC.
2016-01-10 Chandler Carruth[ADT] Add an abstraction for embedding an integer withi...
2016-01-10 Michael Zuckerman[AVX512] add PRORVQ and PRORVD Intrinsic
2016-01-10 Chandler Carruth[ADT] Add a sum type abstraction for pointer-like types.
2016-01-10 Craig Topper[ADT] Remove 'reinterpreted as a pointer' from some...
2016-01-10 David Majnemer[JumpThreading] Don't forget to report that the IR...
2016-01-09 Lang Hames[Orc] Fix MSVC build errors due to r257265 by adding...
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2016-01-09 Lang Hames[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
2016-01-09 Mike Aizatsky[llvm-symbolizer] -print-source-context-lines option...
2016-01-08 Sanjay Pateldon't repeat variable/function names in comments; NFC
2016-01-08 Xinliang David Li[PGO] Introducing version mask macro/NFC
2016-01-08 Matthias BraunLiveInterval: Adapt commen to the LI->LR change.
2016-01-08 Xinliang David LiMinor fix -- use the right version enum/NFC
2016-01-08 Justin BognerLoopInfo: Simplify ownership of Loop objects
2016-01-08 Easwaran RamanRemove CloningDirector and associated code
2016-01-08 Teresa Johnson[ThinLTO] Use new in-place symbol changes for exporting...
2016-01-08 Teresa Johnson[ThinLTO] Enable in-place symbol changes for exporting...
2016-01-08 Chandler Carruth[attrs] Split the late-revisit pattern for deducing...
2016-01-08 Chandler Carruth[LCG] Re-order the lazy node iterator below the node...
2016-01-08 Xinliang David Li[PGO] Fix a bug in InstProfWriter addRecord
2016-01-08 Mehdi AminiRemove static global GCNames from Function.cpp and...
2016-01-08 Matthias BraunIntEqClasses: Let join() return the new leader
2016-01-08 Matthias BraunLiveInterval: A LiveRange is enough for ConnectedVNInfo...
2016-01-08 Xinliang David Li[PGO] : Removing trailing space/define new macro/NFC
2016-01-07 Xinliang David Li[PGO] Minor refactoring /NFC
2016-01-07 Xinliang David Li[PGO] Simplify coverage mapping lowering
2016-01-07 Michael Liao[DominatorTree] Remove unnecessary map population....
2016-01-07 Michael Zuckerman[AVX512] add PSLLW and PSLLV Intrinsic
next