index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
[builtins] Use __APPLE__ instead of __MACH__ in check
Petr Hosek
2019-04-29
1
-1
/
+1
*
[builtins] Fix the missing assembly on Darwin
Petr Hosek
2019-04-29
1
-1
/
+1
*
[builtins] Fix the typo in the preprocessor check
Petr Hosek
2019-04-29
1
-1
/
+1
*
[builtins] Use aliases for function redirects
Petr Hosek
2019-04-29
41
-95
/
+85
*
[builtins] Use single line C++/C99 comment style
Petr Hosek
2019-04-28
240
-3869
/
+3489
*
[builtins] Reformat builtins with clang-format
Petr Hosek
2019-04-28
193
-5873
/
+5341
*
[builtins] Build x86_64 with GENERIC_TF_SOURCES
Yi Kong
2019-04-18
1
-0
/
+1
*
[builtins] Add __cmpsf2 for ARM version of comparesf2
Yi Kong
2019-04-17
1
-0
/
+5
*
[gn] Support for building compiler-rt builtins
Petr Hosek
2019-04-05
1
-81
/
+111
*
Remove unneeded ymath.h include from int_math.h
Reid Kleckner
2019-04-04
1
-1
/
+0
*
Revert "[builtins] Rounding mode support for addxf3/subxf3"
Yi Kong
2019-03-27
12
-198
/
+15
*
[builtins] Rounding mode support for addxf3/subxf3
Yi Kong
2019-03-26
12
-15
/
+198
*
Fix typos in compiler-rt/lib/builtins/atomic.c
Hubert Tong
2019-03-23
1
-1
/
+10
*
Make __cpu_model a hidden symbol, to match libgcc.
Sterling Augustine
2019-03-20
1
-0
/
+10
*
[builtins] Divide shouldn't underflow if rounded result would be normal.
Eli Friedman
2019-03-19
3
-0
/
+36
*
[X86] Add 'znver2' and 'cascadelake' support to __cpu_indicator_init.
Craig Topper
2019-02-26
1
-6
/
+20
*
[builtins] Do not set hidden attribute on Android
Yi Kong
2019-01-23
1
-2
/
+6
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
331
-1282
/
+993
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
14
-30
/
+42
*
[compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPC
Amy Kwan
2019-01-10
2
-0
/
+49
*
[compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPC
Amy Kwan
2019-01-10
2
-0
/
+107
*
[builtins] Remove trailing whitespaces, NFC
Yi Kong
2018-12-10
2
-43
/
+43
*
[X86][compiler-rt] Add missing semicolon
Benjamin Kramer
2018-11-24
1
-1
/
+1
*
[X86] Make conversion of feature bits into a mask explicitly unsigned by usin...
Craig Topper
2018-11-24
1
-6
/
+6
*
[X86][compiler-rt] Attempt to fix a warning about a shift amount being negati...
Craig Topper
2018-11-24
1
-6
/
+6
*
Revert "Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr"
Kamil Rytarowski
2018-11-16
1
-1
/
+1
*
Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr
Kamil Rytarowski
2018-11-16
1
-1
/
+1
*
Cast _Unwind_GetIP() and _Unwind_GetRegionStart() to uintptr_t
Kamil Rytarowski
2018-11-16
1
-3
/
+2
*
Compile and test i128 math builtins for Win64
Reid Kleckner
2018-11-01
1
-1
/
+10
*
[builtins] Re-enable x86-only long double tests
Reid Kleckner
2018-10-30
1
-0
/
+12
*
[compiler-rt][builtins] Don't #include CoreFoundation in os_version_check.c
Erik Pilkington
2018-10-29
1
-8
/
+33
*
[builtins] Fix -Wunused-local-typedef warning in compile time asserts
Reid Kleckner
2018-10-29
1
-1
/
+1
*
[X86][compiler-rt] Add additional CPUs and features to the cpu detection to m...
Craig Topper
2018-10-20
1
-35
/
+78
*
[Arm builtins] Remove non-necessary IS check
Kristina Brooks
2018-10-02
2
-10
/
+2
*
[compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...
Jordan Rupprecht
2018-09-24
6
-10
/
+77
*
[builtins] Add __emutls_unregister_key function
Yi Kong
2018-09-20
1
-0
/
+13
*
[builtins] Fix c?zdi2 on sparc64/Linux and ignore riscv32
Kristina Brooks
2018-09-18
2
-4
/
+14
*
Switch to using a reserved identifier for this internal compiler-rt function.
Richard Smith
2018-09-08
2
-7
/
+7
*
ARM: wrap call to __clzsi2 so that the name is correct on MachO.
Tim Northover
2018-09-06
1
-1
/
+1
*
[macOS] stop generating the libclang_rt.10.4.a library for macOS 10.4
Alex Lorenz
2018-08-08
1
-137
/
+0
*
[cmake] [ARM] Exclude any VFP builtins if VFP is not supported
Azharuddin Mohammed
2018-07-30
1
-0
/
+9
*
[builtins] Implement the __chkstk function for ARM for MinGW
Martin Storsjo
2018-07-17
2
-0
/
+35
*
Fix bots after r334981
Francis Visoiu Mistrih
2018-06-19
1
-19
/
+19
*
Fixing os_version_check.c to be actual C source
Chris Bieneman
2018-06-18
1
-27
/
+50
*
[compiler-rt] [builtins] Don't build __atomic_* by default.
Eli Friedman
2018-06-14
1
-2
/
+2
*
[builtins] Delay emutls deallocation for one round
Ryan Prichard
2018-06-12
1
-11
/
+41
*
[builtins] emutls cleanup: determine header size using sizeof
Ryan Prichard
2018-06-12
1
-6
/
+7
*
Revert "[cmake] [ARM] Check if VFP is supported before including any VFP buil...
Azharuddin Mohammed
2018-05-24
1
-14
/
+5
*
[cmake] [ARM] Check if VFP is supported before including any VFP builtins
Azharuddin Mohammed
2018-05-24
1
-5
/
+14
*
Add basic compiler-rt builtins support for hexagon.
Sid Manning
2018-05-09
31
-0
/
+5467
[next]