Skip to content

Instantly share code, notes, and snippets.

@palimondo
Created April 21, 2017 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palimondo/01b142a4f11999409835389d4a133a1b to your computer and use it in GitHub Desktop.
Save palimondo/01b142a4f11999409835389d4a133a1b to your computer and use it in GitHub Desktop.
git log --graph --decorate --oneline
Mondoshawan:swift[compare-performance] mondo$ git log --graph --decorate --oneline
* 01e433aa7e (HEAD -> compare-performance, mine/compare-performance) Merge branch 'compare-performance' of https://github.com/palimondo/swift into compare-performance
|\
| * 3aedb4b874 Addressed python style issue raised during review
* | 2f713745c3 Refactoring: Condensed HTML formatting, extracted Markdown formatting and list computations
* | a17551d7d2 Refactored Markdown formatting
* | aa73f421ad Addressed python style issue raised during review
* | 2ba3a812b5 Merge branch 'compare-performance'
|\ \
| |/
| * d0983b4e8c Fix SR-4590 compare_perf_tests.py fails when new benchmarks are added
| * 10eaa23496 Fix SR-4598 Add option to run subset of benchmarks matching a prefix
| * 5a1667092c Fix: SR-4597 Benchmark results have wrong MEAN, MEDIAN and SD
* | 095083e0e8 CopyForwarding: new optimization to remove copies into dead temporaries.
* | 9e6a473c27 Merge pull request #8791 from swiftix/wip-partial-pre-specialization-fixes
|\ \
| * | 2c87f08e3f [sil-generic-specializer] Don’t build a new generic signature in case of a full specialization. NFC.
| * | 998748e964 [sil-generic-specializer] Print more debug info when asserting
* | | 5b2fa16511 Merge pull request #8790 from atrick/access
|\ \ \
| |/ /
|/| |
| * | 0c9082d5d6 [lit.cfg] Add SIL_TEST_OPTIONS.
* | | 9d490731d8 Merge pull request #8789 from gottesmm/emitlocalvariablewithcleanup_improvements
|\ \ \
| * | | 6846b89e90 [silgen] Instead of creating our own mark_uninitialized, use the new emitLocalVariableWithCleanup API.
| * | | 081f2396e5 [silgen] Refactor emitLocalVariableWithCleanup to take an optional MarkUninitializedKind instead of a bool.
* | | | 37941d769d Merge pull request #8787 from atrick/access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment