| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Readdress r236990, use of static members on a non-static variable. | David Blaikie | 2015-05-11 | 1 | -3/+2 |
| | | | | | | | | | | | | | The TargetRegistry is just a namespace-like class, instantiated in one place to use a range-based for loop. Instead, expose access to the registry via a range-based 'targets()' function instead. This makes most uses a bit awkward/more verbose - but eventually we should just add a range-based find_if function which will streamline these functions. I'm happy to mkae them a bit awkward in the interim as encouragement to improve the algorithms in time. llvm-svn: 237059 | ||||
| * | Amends r236990, because I failed at hitting "save" before commit. | Aaron Ballman | 2015-05-11 | 1 | -2/+1 |
| | | | | | llvm-svn: 236991 | ||||
| * | Replacing a range-based for loop with an old-style for loop. This code was ↵ | Aaron Ballman | 2015-05-11 | 1 | -2/+3 |
| | | | | | | | previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC. llvm-svn: 236990 | ||||
| * | Prevent further errors of omission when adding backend names. | Douglas Katzman | 2015-05-08 | 1 | -0/+43 |
| Differential Revision: http://reviews.llvm.org/D9441 llvm-svn: 236865 | |||||

