Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CompilerRT] use .p2align, .balign instead of .align | Saleem Abdulrasool | 2014-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | The .align statements in ARM assembly routines is actually meant to be a power of 2 alignment (e.g. .align 2 == 4 byte alignment, not 2). Switch to using .p2align. .p2align is guaranteed to be a power-of-two alignment always and much more explicit. The .align in the case of x86_64 is byte alignment, use .balign instead of .align. llvm-svn: 208578 | ||||
* | Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵ | Alexey Samsonov | 2014-02-14 | 1 | -0/+32 |
directory llvm-svn: 201393 |