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
/
assembly.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...
Alexey Samsonov
2014-02-14
1
-136
/
+0
*
Move JMP/JMPc definition into assembly.h's ARM block.
Joerg Sonnenberger
2014-01-29
1
-0
/
+8
*
Implement __ARM_ARCH if the compiler lacks it. Add feature tests for bx and clz.
Joerg Sonnenberger
2014-01-24
1
-0
/
+38
*
Add end of function marker, which can be used on ELF to correctly set
Joerg Sonnenberger
2014-01-23
1
-0
/
+7
*
ARM's @ comment mode strikes again. Use %function on ARM.
Joerg Sonnenberger
2014-01-16
1
-1
/
+5
*
Declare assembler functions as symbols of type function for ELF.
Joerg Sonnenberger
2014-01-14
1
-1
/
+7
*
<rdar://problem/11668446> Add .subsections_via_symbols to Darwin assembly files
Nick Kledzik
2012-07-11
1
-0
/
+3
*
Back out some changes that accidentally committed.
Bob Wilson
2012-02-10
1
-20
/
+3
*
Revert r150232 since it breaks the build when there's no ARM assembler.
Bob Wilson
2012-02-10
1
-3
/
+20
*
Refactor DEFINE_COMPILERRT_FUNCTION.
Bob Wilson
2011-08-22
1
-5
/
+6
*
Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...
Anton Korobeynikov
2011-04-19
1
-4
/
+4
*
Add ARM EABI function aliases to routines
Anton Korobeynikov
2011-04-19
1
-0
/
+11
*
Get rid of darwin'isms. Provide convenient macro for assembler local lables.
Anton Korobeynikov
2011-04-19
1
-10
/
+14
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...
Daniel Dunbar
2010-01-18
1
-0
/
+7
*
Unbreak symbol mangling in .s files, at least for Darwin/Linux.
Daniel Dunbar
2010-01-18
1
-7
/
+7
*
Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...
Daniel Dunbar
2010-01-18
1
-0
/
+5
*
Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.
Rafael Espindola
2009-11-09
1
-1
/
+1
*
Add assembly.h for use in .S files.
Daniel Dunbar
2009-10-27
1
-0
/
+42