summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/LowerBitSets.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-7/+7
* [opaque pointer type] More GEP API migrations in IRBuilder usesDavid Blaikie2015-04-031-4/+5
* [opaque pointer type] API migration for GEP constant factoriesDavid Blaikie2015-04-021-3/+4
* LowerBitSets: Avoid reusing byte set addresses.Peter Collingbourne2015-03-191-1/+16
* 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