summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Module.h
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* Random Number Generator (llvm)JF Bastien2014-06-25
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Typedef NumeredTypesMapTy is not used anywhere.Yaron Keren2014-05-23
* Style update: don't duplicate the function name.Rafael Espindola2014-05-07
* Fix bug 19437 - Only add discriminators for DWARF 4 and above.Diego Novillo2014-04-17
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [C++11] Add range views for various parts of a Module.Chandler Carruth2014-03-09
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Use error_code in Module::materializeAll.Rafael Espindola2014-01-14
* Fix odd whitespace.Eric Christopher2014-01-11
* Re-remove dead code.Nadav Rotem2014-01-09
* Revert r198819 - "Remove dead code."Nadav Rotem2014-01-09
* Remove dead code.Rafael Espindola2014-01-09
* Remove the AnyPointerSize and AnyEndianness enumerators, which were left fromDmitri Gribenko2013-12-20
* Fixed doxygen comment to match Module.cppYuchen Wu2013-10-23
* Make these methods const correct.Rafael Espindola2013-07-25
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* Remove dead code.Eli Bendersky2013-05-15
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02