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