summaryrefslogtreecommitdiff
path: root/lib/assembly.h
Commit message (Expand)AuthorAge
* <rdar://problem/11668446> Add .subsections_via_symbols to Darwin assembly filesNick Kledzik2012-07-11
* Back out some changes that accidentally committed.Bob Wilson2012-02-10
* Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson2012-02-10
* Refactor DEFINE_COMPILERRT_FUNCTION.Bob Wilson2011-08-22
* Add some macro magic: user __USER_LABEL_PREFIX__ instead of hardcoding it for...Anton Korobeynikov2011-04-19
* Add ARM EABI function aliases to routinesAnton Korobeynikov2011-04-19
* Get rid of darwin'isms. Provide convenient macro for assembler local lables.Anton Korobeynikov2011-04-19
* license changeHoward Hinnant2010-11-16
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-18
* Unbreak symbol mangling in .s files, at least for Darwin/Linux.Daniel Dunbar2010-01-18
* Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restF...Daniel Dunbar2010-01-18
* Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF.Rafael Espindola2009-11-09
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-27