aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/Module.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-2/+5
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-17/+38
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-10/+44
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+27
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-75/+73
* Update to LLVM 3.5a.Stephen Hines2014-04-241-34/+49
* Fixed doxygen comment to match Module.cppYuchen Wu2013-10-231-1/+1
* 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