summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/TargetSelect.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace.NAKAMURA Takumi2015-08-101-12/+12
| | | | llvm-svn: 244431
* Reformat linebreaks.NAKAMURA Takumi2015-08-101-2/+1
| | | | llvm-svn: 244430
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
| | | | | | Apparently, the style needs to be agreed upon first. llvm-svn: 240390
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
| | | | | | | | | | | | | The patch is generated using this command: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py -fix \ -checks=-*,llvm-namespace-comment -header-filter='llvm/.*|clang/.*' \ llvm/lib/ Thanks to Eugene Kosov for the original patch! llvm-svn: 240137
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-261-0/+12
| | | | | | Patch by Ojab. llvm-svn: 153476
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-0/+154
These are strictly utilities for registering targets and components. llvm-svn: 138450
OpenPOWER on IntegriCloud