Skip to content

Tags: anchuraj/llvm-project

Tags

llvmorg-10.0.0-rc1

Toggle llvmorg-10.0.0-rc1's commit message
Tag 10.0.0-rc1 

llvmorg-11-init

Toggle llvmorg-11-init's commit message
Tag the 11.0.0 version bump. 

llvmorg-9.0.1

Toggle llvmorg-9.0.1's commit message
export.sh: Fetch sources from GitHub instead of SVN Reviewers: hansw, jdoerfert Subscribers: sylvestre.ledru, mgorny, hans, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70460 (cherry picked from commit edf6717)

llvmorg-9.0.1-rc3

Toggle llvmorg-9.0.1-rc3's commit message
export.sh: Fetch sources from GitHub instead of SVN Reviewers: hansw, jdoerfert Subscribers: sylvestre.ledru, mgorny, hans, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70460 (cherry picked from commit edf6717)

llvmorg-9.0.1-rc2

Toggle llvmorg-9.0.1-rc2's commit message
[profile] Fix file contention causing dropped counts on Windows under… … -fprofile-generate See PR43425: https://bugs.llvm.org/show_bug.cgi?id=43425 When writing profile data on Windows we were opening profile file with exclusive read/write access. In case we are trying to write to the file from multiple processes simultaneously, subsequent calls to CreateFileA would return INVALID_HANDLE_VALUE. To fix this, I changed to open without exclusive access and then take a lock. Patch by Michael Holman! Differential revision: https://reviews.llvm.org/D70330 (cherry picked from commit 900d8a9)

llvmorg-9.0.1-rc1

Toggle llvmorg-9.0.1-rc1's commit message
test-release.sh: Update to fetch source from GitHub Summary: This also changes the test-release.sh script to build using the monorepo layout instead of copying sub-projects into llvm/tools or llvm/projects. Reviewers: jdoerfert, hans Reviewed By: hans Subscribers: hans, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70353 (cherry picked from commit c97f303)

llvmorg-10-init

Toggle llvmorg-10-init's commit message
Tag the 10.0.0 version bump. The tag name, llvmorg-10-init, signifies that this is the initial commit with major version number 10. With this tag in place, git-describe can be used to generate nicer names for commits on master, for example: $ git describe <hash> llvmorg-10-init-<number>-g<hash> where <number> is the number of commits since this tag. The plan is to add this kind of tag together with future version bumps.

llvmorg-9.0.0

Toggle llvmorg-9.0.0's commit message
Creating release candidate final from release_900 branch llvm-svn: 372316

llvmorg-9.0.0-rc6

Toggle llvmorg-9.0.0-rc6's commit message
Creating release candidate rc6 from release_900 branch llvm-svn: 372115

llvmorg-9.0.0-rc5

Toggle llvmorg-9.0.0-rc5's commit message
Creating release candidate rc5 from release_900 branch llvm-svn: 371837