summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/assembly.h
Commit message (Expand)AuthorAgeFilesLines
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-141-136/+0
* Move JMP/JMPc definition into assembly.h's ARM block.Joerg Sonnenberger2014-01-291-0/+8
* Implement __ARM_ARCH if the compiler lacks it. Add feature tests for bx and clz.Joerg Sonnenberger2014-01-241-0/+38
* Add end of function marker, which can be used on ELF to correctly setJoerg Sonnenberger2014-01-231-0/+7
* ARM's @ comment mode strikes again. Use %function on ARM.Joerg Sonnenberger2014-01-161-1/+5
* Declare assembler functions as symbols of type function for ELF.Joerg Sonnenberger2014-01-141-1/+7
* <rdar://problem/11668446> Add .subsections_via_symbols to Darwin assembly filesNick Kledzik2012-07-111-0/+3
* Back out some changes that accidentally committed.Bob Wilson2012-02-101-20/+3
* Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson2012-02-101-3/+20
* Refactor DEFINE_COMPILERRT_FUNCTION.Bob Wilson2011-08-221-5/+6
* Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...Anton Korobeynikov2011-04-191-4/+4
* Add ARM EABI function aliases to routinesAnton Korobeynikov2011-04-191-0/+11
* Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov2011-04-191-10/+14
* license changeHoward Hinnant2010-11-161-2/+2
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-181-0/+7
* Unbreak symbol mangling in .s files, at least for Darwin/Linux.Daniel Dunbar2010-01-181-7/+7
* Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...Daniel Dunbar2010-01-181-0/+5
* Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.Rafael Espindola2009-11-091-1/+1
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-271-0/+42
OpenPOWER on IntegriCloud