summaryrefslogtreecommitdiff
path: root/lib/IR/Module.cpp
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
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* 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
* Module: Don't rename in getOrInsertFunction()Duncan P. N. Exon Smith2014-03-10
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-06
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-25
* 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
* Re-remove dead code.Nadav Rotem2014-01-09
* Revert r198819 - "Remove dead code."Nadav Rotem2014-01-09
* Remove dead code.Rafael Espindola2014-01-09
* When parsing data layout string looking for endianness, use the correct defaultDmitri Gribenko2013-12-20
* Correctly apply the default pointer sizeDmitri Gribenko2013-12-20
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Use error_code in GVMaterializer.Rafael Espindola2013-11-05
* Reuse variableMatt Arsenault2013-09-30
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-30
* Fix typoMatt Arsenault2013-09-28
* 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
* Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cppJean-Luc Duprat2013-03-01
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-01
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02