summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LowerBitSets/simple.ll
Commit message (Expand)AuthorAgeFilesLines
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-241-137/+0
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-9/+9
* LowerBitSets: Fix non-determinism bug.Peter Collingbourne2015-09-091-6/+6
* Re-apply r247080 with order of evaluation fix.Peter Collingbourne2015-09-081-4/+4
* Revert r247080, "LowerBitSets: Extend pass to support functions as bitsetPeter Collingbourne2015-09-081-4/+4
* LowerBitSets: Extend pass to support functions as bitset members.Peter Collingbourne2015-09-081-4/+4
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-121-5/+5
* LowerBitSets: Avoid reusing byte set addresses.Peter Collingbourne2015-03-191-4/+8
* LowerBitSets: do not use private aliases at all on Darwin.Peter Collingbourne2015-03-161-4/+14
* LowerBitSets: Do not export symbols for bit set referenced globals on Darwin.Peter Collingbourne2015-03-141-0/+5
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-6/+6
* LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...Peter Collingbourne2015-03-031-19/+15
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-2/+2
* LowerBitSets: Align referenced globals.Peter Collingbourne2015-02-251-35/+30
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-201-0/+127
OpenPOWER on IntegriCloud