Cache size of PassVector to speed up getNumContainedPasses().
[oota-llvm.git] / lib / VMCore / DataLayout.cpp
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...