summaryrefslogtreecommitdiff
path: root/lib/assembly.h
Commit message (Expand)AuthorAgeFilesLines
* <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