index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
IPO
/
LowerBitSets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2016-06-24
1
-1060
/
+0
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[cfi] Support explicit sections for functions in cfi-icall.
Evgeniy Stepanov
2016-04-15
1
-2
/
+3
*
LowerBitSets: Move declarations to separate namespace.
Peter Collingbourne
2016-04-01
1
-0
/
+1
*
LowerBitSets: Don't bother to do any work if the llvm.bitset.test intrinsic i...
Peter Collingbourne
2016-02-03
1
-1
/
+1
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[cfi] Fix LowerBitSets on 32-bit targets.
Evgeniy Stepanov
2015-12-21
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+2
*
[opaque pointer types] Switch a few cases of getElementType over, since I had...
David Blaikie
2015-09-14
1
-12
/
+12
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-10
/
+11
*
LowerBitSets: Fix non-determinism bug.
Peter Collingbourne
2015-09-09
1
-4
/
+22
*
Re-apply r247080 with order of evaluation fix.
Peter Collingbourne
2015-09-08
1
-127
/
+406
*
Revert r247080, "LowerBitSets: Extend pass to support functions as bitset
Peter Collingbourne
2015-09-08
1
-406
/
+127
*
LowerBitSets: Extend pass to support functions as bitset members.
Peter Collingbourne
2015-09-08
1
-127
/
+406
*
LowerBitSets: Add debugging output.
Peter Collingbourne
2015-07-29
1
-0
/
+22
*
LowerBitSets: Ignore bitset entries that do not directly refer to a global.
Peter Collingbourne
2015-06-27
1
-3
/
+7
*
LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.
Peter Collingbourne
2015-06-17
1
-3
/
+2
*
LowerBitSets: Give names to aliases of unnamed bitset element objects.
Peter Collingbourne
2015-06-12
1
-2
/
+3
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-7
/
+7
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-4
/
+5
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-3
/
+4
*
LowerBitSets: Avoid reusing byte set addresses.
Peter Collingbourne
2015-03-19
1
-1
/
+16
*
LowerBitSets: do not use private aliases at all on Darwin.
Peter Collingbourne
2015-03-16
1
-12
/
+17
*
LowerBitSets: Do not export symbols for bit set referenced globals on Darwin.
Peter Collingbourne
2015-03-14
1
-1
/
+9
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+11
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-4
/
+1
*
LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit ...
Peter Collingbourne
2015-03-03
1
-64
/
+156
*
LowerBitSets: Align referenced globals.
Peter Collingbourne
2015-02-25
1
-22
/
+40
*
LowerBitSets: Introduce global layout builder.
Peter Collingbourne
2015-02-24
1
-10
/
+78
*
LowerBitSets.cpp: Prune incorrect \param(s). [-Wdocumentation]
NAKAMURA Takumi
2015-02-22
1
-6
/
+6
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
1
-0
/
+526