aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/Module.h
Commit message (Expand)AuthorAgeFilesLines
* Make these methods const correct.Rafael Espindola2013-07-251-3/+10
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-161-0/+4
* Remove dead code.Eli Bendersky2013-05-151-4/+0
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-0/+11
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-161-24/+32
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-0/+581