index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
builtins: mark functions as aapcs on Windows
Saleem Abdulrasool
2015-05-22
1
-1
/
+5
*
[Builtins] Implement f2h/h2f by jumping to trunc/extend.
Ahmed Bougacha
2015-05-14
2
-4
/
+8
*
[Builtins] Implement half-precision conversions.
Ahmed Bougacha
2015-05-12
7
-5
/
+92
*
builtins: Implement the functions from stdatomic.h
Justin Bogner
2015-05-08
6
-0
/
+116
*
Fix float->uint conversion for inputs less than 0
Derek Schuff
2015-05-01
3
-1
/
+3
*
Add hard float versions of FP to LL conversions
Sergey Dmitrouk
2015-04-06
4
-4
/
+97
*
We want single precision here.
Joerg Sonnenberger
2015-03-13
1
-0
/
+3
*
Use signed int implementation for __fixint
Ed Maste
2015-03-12
3
-3
/
+3
*
Be nicer to C90 environments and avoid the declaration of variables in for
Joerg Sonnenberger
2015-03-11
1
-2
/
+3
*
Always include stddef.h to make sure size_t exists.
Joerg Sonnenberger
2015-03-11
1
-0
/
+1
*
Refactor float to integer conversion to share the same code.
Joerg Sonnenberger
2015-03-11
25
-376
/
+329
*
Allow compiler-rt build on Bitrig
Renato Golin
2015-03-02
1
-2
/
+2
*
[MIPS] Add missing header for syscall
Petar Jovanovic
2015-02-28
1
-0
/
+1
*
Use compiler provided endianness definitions if available.
Ed Schouten
2015-02-23
1
-12
/
+16
*
[mips] Add __clear_cache() definition for non-Android systems
Petar Jovanovic
2015-02-10
1
-4
/
+4
*
Remove invalid const qualifier for r0, since it is written by svc.
Stephen Hines
2015-02-03
1
-1
/
+1
*
[MIPS64] Make __clear_cache more optimal
Petar Jovanovic
2015-01-20
1
-1
/
+56
*
Fix compilation of compiler_rt against libunwind.
Evgeniy Stepanov
2015-01-15
1
-1
/
+1
*
builtins: avoid duplicating unwind declarations
Saleem Abdulrasool
2015-01-14
2
-44
/
+9
*
Add FreeBSD support for __clear_cache.
Roman Divacky
2015-01-11
1
-1
/
+6
*
builtins: rely on the compiler for user label prefix
Saleem Abdulrasool
2014-12-19
1
-12
/
+6
*
Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
2014-12-18
1
-1
/
+2
*
builtins: cleanup constant data section selection
Saleem Abdulrasool
2014-12-10
8
-58
/
+14
*
PR21518: Use unsigned arithmetic for trapping add/sub functions.
Bob Wilson
2014-11-12
6
-6
/
+6
*
builtins: avoid endian.h in favour of compiler builtins
Saleem Abdulrasool
2014-10-25
1
-4
/
+3
*
Fix checks for Android.
Dan Albert
2014-10-20
1
-4
/
+4
*
Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.
Bob Wilson
2014-10-14
1
-13
/
+0
*
AArch64: add support for ARM64 iOS versions of compiler-rt.
Tim Northover
2014-10-08
4
-1
/
+37
*
builtins: add missed change from previous commit
Saleem Abdulrasool
2014-10-07
1
-1
/
+1
*
builtins: rework use of DEFINE_COMPILERRT_THUMB_FUNCTION
Saleem Abdulrasool
2014-10-07
11
-8
/
+44
*
Try harder to fix ARM/Linux after r219040.
Bob Wilson
2014-10-04
1
-1
/
+6
*
Attempt to fix ARM/Linux after r219040.
Bob Wilson
2014-10-04
1
-1
/
+1
*
Fix the armv7 thumb builtins on darwin
Steven Wu
2014-10-04
12
-12
/
+24
*
[sanitizer] Add i686 arch to compiler-rt.
Evgeniy Stepanov
2014-10-01
1
-1
/
+4
*
[compiler-rt] Do not use ldrexd or strexd on v7M
Oliver Stannard
2014-09-29
10
-0
/
+20
*
builtins: 80-column
Saleem Abdulrasool
2014-09-19
1
-2
/
+4
*
builtins: remove definition of __ARM_ARCH
Saleem Abdulrasool
2014-09-19
1
-27
/
+0
*
Implement floatsitf, floatunstfsi, which perform
Joerg Sonnenberger
2014-09-16
2
-0
/
+92
*
builtins: replace section symbol with reference to spec
Saleem Abdulrasool
2014-09-08
1
-1
/
+1
*
builtins: add AEABI div0 functions
Saleem Abdulrasool
2014-09-06
2
-0
/
+44
*
builtins: remove unnecessary COMPILER_RT_EXPORT
Saleem Abdulrasool
2014-09-06
2
-11
/
+3
*
builtins: add signature to some assembly routines
Saleem Abdulrasool
2014-08-09
6
-0
/
+23
*
builtins: correct __umodsi3, __udivsi3 on ARM
Saleem Abdulrasool
2014-08-09
2
-7
/
+3
*
builtins: make ARM compilation with GAS work again
Saleem Abdulrasool
2014-07-27
4
-5
/
+11
*
builtins: move macro definitions into assembly.h
Saleem Abdulrasool
2014-07-27
4
-24
/
+8
*
builtins: whitespace
Saleem Abdulrasool
2014-07-27
2
-8
/
+8
*
builtins: avoid multiple definitions of symbols
Saleem Abdulrasool
2014-07-26
1
-7
/
+18
*
builtins: add missed files from previous commits
Saleem Abdulrasool
2014-07-26
4
-3
/
+11
*
builtins: move the readonly constants into rodata
Saleem Abdulrasool
2014-07-26
4
-8
/
+27
*
builtins: correct constant alignments
Saleem Abdulrasool
2014-07-26
4
-17
/
+41
[next]