Revert "Introduce a string_ostream string builder facilty"
[oota-llvm.git] / lib / IR / DataLayout.cpp
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-23 Matt ArsenaultUse pointer size function where only a pointer is expected
2014-04-22 Rafael EspindolaFix DataLayout::operator==().
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
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 EspindolaStore a DataLayout in Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-01-13 Cameron McInallyFix uninitialized warning in llvm/lib/IR/DataLayout...
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-07 Cameron McInallyFix uninitialized variable warning in DataLayout.
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-20 Rafael EspindolaMake this array const.
2013-12-19 Rafael EspindolaChange getStringRepresentation to skip defaults.
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-11-19 Benjamin KramerDataLayout: value initialize globals to avoid static...
2013-09-16 Matt ArsenaultMemCpyOptimizer: Use max legal int size instead of...
2013-07-27 Matt ArsenaultMinor code simplification suggested by Duncan
2013-07-26 Matt ArsenaultRe-add DataLayout pointer size convenience functions.
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-05-18 Matt ArsenaultRemove duplicated comment
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-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.