aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/DataLayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor code simplification suggested by DuncanMatt Arsenault2013-07-271-2/+1
* Re-add DataLayout pointer size convenience functions.Matt Arsenault2013-07-261-0/+10
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Fix extra whitespace / formattingMatt Arsenault2013-06-281-3/+0
* Remove duplicated commentMatt Arsenault2013-05-181-5/+0
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-161-3/+3
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+7
* Hoist the definition of getTypeSizeInBits to be inlinable and in theChandler Carruth2013-03-211-41/+0
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-121-0/+6
* Clean up whitespace and indentation a bitEli Bendersky2013-01-301-4/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+725