OSDN Git Service

[FastISel] Some long overdue spring cleaning of FastISel.
authorJuergen Ributzka <juergen@apple.com>
Wed, 3 Sep 2014 18:46:45 +0000 (18:46 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 3 Sep 2014 18:46:45 +0000 (18:46 +0000)
commit39af4e655aeabbee844146f18fcc8d6120e6e0ac
treeac0a1ae932d6f3045b8c71fa54cd914c249ff674
parent75899aab3574022d3809614200521b9827f74293
[FastISel] Some long overdue spring cleaning of FastISel.

Things got a little bit messy over the years and it is time for a little bit
spring cleaning.

This first commit is focused on the FastISel base class itself. It doxyfies all
comments, C++11fies the code where it makes sense, renames internal methods to
adhere to the coding standard, and clang-formats the files.

Reviewed by Eric

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217060 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/AArch64/AArch64FastISel.cpp