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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement aeabi_{f,d}cmp*.
Zonr Chang
2013-02-07
2
-0
/
+78
*
Add compiler-rt support for Swift.
Bob Wilson
2012-09-29
3
-2
/
+22
*
Remove the old, and non-functional CMake build system from CompilerRT.
Chandler Carruth
2012-04-04
1
-0
/
+0
*
Back out some changes that accidentally committed.
Bob Wilson
2012-02-10
9
-9
/
+0
*
Revert r150232 since it breaks the build when there's no ARM assembler.
Bob Wilson
2012-02-10
9
-0
/
+9
*
Proper divmod implementation
Anton Korobeynikov
2012-01-30
4
-0
/
+115
*
Provide aeabi_mem* functions.
Anton Korobeynikov
2012-01-30
4
-0
/
+89
*
build: Add ModuleName per-subdir variable as a way to organize the different
Daniel Dunbar
2011-12-02
1
-0
/
+1
*
Change ARM vfp assembly functions to use unified syntax.
Bob Wilson
2011-08-23
34
-118
/
+152
*
Add ARM EABI function aliases to routines
Anton Korobeynikov
2011-04-19
2
-0
/
+4
*
Make use of LOCAL_LABEL macro
Anton Korobeynikov
2011-04-19
3
-12
/
+12
*
Get rid of darwin'isms. Provide convenient macro for assembler local lables.
Anton Korobeynikov
2011-04-19
3
-3
/
+3
*
slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores
Stephen Canon
2011-03-21
1
-1
/
+1
*
Carefully written implementations of the 32-bit integer divide and modulus fu...
Stephen Canon
2011-03-18
6
-32
/
+337
*
<rdar://problem/9091300> update Apple packaging of compiler-rt
Nick Kledzik
2011-03-05
1
-0
/
+21
*
license change
Howard Hinnant
2010-11-16
45
-90
/
+90
*
add assembly implementation of modsi3 so compiler does not have to special ca...
Nick Kledzik
2010-07-27
1
-0
/
+36
*
Hand-tuning of single-precision soft-float comparison routines for ARM
Stephen Canon
2010-07-08
1
-0
/
+130
*
fix arvm5 builds
Nick Kledzik
2010-07-04
1
-1
/
+1
*
Further cleanup of ARM bswap implementations, thanks to John Tytgat
Stephen Canon
2010-07-03
2
-27
/
+23
*
Marginally smaller implementations of bswap for ARMv4, ARMv5 that avoid the n...
Stephen Canon
2010-07-03
2
-32
/
+26
*
ARM before armv6 did not supprt 'rev' instruction
Nick Kledzik
2010-07-03
2
-0
/
+31
*
add explicit alignment directives to assure arm code is 4-byte aligned
Nick Kledzik
2010-04-21
43
-0
/
+43
*
add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-bu...
Nick Kledzik
2010-02-02
1
-0
/
+33
*
Split up switch.S and save_restore_d8_d15.S to follow one function per file c...
Daniel Dunbar
2010-01-19
7
-101
/
+211
*
Rename subdir 'Target' variable to 'Implementation' to be less overloaded.
Daniel Dunbar
2010-01-18
1
-1
/
+1
*
Simplify subdirectory makefiles, and be more robust by checking that they def...
Daniel Dunbar
2010-01-18
1
-3
/
+0
*
add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM
Nick Kledzik
2009-10-29
1
-0
/
+45
*
Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbo...
Daniel Dunbar
2009-10-27
37
-84
/
+40
*
Add assembly.h for use in .S files.
Daniel Dunbar
2009-10-27
38
-1
/
+39
*
add support for __switch* needed for switch statements in thumb codegen
Nick Kledzik
2009-09-18
1
-0
/
+93
*
add conversion functions and test cases for ARM
Nick Kledzik
2009-09-14
10
-0
/
+232
*
Update cmake files for arm support hooks.
Edward O'Callaghan
2009-09-14
1
-0
/
+0
*
fix typo in comment
Nick Kledzik
2009-09-13
1
-1
/
+1
*
add comparison functions for ARM
Nick Kledzik
2009-09-12
18
-0
/
+452
*
start adding implementation of arm *vfp routines with test cases
Nick Kledzik
2009-09-11
8
-0
/
+185
*
Stub out structure for building armv{6,7} libs.
Daniel Dunbar
2009-09-10
1
-0
/
+22