Fix build failure with MSVC, following r208680
[oota-llvm.git] / include / llvm / IR / DataLayout.h
2014-05-13 Artyom SkrobovFix build failure with MSVC, following r208680
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-25 Benjamin KramerAdd missing slash to make the doxygen output less confu...
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-02-26 Rafael EspindolaFix typo. Thanks to Roman Divacky for noticing it.
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-26 Rafael EspindolaUse a sorted array to store the information about a...
2014-02-26 Rafael EspindolaMove these functions out of line. A DenseMap lookup...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-09-06 Matt ArsenaultUse type helper functions.
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-04-16 Eli BenderskyCleanup naming: DataLayout s/TD/DL/
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-21 Chandler CarruthHoist the definition of getTypeSizeInBits to be inlinab...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-03-01 Michael LiaoMinor coding style fix
2013-02-27 David BlaikieCopy missing member in DataLayout copy ctor.
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...