Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / DataLayout.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Patrik HagglundMore strict error checking in parseSpecifier + simplifi...
2012-11-28 Patrik HägglundFix warning. [-Wunused-variable]
2012-11-28 Patrik HägglundAdd error handling in getInt.
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-15 Duncan SandsDo not handle void types in DataLayout. Patch by Patri...
2012-11-14 Patrik HägglundRevert some redundant parts of r142605.
2012-11-02 Duncan SandsEnable the assertion in getIntPtrType (I've audited...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-29 Duncan SandsRemove a wrapper around getIntPtrType added to GVN...
2012-10-29 Duncan SandsFactorize code: rather than duplication the logic in...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-21 Hal FinkelDataLayout should use itself when calculating the size...
2012-10-09 Micah VillmowAdd in the first step of the multiple pointer support...
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-04 Micah VillmowRename the Target specific passes in the DataLayout...
2012-10-04 Micah VillmowResubmit the copying of TargetData to DataLayout withou...
2012-10-04 Micah VillmowBacking out my changes, something screwed up from my...
2012-10-04 Micah VillmowRename TargetData to DataLayout in DataLayout.cpp....
2012-10-04 Micah VillmowCreate the DataLayout class, as a direct copy of Target...
2012-10-04 Micah VillmowAccidently checked in the files, only wanted to copy...
2012-10-04 Micah Villmowgit-svn-id: https://llvm.org/svn/llvm-project/llvm...