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
/
test
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linker/module-max-warn.ll: Fix test to be compatible with Windows file separa...
David Blaikie
2020-02-13
1
-2
/
+2
*
IR Linking: Support merging Warning+Max module metadata flags
David Blaikie
2020-02-11
2
-0
/
+15
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-3
/
+3
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
8
-16
/
+16
*
[IRMover] Set Address Space for moved global values
Teresa Johnson
2019-11-05
1
-0
/
+12
*
Remove some unnecessary REQUIRES: shell lines
Reid Kleckner
2019-09-10
1
-3
/
+4
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
IR: Teach GlobalIndirectSymbol::getBaseObject() to handle more kinds of expre...
Peter Collingbourne
2019-07-24
1
-2
/
+2
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
2
-0
/
+25
*
[IRMover] Improve diagnostic messages for conflicting metadata
Igor Kudrin
2019-05-16
3
-3
/
+3
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
2
-37
/
+0
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
8
-10
/
+10
*
Implement -frecord-command-line (-frecord-gcc-switches)
Scott Linder
2018-12-14
3
-0
/
+13
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-1
/
+1
*
llvm-link: Improve diagnostic for module-level metadata mismatch
David Blaikie
2018-10-09
3
-0
/
+8
*
Fix asserts when linking wrong address space declarations
Matt Arsenault
2018-09-24
2
-0
/
+19
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
24
-48
/
+48
*
[llvm-link] Use WithColor for printing errors
Jonas Devlieghere
2018-04-18
5
-11
/
+11
*
[DebugInfo] Add remaining files to r325970
Scott Linder
2018-02-23
3
-0
/
+48
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-4
/
+8
*
Revert "[IRMover] Implement name based structure type mapping"
Rafael Espindola
2018-02-21
2
-16
/
+0
*
[IRMover] Implement name based structure type mapping
Eugene Leviant
2018-02-21
2
-0
/
+16
*
[DWARF] Regularize dumping strings from line tables.
Paul Robinson
2018-02-05
1
-4
/
+4
*
[IRMover] Add comment and fix test case
Eugene Leviant
2018-01-25
1
-1
/
+5
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
3
-6
/
+6
*
Make GlobalValues with non-default visibilility dso_local.
Rafael Espindola
2018-01-18
1
-9
/
+9
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-9
/
+9
*
Verifier: Ignore CUs pulled in by ODR-uniqued types.
Adrian Prantl
2017-10-18
2
-0
/
+200
*
Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types."
Adrian Prantl
2017-10-18
2
-200
/
+0
*
Verifier: Ignore CUs pulled in by ODR-uniqued types.
Adrian Prantl
2017-10-18
2
-0
/
+200
*
Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
Jonas Devlieghere
2017-10-10
3
-5
/
+5
*
Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
Jonas Devlieghere
2017-10-10
3
-5
/
+5
*
[llvm-dwarfdump] Print type names in DW_AT_type DIEs
Jonas Devlieghere
2017-10-10
3
-5
/
+5
*
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Adrian Prantl
2017-09-11
5
-6
/
+6
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
6
-8
/
+8
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
5
-9
/
+9
*
[IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE level
Steven Wu
2017-08-21
1
-2
/
+2
*
[DI] Every DIGlobalVariable should have a type.
Davide Italiano
2017-08-16
1
-2
/
+2
*
[Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globals
Benoit Belley
2017-08-09
10
-0
/
+164
*
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
David Blaikie
2017-07-27
1
-4
/
+3
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
1
-2
/
+2
*
[Linker] Add directives to support mixing ARM/Thumb module-level inline asm.
Florian Hahn
2017-07-12
2
-0
/
+23
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
3
-0
/
+23
*
[Linker] Remove llc usage from link-arm-and-thumb.ll test case.
Florian Hahn
2017-06-07
1
-9
/
+6
*
[Linker] Remove warning when linking ARM and Thumb IR modules.
Florian Hahn
2017-06-07
2
-0
/
+42
*
Support for taking the max of module flags when linking, use for PIE/PIC
Teresa Johnson
2017-05-23
2
-8
/
+10
*
Remap metadata attached to global variables.
Evgeniy Stepanov
2017-05-04
1
-0
/
+11
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
3
-3
/
+3
*
[Linker] Provide callback for internalization
Jonas Devlieghere
2017-03-13
2
-0
/
+11
*
Verifier: Disallow a line number without a file in DISubprogram
Justin Bogner
2017-02-17
1
-1
/
+1
[next]