| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement depth_first and inverse_depth_first range factory functions. | David Blaikie | 2014-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Also updated as many loops as I could find using df_begin/idf_begin - strangely I found no uses of idf_begin. Is that just used out of tree? Also a few places couldn't use df_begin because either they used the member functions of the depth first iterators or had specific ordering constraints (I added a comment in the latter case). Based on a patch by Jim Grosbach. (Jim - you just had iterator_range<T> where you needed iterator_range<idf_iterator<T>>) llvm-svn: 206016 | ||||
| * | [ARM64,C++11]: Range'ify loops in the conditional-compare pass. | Jim Grosbach | 2014-04-10 | 1 | -27/+25 |
| | | | | | llvm-svn: 205988 | ||||
| * | Fix some doc and comment typos | Alp Toker | 2014-04-09 | 1 | -2/+2 |
| | | | | | llvm-svn: 205899 | ||||
| * | ARM64: Remove unused helper function, make others static. | Benjamin Kramer | 2014-03-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 205112 | ||||
| * | ARM64: initial backend import | Tim Northover | 2014-03-29 | 1 | -0/+918 |
| This adds a second implementation of the AArch64 architecture to LLVM, accessible in parallel via the "arm64" triple. The plan over the coming weeks & months is to merge the two into a single backend, during which time thorough code review should naturally occur. Everything will be easier with the target in-tree though, hence this commit. llvm-svn: 205090 | |||||

