summary refs log tree commit diff
path: root/src/test/codegen-units/partitioning/local-inlining.rs
AgeCommit message (Collapse)AuthorLines
2016-09-15Adapt codegen-unit test cases to new behaviourMichael Woerister-1/+1
2016-07-08Improve linkage assignment in trans::partitioning.Michael Woerister-4/+4
2016-05-01Fix a race condition caused by concurrently executed codegen unit tests.Michael Woerister-1/+3
2016-04-28Make the codegen unit partitioner also emit item declarations.Michael Woerister-1/+1
2016-04-28Add FixedUnitCount codegen unit partitioning strategy.Michael Woerister-1/+1
2016-04-28Fix codegen-units testsJames Miller-2/+0
I'm not sure what the signficance of `drop-glue i8` is, nor why one of the tests had it appear while the others had it disappear. Either way it doesn't seem like the presence or absense of it is the focus of the tests.
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-0/+54