aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DataLayout.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Remove the 's' DataLayout specificationRafael Espindola1-11/+5
2013-12-20Make this array const.Rafael Espindola1-4/+4
2013-12-19Change getStringRepresentation to skip defaults.Rafael Espindola1-17/+45
2013-12-13Pointer sizes are stored in Bytes. Fix variables names to say so.Rafael Espindola1-19/+19
2013-11-19DataLayout: value initialize globals to avoid static construction.Benjamin Kramer1-2/+2
2013-09-16MemCpyOptimizer: Use max legal int size instead of pointer sizeMatt Arsenault1-0/+7
2013-07-27Minor code simplification suggested by DuncanMatt Arsenault1-2/+1
2013-07-26Re-add DataLayout pointer size convenience functions.Matt Arsenault1-0/+10
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-06-28Fix extra whitespace / formattingMatt Arsenault1-3/+0
2013-05-18Remove duplicated commentMatt Arsenault1-5/+0
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky1-3/+3
2013-03-22InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison1-0/+7
2013-03-21Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth1-41/+0
2013-03-12Add a doFinalization method to the DataLayout pass.Pete Cooper1-0/+6
2013-01-30Clean up whitespace and indentation a bitEli Bendersky1-4/+4
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+725