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
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...
Alexey Samsonov
2014-02-14
64
-2531
/
+0
*
Copy&paste errors. Found by Thomas Klausner.
Joerg Sonnenberger
2014-01-30
2
-4
/
+4
*
Support ARMv4 in the remaining non-VFP routines.
Joerg Sonnenberger
2014-01-29
3
-7
/
+7
*
Move JMP/JMPc definition into assembly.h's ARM block.
Joerg Sonnenberger
2014-01-29
5
-34
/
+0
*
Optimized implementation of __clzdi2 and __clzsi2 for ARM. Written in
Joerg Sonnenberger
2014-01-29
2
-0
/
+170
*
ARM: also remove useless .arm directive from other files
Tim Northover
2014-01-24
2
-6
/
+0
*
ARM: remove unnecessary .arm directive
Tim Northover
2014-01-24
1
-3
/
+0
*
Fix a typo "endi" -> "endif" in r200035.
Bob Wilson
2014-01-24
1
-1
/
+1
*
Don't use .arm for ARMv7M, which will use the hwdiv path. Non-hwdiv
Joerg Sonnenberger
2014-01-24
3
-0
/
+6
*
Mechanically add end-of-function markers.
Joerg Sonnenberger
2014-01-24
57
-30
/
+78
*
Provide support for ARMv4, lacking bx and clz. Unroll the
Joerg Sonnenberger
2014-01-24
3
-198
/
+412
*
Add missing __aeabi_fcmpun alias to match C version.
Joerg Sonnenberger
2014-01-16
1
-0
/
+2
*
Remove support for armv7f slice. <rdar://problem/12478440>
Bob Wilson
2014-01-15
1
-1
/
+1
*
Add clang_darwin_embedded platform for embedded projects
Tim Northover
2013-11-15
1
-1
/
+1
*
ARM: make assembly files compile Thumb2 with nop IT block.
Tim Northover
2013-11-11
8
-7
/
+33
*
Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly.
Stephen Hines
2013-10-25
6
-6
/
+6
*
<rdar://problem/12512722> Use arm divide instruction if available
Nick Kledzik
2013-05-24
4
-0
/
+48
*
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
[next]