GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
WebAssembly
/
WebAssemblyRuntimeLibcallSignatures.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add cbrt function signatures
Thomas Lively
2020-02-13
1
-0
/
+3
*
[WebAssembly] Fix signature of __powitf2 libcall
Sam Clegg
2020-02-07
1
-1
/
+8
*
[TargetLowering][ARM][Mips][WebAssembly] Remove the ordered FP compare from R...
Craig Topper
2020-01-10
1
-6
/
+0
*
[WebAssembly] Add signatures for RINT builtins
Thomas Lively
2019-05-29
1
-0
/
+6
*
[WebAssembly] Implement __builtin_return_address for emscripten
Thomas Lively
2019-05-23
1
-0
/
+5
*
[WebAssembly] Add the signature for the new llround builtin function
Dan Gohman
2019-05-21
1
-0
/
+22
*
[WebAssembly] Support f16 libcalls
Dan Gohman
2019-04-30
1
-1
/
+18
*
[WebAssembly] Make an assertion message prettier. NFC.
Dan Gohman
2019-04-29
1
-2
/
+2
*
[WebAssembly] Define the signature for __stack_chk_fail
Dan Gohman
2019-04-29
1
-1
/
+9
*
[WebAssembly] clang-tidy (NFC)
Heejin Ahn
2019-02-04
1
-38
/
+38
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
WebAssembly: Rename GetSignature to GetLibcallSignature [NFC]
Derek Schuff
2018-09-27
1
-7
/
+9
*
[WebAssembly] clang-format (NFC)
Heejin Ahn
2018-09-05
1
-5
/
+2
*
Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...
Peter Collingbourne
2018-07-24
1
-1
/
+1
*
[WebAssembly] Fix the signatures for the __mulo* libcalls.
Dan Gohman
2018-05-31
1
-3
/
+31
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[WebAssembly] Avoid cast ExprType to wasm::ValType
Sam Clegg
2018-03-02
1
-31
/
+30
*
[WebAssembly] Relax constexpr for old standard libraries.
Benjamin Kramer
2018-02-26
1
-1
/
+1
*
[WebAssembly] Fix macro metaprogram to not duplicate code as much.
Benjamin Kramer
2018-02-23
1
-7
/
+11
*
[WebAssembly] Fix MSVC build
Derek Schuff
2018-01-20
1
-5
/
+6
*
[WebAssembly] Fix libcall signature lookup
Derek Schuff
2018-01-19
1
-13
/
+14
*
[WebAssembly] Remove duplicated RTLIB names
Derek Schuff
2018-01-18
1
-976
/
+394
*
Add support for emitting libcalls for x86_fp80 -> fp128 and vice-versa
Benjamin Kramer
2018-01-17
1
-0
/
+4
*
[WebAssembly] Update libcall signature lists
Derek Schuff
2018-01-09
1
-0
/
+60
*
Fix Wasm as a follow up to r321035 and the other one
Reid Kleckner
2017-12-19
1
-1
/
+7
*
Add element atomic memset intrinsic
Daniel Neilson
2017-07-12
1
-0
/
+11
*
[WebAssembly] Mark element atomic memcpy/memmove intrinsics as unsupported
Heejin Ahn
2017-07-12
1
-11
/
+10
*
Fix to web assembly lib call list
Daniel Neilson
2017-07-12
1
-0
/
+11
*
[WebAssembly] Use LEB encoding for value types
Derek Schuff
2017-03-14
1
-181
/
+177
*
[WebAssembly] Define a table of function signatures for runtime library calls.
Dan Gohman
2017-02-22
1
-0
/
+1306