summaryrefslogtreecommitdiff
path: root/include/llvm/IR/DataLayout.h
Commit message (Expand)AuthorAge
* Fix typoMichael Liao2014-06-25
* Fix build failure with MSVC, following r208680Artyom Skrobov2014-05-13
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Add missing slash to make the doxygen output less confusing.Benjamin Kramer2014-03-25
* [C++11] Modernize the IR library a bit.Benjamin Kramer2014-03-10
* Fix typo. Thanks to Roman Divacky for noticing it.Rafael Espindola2014-02-26
* Compare DataLayout by Value, not by pointer.Rafael Espindola2014-02-26
* Use a sorted array to store the information about a few address spaces.Rafael Espindola2014-02-26
* Move these functions out of line. A DenseMap lookup is not a simple operation.Rafael Espindola2014-02-26
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-10
* Fix MSVC warning about missing return in DataLayoutReid Kleckner2014-01-03
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove the 's' DataLayout specificationRafael Espindola2014-01-01
* Pointer sizes are stored in Bytes. Fix variables names to say so.Rafael Espindola2013-12-13
* MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault2013-09-16
* Use type helper functions.Matt Arsenault2013-09-06
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-26
* Fix extra whitespace / formattingMatt Arsenault2013-06-28
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-16
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-22
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-21
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-12
* Minor coding style fixMichael Liao2013-03-01
* Copy missing member in DataLayout copy ctor.David Blaikie2013-02-27
* Clean up whitespace and indentation a bitEli Bendersky2013-01-30
* 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