summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/LowerBitSets.cpp
Commit message (Expand)AuthorAgeFilesLines
* LowerBitSets: do not use private aliases at all on Darwin.Peter Collingbourne2015-03-161-12/+17
* LowerBitSets: Do not export symbols for bit set referenced globals on Darwin.Peter Collingbourne2015-03-141-1/+9
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-10/+11
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-4/+1
* LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...Peter Collingbourne2015-03-031-64/+156
* LowerBitSets: Align referenced globals.Peter Collingbourne2015-02-251-22/+40
* LowerBitSets: Introduce global layout builder.Peter Collingbourne2015-02-241-10/+78
* LowerBitSets.cpp: Prune incorrect \param(s). [-Wdocumentation]NAKAMURA Takumi2015-02-221-6/+6
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-201-0/+526
OpenPOWER on IntegriCloud