GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply "OpaquePtr: Turn inalloca into a type attribute"
Matt Arsenault
2021-03-29
1
-1
/
+2
*
Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""
Oliver Stannard
2021-03-29
1
-2
/
+1
*
Reapply "OpaquePtr: Turn inalloca into a type attribute"
Matt Arsenault
2021-03-28
1
-1
/
+2
*
Revert "OpaquePtr: Turn inalloca into a type attribute"
Nico Weber
2021-03-28
1
-2
/
+1
*
OpaquePtr: Turn inalloca into a type attribute
Matt Arsenault
2021-03-28
1
-1
/
+2
*
Support intrinsic overloading on unnamed types
Jeroen Dobbelaere
2021-03-19
1
-2
/
+17
*
[llvm-link] fix IRMover returning wrong modified vector type
Nashe Mncube
2021-02-22
1
-3
/
+2
*
ValueMapper: Rename RF_MoveDistinctMDs => RF_ReuseAndMutateDistinctMDs, NFC
Duncan P. N. Exon Smith
2021-02-10
1
-2
/
+2
*
[llvm-link] Fix for an assertion when linking global with appending linkage
Sergey Dmitriev
2021-01-23
2
-31
/
+39
*
[ExecutionEngine, Linker] Use erase_if (NFC)
Kazu Hirata
2020-12-23
1
-2
/
+1
*
[ThinLTO] Import symver directives for imported symbols (PR48214)
Hans Wennborg
2020-12-02
2
-6
/
+20
*
Simplify append to module inline asm string in IRLinker::run()
Hans Wennborg
2020-12-02
1
-7
/
+2
*
Creating a named struct requires only a Context and a name, but looking up a ...
Nick Lewycky
2020-11-30
1
-2
/
+2
*
Linker: Fix linking of byref types
Matt Arsenault
2020-11-17
1
-1
/
+1
*
llvmbuildectomy - replace llvm-build by plain cmake
serge-sans-paille
2020-11-13
2
-21
/
+5
*
Reapply "OpaquePtr: Add type to sret attribute"
Matt Arsenault
2020-10-16
1
-8
/
+8
*
[IRMover] Add missing open quote in the warning message
Steven Wu
2020-10-09
1
-1
/
+1
*
[IRMover] Avoid materializing global value that belongs to not-yet-linked module
Yuanfang Chen
2020-10-07
1
-10
/
+8
*
[ThinLTO] Fix a metadata lost issue with DICompileUnit import.
Hongtao Yu
2020-09-02
1
-9
/
+8
*
Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Modu...
Simon Pilgrim
2020-07-24
1
-2
/
+0
*
PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI.
Simon Pilgrim
2020-07-24
1
-0
/
+2
*
[SVE] Eliminate calls to default-false VectorType::get() from Linker
Christopher Tetreault
2020-05-29
1
-3
/
+4
*
[SVE] Add new VectorType subclasses
Christopher Tetreault
2020-04-22
1
-1
/
+2
*
Remove SequentialType from the type heirarchy.
Eli Friedman
2020-04-06
1
-3
/
+5
*
IR Linking: Support merging Warning+Max module metadata flags
David Blaikie
2020-02-07
1
-23
/
+47
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[IRMover] Set Address Space for moved global values
Teresa Johnson
2019-11-05
1
-4
/
+5
*
[IRMover] Use GlobalValue::getAddressSpace instead of directly from its type ...
Teresa Johnson
2019-11-05
1
-10
/
+10
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
2
-2
/
+3
*
[IRMover] Don't map globals if their types are the same
Pirama Arumuga Nainar
2019-09-11
1
-1
/
+11
*
Linker: Add support for GlobalIFunc.
Peter Collingbourne
2019-08-08
1
-43
/
+55
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-0
/
+20
*
[IRMover] Improve diagnostic messages for conflicting metadata
Igor Kudrin
2019-05-16
1
-3
/
+9
*
[Linker] Fix crash handling appending linkage
Rafael Auler
2019-03-20
1
-5
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
ThinLTO: Do not import debug info for imported global constants
David Blaikie
2018-12-05
1
-0
/
+10
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-5
/
+0
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-0
/
+5
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-5
/
+0
*
llvm-link: Improve diagnostic for module-level metadata mismatch
David Blaikie
2018-10-09
1
-2
/
+8
*
Fix asserts when linking wrong address space declarations
Matt Arsenault
2018-09-24
1
-3
/
+6
*
[NFC] Remove an empty line.
Xin Tong
2018-07-27
1
-1
/
+0
*
[LTO] Fix linking with an alias defined using another alias.
Eli Friedman
2018-07-13
1
-1
/
+1
*
IRMover: Account for matching types present across modules
Vlad Tsyrklevich
2018-06-20
1
-5
/
+14
*
[ThinLTO] Recommit of import global variables
Eugene Leviant
2018-03-12
1
-8
/
+4
*
[ThinLTO] Revert r325320: Import global variables
Chandler Carruth
2018-03-02
1
-4
/
+8
*
Revert "[IRMover] Implement name based structure type mapping"
Rafael Espindola
2018-02-21
1
-14
/
+7
*
[IRMover] Implement name based structure type mapping
Eugene Leviant
2018-02-21
1
-7
/
+14
*
[ThinLTO] Import global variables
Eugene Leviant
2018-02-16
1
-8
/
+4
[next]