Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -27/+0 |
| | | | | | | directory llvm-svn: 201393 | ||||
* | Mechanically add end-of-function markers. | Joerg Sonnenberger | 2014-01-24 | 1 | -0/+1 |
| | | | | llvm-svn: 200005 | ||||
* | Change ARM vfp assembly functions to use unified syntax. | Bob Wilson | 2011-08-23 | 1 | -4/+5 |
| | | | | llvm-svn: 138332 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119397 | ||||
* | add explicit alignment directives to assure arm code is 4-byte aligned | Nick Kledzik | 2010-04-21 | 1 | -0/+1 |
| | | | | llvm-svn: 102030 | ||||
* | Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function ↵ | Daniel Dunbar | 2009-10-27 | 1 | -2/+1 |
| | | | | | | symbols inside .S files. llvm-svn: 85264 | ||||
* | Add assembly.h for use in .S files. | Daniel Dunbar | 2009-10-27 | 1 | -0/+1 |
| | | | | llvm-svn: 85263 | ||||
* | start adding implementation of arm *vfp routines with test cases | Nick Kledzik | 2009-09-11 | 1 | -0/+24 |
llvm-svn: 81558 |