summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMOptimizeBarriersPass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
| | | | | | | definition below all of the header #include lines, lib/Target/... edition. llvm-svn: 206842
* Remove duplicated DMB instructionsRenato Golin2014-04-021-0/+101
ARM specific optimiztion, finding places in ARM machine code where 2 dmbs follow one another, and eliminating one of them. Patch by Reinoud Elhorst. llvm-svn: 205409
OpenPOWER on IntegriCloud