aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h
Commit message (Collapse)AuthorAge
* Removed some unused C++ source filesGravatar Adam Cozzette2018-03-22
|
* Add support for Windows ARM buildsGravatar Gergely Nagy2016-12-12
|
* MIPS: remove immediate constraint within CompareAndSwap.Gravatar Gordana Cmiljanovic2015-02-09
| | | | | Improper use of immediate constraint is slightly non-optimal with gcc/gnu-as but may cause breakage with clang.
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* patch Issue 130740043 to trunk for other atomicops patches: [MIPS64] Add ↵Gravatar jieluo@google.com2014-08-20
| | | | support for MIPS64 in protobuf
* use #undef instead of change the name of MemoryBarrierGravatar jieluo@google.com2014-08-06
|
* Change MemoryBarrier() to MemoryBarrierInternal(). Resolve name conflict in ↵Gravatar jieluo@google.com2014-07-30
| | | | mingw gcc 4.8.1
* Update atomicops to support new platforms where intptr_t = long.Gravatar liujisi@google.com2012-06-05
| | | | Fix license headers.
* Add atomicops from V8.Gravatar pliard@google.com2012-03-02