summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LowerBitSets
Commit message (Expand)AuthorAgeFilesLines
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-2411-423/+0
* [cfi] Support explicit sections for functions in cfi-icall.Evgeniy Stepanov2016-04-151-0/+26
* [cfi] Fix LowerBitSets on 32-bit targets.Evgeniy Stepanov2015-12-211-0/+21
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-112-11/+11
* LowerBitSets: Fix non-determinism bug.Peter Collingbourne2015-09-092-7/+7
* Re-apply r247080 with order of evaluation fix.Peter Collingbourne2015-09-084-4/+95
* Revert r247080, "LowerBitSets: Extend pass to support functions as bitsetPeter Collingbourne2015-09-084-95/+4
* LowerBitSets: Extend pass to support functions as bitset members.Peter Collingbourne2015-09-084-4/+95
* LowerBitSets: Ignore bitset entries that do not directly refer to a global.Peter Collingbourne2015-06-271-0/+19
* LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.Peter Collingbourne2015-06-171-1/+2
* LowerBitSets: Give names to aliases of unnamed bitset element objects.Peter Collingbourne2015-06-121-0/+19
* 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-132-8/+8
* 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-253-39/+34
* LowerBitSets: Introduce global layout builder.Peter Collingbourne2015-02-241-0/+35
* Introduce bitset metadata format and bitset lowering pass.Peter Collingbourne2015-02-203-0/+201
OpenPOWER on IntegriCloud